skillcaddy-manager

Solid

Manage Skillcaddy source acquisition, source updates, migrations, and project skill links. Use for discovery, add/update requests, enable/disable, audits, maintenance, bootstrap, or Web/TUI access.

AI & Automation 17 stars 5 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
42
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Skillcaddy Manager Treat Skillcaddy as a central skill library with project-level symlink activation. Keep one execution loop across every branch: **state -> route -> preflight -> act -> verify**. ## Core Loop 1. Resolve the Skillcaddy repository and target project. Default the project to the current working directory only when the user did not provide one. - Complete when both absolute paths are known. 2. For recommendations, audits, or mutations, read `GET /api/state?projectPath=<encoded-path>`. For source acquisition, updates, or migration, also inspect the source registry with `npm run source -- list` and `npm run source -- inspect <source-id>`. If the server is unavailable, inspect the equivalent paths listed under **Core Model**. - Complete when repository, source registry, project, global, Claude, metadata, and `advice` state relevant to the request are known. 3. Route to the required branch and load only its reference; load multiple references only when the request combines branches: - Discovery, source acquisition/update/migration, enable/disable, audit, health, Git update, bootstrap, Web/TUI: [OPERATIONS.md](references/OPERATIONS.md) - Recommendations: [RECOMMENDATION_GUIDE.md](references/RECOMMENDATION_GUIDE.md) - Notes, tags, `autoEnable`, migration, batch Chinese notes: [METADATA.md](references/METADATA.md) - Complete when the selected branch, target identities, and completion criterion are explicit. 4. For a mutation, apply the **Mutation ...

Details

Author
chenweil
Repository
chenweil/skillcaddy
Created
1 months ago
Last Updated
2 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category