Refactor remaining skills with resources pattern and allowed-tools

- k8s-quick-status: Add scripts/quick-status.sh, allowed-tools
- sysadmin-health: Add scripts/health-check.sh, allowed-tools
- usage: Add scripts/usage_report.py, simplify SKILL.md
- programmer-add-project: Add allowed-tools

All skills now:
- Have executable scripts for main operations
- Use allowed-tools to restrict capabilities
- Have improved descriptions with trigger phrases
- Follow the "Skill with Bundled Resources" pattern

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OpenCode Test
2026-01-01 02:38:58 -08:00
parent daac279fa4
commit d9be8145f8
7 changed files with 316 additions and 180 deletions

View File

@@ -1,6 +1,10 @@
---
name: programmer-add-project
description: Register a new project with the programmer agent system
description: Register a new project with the programmer agent system. Use when adding a new codebase or project.
allowed-tools:
- Bash
- Read
- Write
---
# Add Project to Programmer Agent