diff --git a/README.md b/README.md index a756912..2dfb4dd 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,24 @@ uv run myfy run --- +## Claude Code Plugin + +myfy includes a [Claude Code plugin](https://code.claude.com/docs/en/discover-plugins) for AI-assisted development. Install the plugin to get: + +- **Skills** for common myfy patterns (routing, DI, modules) +- **Agents** for scaffolding new projects and components +- **Commands** for common operations + +```bash +# Add the myfy marketplace +/plugin marketplace add psincraian/myfy + +# Install the plugin +/plugin install myfy@psincraian-myfy +``` + +--- + ## Learn More - [Examples](examples/) - Working applications in this repo diff --git a/docs/index.md b/docs/index.md index 7dc59ea..386e272 100644 --- a/docs/index.md +++ b/docs/index.md @@ -185,6 +185,14 @@ One file. No config. Just run. [:octicons-arrow-right-24: Learn More](core-concepts/dependency-injection.md) +- :material-robot:{ .lg .middle } __Claude Code Plugin__ + + --- + + AI-assisted development with skills, agents, and commands + + [:octicons-arrow-right-24: Install Plugin](https://code.claude.com/docs/en/discover-plugins) + ---