Claude Code plugins for building AI agents across frameworks.
Add this marketplace:
/plugin marketplace add MattMagg/agentic-pluginsThen install plugins:
/plugin install <plugin-name>@agentic-plugins| Plugin | Framework | Description |
|---|---|---|
| adk-builder | Google ADK | Specialized ADK development with spec-driven workflows |
| agentic-builder | Multi-framework | Framework-agnostic builder with RAG-grounded knowledge |
Supports 6 frameworks with RAG-powered documentation access:
- Google ADK
- OpenAI Agents SDK
- LangChain
- LangGraph
- Anthropic Agents SDK
- CrewAI
Features:
- Auto-detects framework from project code
- Adaptive workflow: SPEC → PLAN → BUILD → DEBUG
- MCP server for RAG queries against framework documentation
- Session hooks for context persistence
To add a plugin:
- Create a folder:
plugins/your-plugin/ - Add
.claude-plugin/plugin.jsoninside it - Add your agents, skills, commands
- Update
.claude-plugin/marketplace.jsonto include your plugin - Submit a PR