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
660 B
660 B
OpenSpec Instructions
These instructions are for AI assistants working in this project.
Always open @/openspec/AGENTS.md when the request:
- Mentions planning or proposals (words like proposal, spec, change, plan)
- Introduces new capabilities, breaking changes, architecture shifts, or big performance/security work
- Sounds ambiguous and you need the authoritative spec before coding
Use @/openspec/AGENTS.md to learn:
- How to create and apply change proposals
- Spec format and conventions
- Project structure and guidelines
Keep this managed block so 'openspec update' can refresh the instructions.