mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
docs(skills): add When-not-to-use boundaries to renamed skills
The quality validator enforces an imperative-verb description plus a negative boundary on every changed SKILL.md. The six renamed skills and cli-builder carried no substantive boundary, so add a tailored When-not-to-use section to each naming concrete alternatives (dashboard administration, sibling platforms, adjacent skills). cli-builder lands at 499 lines, inside the 500-line budget. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent
ff1dab9273
commit
2619ba395f
@@ -122,3 +122,7 @@ ghost --verbose site # verbose logging
|
||||
- [scripts/ghost](scripts/ghost) — The CLI binary. Built following the cli-builder patterns: non-interactive, `--json`, `--dry-run`, `--quiet`, `--verbose`, dual-output via `emit()`, lazy auth, structured logging.
|
||||
- [Ghost Admin API Docs](https://ghost.org/docs/admin-api/) — Official Ghost Admin API documentation.
|
||||
- [Ghost Integrations](https://ghost.org/docs/integrations/) — How to create Custom Integrations and get your Admin API key.
|
||||
|
||||
## When not to use
|
||||
|
||||
Do not use this skill for Ghost site administration that requires the admin dashboard (themes, staff accounts, membership tiers, sending settings), for front-end theme development, or for other publishing platforms — WordPress, Hugo, and Jekyll each have their own tooling.
|
||||
|
||||
Reference in New Issue
Block a user