mirror of
https://github.com/nodnarbnitram/claude-code-extensions.git
synced 2026-09-14 18:36:21 +08:00
f80d95a869
## Summary - ✨ Add skill system with 3 skills (cloudflare-vpc-services, code-reviewer, commit-helper) and skill skeleton template - ✨ Add 8 specialized agents for ArgoCD, Braintrust, GitHub Actions, Fumadocs, and Helm - ✨ Add 4 new slash commands (/agent-intent-from-docs, /create-skill, /triage, /wrapup-skillup) - 📝 Add comprehensive plugin system documentation (plugins.md, plugins-reference.md, plugin-marketplaces.md, agent-skills.md) - 🔧 Update install_extensions.py to support skill discovery and installation - 🔧 Add skill_forced_eval hook and update settings.json ## Test plan - [x] Verify skills are discovered by running `uv run install_extensions.py list --type skill` - [x] Test `/create-skill` command creates proper skill structure - [x] Verify new agents appear in `/agents` interface - [x] Confirm new commands work via `/help` - [x] Review documentation renders correctly
{{SKILL_TITLE}}
{{ONE_LINE_DESCRIPTION}}
| Status | {{STATUS}} |
| Version | {{VERSION}} |
| Last Updated | {{DATE}} |
| Confidence | {{CONFIDENCE}}/5 |
| Production Tested | {{PRODUCTION_URL}} |
What This Skill Does
{{DETAILED_DESCRIPTION}}
Core Capabilities
- {{CAPABILITY_1}}
- {{CAPABILITY_2}}
- {{CAPABILITY_3}}
Auto-Trigger Keywords
Primary Keywords
Exact terms that strongly trigger this skill:
- {{PRIMARY_1}}
- {{PRIMARY_2}}
- {{PRIMARY_3}}
Secondary Keywords
Related terms that may trigger in combination:
- {{SECONDARY_1}}
- {{SECONDARY_2}}
- {{SECONDARY_3}}
Error-Based Keywords
Common error messages that should trigger this skill:
- "{{ERROR_1}}"
- "{{ERROR_2}}"
- "{{ERROR_3}}"
Known Issues Prevention
| Issue | Root Cause | Solution |
|---|---|---|
| {{ISSUE_1}} | {{CAUSE_1}} | {{SOLUTION_1}} |
| {{ISSUE_2}} | {{CAUSE_2}} | {{SOLUTION_2}} |
When to Use
Use This Skill For
- {{USE_CASE_1}}
- {{USE_CASE_2}}
- {{USE_CASE_3}}
Don't Use This Skill For
- {{AVOID_CASE_1}}
- {{AVOID_CASE_2}}
Quick Usage
{{QUICK_EXAMPLE}}
Token Efficiency
| Approach | Estimated Tokens | Time |
|---|---|---|
| Manual Implementation | {{MANUAL_TOKENS}} | {{MANUAL_TIME}} |
| With This Skill | {{SKILL_TOKENS}} | {{SKILL_TIME}} |
| Savings | {{SAVINGS_PERCENT}}% | {{TIME_SAVINGS}} |
File Structure
{{SKILL_NAME}}/
├── SKILL.md # Detailed instructions and patterns
├── README.md # This file - discovery and quick reference
├── scripts/ # Automation scripts
├── references/ # Supporting documentation
└── assets/ # Templates and resources
Dependencies
| Package | Version | Verified |
|---|---|---|
| {{PACKAGE_1}} | {{VERSION_1}} | {{DATE_1}} |
Official Documentation
Related Skills
{{RELATED_1}}- {{RELATED_1_DESC}}
License: MIT