Analyze Every Compound Engineering plugin and compare to our plugin for improvement suggestions
View on GitHubpsd401/psd-claude-coding-system
psd-claude-coding-system
plugins/psd-claude-coding-system/skills/compound-plugin-analyzer/SKILL.md
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/psd401/psd-claude-coding-system/blob/main/plugins/psd-claude-coding-system/skills/compound-plugin-analyzer/SKILL.md -a claude-code --skill compound-plugin-analyzerInstallation paths:
.claude/skills/compound-plugin-analyzer/# Compound Plugin Analyzer
Thoroughly analyze the Every Compound Engineering plugin from GitHub and compare it to the PSD Claude Coding System plugin, generating prioritized improvement suggestions.
## Source Information
**Every Compound Engineering Plugin:**
- Repository: https://github.com/EveryInc/compound-engineering-plugin
- Raw content base: https://raw.githubusercontent.com/EveryInc/compound-engineering-plugin/main/
**Our Plugin:**
- Location: /Users/hagelk/non-ic-code/psd-claude-coding-system/plugins/psd-claude-coding-system
## Analysis Workflow
### Phase 1: Fetch Every Plugin Structure
Use WebFetch to retrieve remote plugin content:
1. **README and Version:**
- Fetch: `https://raw.githubusercontent.com/EveryInc/compound-engineering-plugin/main/README.md`
- Extract version, feature list, architecture overview
2. **Plugin Metadata:**
- Fetch: `https://raw.githubusercontent.com/EveryInc/compound-engineering-plugin/main/plugins/compound-engineering/.claude-plugin/plugin.json`
- Extract version, commands list
3. **CLAUDE.md Patterns:**
- Fetch: `https://raw.githubusercontent.com/EveryInc/compound-engineering-plugin/main/plugins/compound-engineering/CLAUDE.md`
- Extract architectural patterns, model selection, workflow patterns
4. **Agents Directory:**
- Use GitHub API or WebSearch to find agent list
- Fetch key agents to understand patterns:
- Agent-native-reviewer
- Data-migration-expert
- Deployment-verification-agent
- Language-specific reviewers (kieran-rails, kieran-python, kieran-typescript)
5. **Skills Directory:**
- Identify all skill directories
- Fetch SKILL.md files from key skills:
- git-worktree
- gemini-imagegen
- agent-browser
- compound (knowledge compounding)
6. **Commands:**
- Identify command naming patterns (namespace prefix like `/workflows:`)
- Fetch command files to understand structure
### Phase 2: Analyze Our Plugin Structure
Use Read, Grep, and Gl