**Claim**: "Many plugins are PLACEHOLDERS, 4 plugin packs listed but NOT IMPLEMENTED, MCP plugins exist but need actual code"
Scanned 6/1/2026
Install via CLI
openskills install tools-only/X-Skills# Implementation Status Report
## The Visitor's Feedback Analysis
**Claim**: "Many plugins are PLACEHOLDERS, 4 plugin packs listed but NOT IMPLEMENTED, MCP plugins exist but need actual code"
**Verdict**: **PARTIALLY TRUE** - The repository has a mix of fully implemented and template-based plugins.
---
## What's Actually Implemented
### FULLY IMPLEMENTED (Working Code)
#### MCP Server Plugins (5 total - ALL HAVE CODE)
- **project-health-auditor**: 13KB TypeScript source + 408 lines compiled JS
- Real MCP SDK integration (@modelcontextprotocol/sdk)
- Working tools: list_repo_files, file_metrics, git_churn, map_tests
- **conversational-api-debugger**: 26KB compiled JS
- Full implementation with api-debugger server
- **domain-memory-agent**: Has compiled dist/servers
- **design-to-code**: Has compiled dist/servers
- **workflow-orchestrator**: Has compiled dist/servers
#### Example Plugins (3 total - FULLY WORKING)
- **hello-world**: Simple but complete command implementation
- **formatter**: Working PostToolUse hooks with format.sh script
- **security-agent**: Complete agent implementation
---
## What's Template-Based (Not Full Code)
### ️ PLUGIN PACKS (4 total - TEMPLATE INSTRUCTIONS, NOT CODE)
These are NOT traditional code implementations but **instruction templates** for Claude:
#### 1. DevOps Automation Pack (25 plugins)
- Contains 62 `.md` files with detailed AI instructions
- Example: `commit-smart.md` has 7KB of instructions, not executable code
- Commands work by instructing Claude how to perform tasks
- **NOT placeholder** - these are working AI instruction sets
#### 2. AI/ML Engineering Pack (12 plugins)
- Agent files like `prompt-optimizer.md`, `llm-integration-expert.md`
- Commands for prompt engineering, RAG systems
- **Works through Claude interpretation**, not traditional code
#### 3. Security Pro Pack (10 plugins)
- Compliance checker, crypto expert agents
- Security audit commands
- **Instruction-based**, not compiled executables
#### 4. Fullstack Starter Pack (15 plugins)
- Frontend/backend scaffolding instructions
- Database schema generators
- **AI-guided templates**, not running services
### AI Agency Plugins (6 total)
- **n8n-workflow-designer**: 11KB of workflow templates in JSON
- **make-scenario-builder**: Instruction templates
- **zapier-zap-builder**: Configuration templates
- **discovery-questionnaire**: Question templates
- **sow-generator**: Document templates
- **roi-calculator**: Calculation templates
---
## The Reality Check
### What This Repository Actually Is:
1. **MCP Plugins**: Real TypeScript/JavaScript implementations
- Compiled, runnable Node.js servers
- Use official MCP SDK
- Provide actual tools Claude can call
2. **Plugin Packs**: ️ AI Instruction Sets (not traditional code)
- Work by telling Claude HOW to do tasks
- Not executable programs themselves
- Rely on Claude's capabilities to interpret and execute
3. **Example Plugins**: Simple but complete implementations
- Show the plugin system basics
- Fully functional within their scope
### Is This Misleading?
**Potentially YES** if users expect:
- Traditional executable programs
- Standalone services they can run
- Code that works outside of Claude
**NO** if users understand:
- These are Claude Code plugins (AI instruction sets)
- They work by augmenting Claude's behavior
- The "code" is often instructions for the AI, not machine code
---
## Recommendations for Transparency
1. **Clarify in README** that plugin packs are "AI instruction templates" not traditional software
2. **Label clearly** which plugins are:
- MCP servers (real code)
- Instruction templates (AI guidance)
- Hybrid (both)
3. **Set expectations** that most plugins work by instructing Claude, not running separate processes
4. **Highlight MCP plugins** as the ones with actual executable code
---
## Summary for Your Visitor
**Your visitor is partially correct:**
- The 4 plugin packs ARE implemented, but as **AI instruction sets**, not traditional executable code
- MCP plugins DO have actual code - all 5 have compiled TypeScript with real functionality
- Many plugins are **templates/instructions** for Claude, not standalone programs
This is a **Claude Code plugin marketplace** where "implementation" often means "detailed instructions for Claude" rather than "executable software." This should be made clearer in the documentation to avoid confusion.
---
*Generated: 2025-10-11*
*Status: Honest assessment based on actual repository contents*No comments yet. Be the first to comment!