Auto-discovered marketplace from twofoldtech-dakota/plugin-architect
npx claudepluginhub twofoldtech-dakota/plugin-architectExpert architect for designing and building Claude Code plugins. Covers plugins, skills, MCP servers, hooks, agents, LSP, and settings.
Design and build Claude Code plugins — from idea to working code in a single conversation.
Plugin Architect turns Claude into an expert architect for the entire extension ecosystem.
Describe what you want to build, and it handles component selection, architecture design,
and full implementation — no TODOs, no placeholders.
Install from the marketplace:
/plugin marketplace add twofoldtech-dakota/plugin-architect
/plugin install plugin-architect@twofoldtech-dakota-plugin-architect
Then run:
/plugin-architect
That's it. Describe what you want to build and Claude handles the rest.
Plugin Architect covers all 6 Claude Code extension points:
| Component | What it does | Example use case |
|---|---|---|
| Skill | Teach Claude domain expertise or create slash commands | /review command with your team's standards |
| MCP Server | Connect Claude to external APIs and databases | Query Jira, Slack, or your internal tools |
| Hook | Enforce rules on every edit, commit, or tool call | Block hardcoded secrets, auto-format on save |
| Agent | Define specialized autonomous workers | Security-focused code reviewer |
| LSP Server | Give Claude real-time code intelligence | Custom language diagnostics |
| Plugin | Bundle everything above for distribution | Team toolkit shared via marketplace |
"I want a slash command for deploying" → Skill with pre-deploy checks, environment targeting, and confirmation gates
"I want Claude to talk to our project management API" → MCP server with typed tools, auth configuration, and error handling
"I want to block secrets from being committed" → PreToolUse hook with pattern matching on Edit/Write operations
"I want all of that for my team" → Full plugin bundle with marketplace distribution
| File | Purpose |
|---|---|
skills/plugin-architect/SKILL.md | Core instructions, ecosystem reference, and architecture decision guide |
skills/plugin-architect/examples.md | 5 complete plugin examples — from simple skills to full-featured plugins |
skills/plugin-architect/integrations.md | Integration patterns for databases, APIs, auth, deployment, and observability |
git clone https://github.com/twofoldtech-dakota/plugin-architect.git
claude --plugin-dir ./plugin-architect
MIT