Centralized workspace skills registry for /home/TheWatcher01/projects.
Skills follow the Agent Skills specification.
npx skills add TheWatcher01/skillsThis repository now uses two official locations, aligned with current GitHub Copilot docs:
.claude/skills/: canonical source for Claude Code config, instructions, scripts, and assets..github/skills/: GitHub Copilot Chat/CLI path (symlink to.claude/skills/).
Official reference: https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/create-skills
- Full workspace inventory is tracked in
SKILLS_INVENTORY.md. - Skills from
openclaw/are inventoried but intentionally excluded from import. - Import logs are tracked in:
.claude/imported-skills.log.claude/skipped-skills.log
Each skill contains:
SKILL.md- Required metadata + instructionsreferences/- Optional documentation loaded on demandscripts/- Optional executable helpersassets/- Optional templates/static resources
- Canonical storage is
.claude/skills/*. .github/skillsis provided for Copilot compatibility.- See
SKILLS_INVENTORY.mdfor complete provenance and exclusions.
MIT