CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/hanakai-yaku

Curated library of atomic AI agent skills for Hanami, dry-rb, and ROM Ruby development. Covers actions, slices, repositories, relations, changesets, providers, DI, operations, TDD, CLI, views, routing, and validation. Shared Ruby process skills have moved to ruby-core-skills. Uses Markdown + Front-matter architecture.

92

1.33x
Quality

94%

Does it follow best practices?

Impact

92%

1.33x

Average score across 35 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

agent-guide.mddocs/

Agent Guide — hanakai-yaku

Agent workflows for Hanami, dry-rb, and ROM development.


Hanami Setup Agent

Orchestrates project onboarding: context discovery → provider configuration → DI → verification.

Phase Flow

graph TD
    A[New Project / Onboarding] --> B["Phase 1<br/>Context Loading<br/>load-context"]
    B --> C{"Context Loaded?"}
    C -->|No| B
    C -->|Yes| D["Phase 2<br/>Provider Configuration<br/>configure-providers"]
    D --> E["Phase 3<br/>DI Implementation<br/>implement-di"]
    E --> F["Phase 4<br/>Verification"]
    F --> G{"Providers Verified?"}
    G -->|No| F
    G -->|Yes| H[Setup Complete]
PhaseSkillGate
1. Context Loadingload-contextContext Loaded
2. Provider Configurationconfigure-providersQuality Check
3. DI Implementationimplement-diQuality Check
4. VerificationProviders Verified

Dependencies: load-context, configure-providers, implement-di


Planned Agents

hanami-tdd (Group 2)

TDD feature cycle: Plan tests → Write tests → Implement → Review.

slice-lifecycle (Group 3)

Slice development: Create slice → Test slice → Review slice boundaries.


See Also

  • Skill Catalog — All skills and agents
  • Integration Matrix — Complete chaining reference

docs

agent-guide.md

architecture.md

calling-skills.md

index.md

README.md

tile.json