skills/build-workspace-docs/SKILL.md
Use when regenerating README.md and WORK_AREAS.md in a managed library workspace. Always dry-run first to preview changes.
npx skillsauth add moizibnyousaf/ai-agent-skills build-workspace-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Keep workspace documentation in sync with the skills catalog after adding, removing, or curating skills.
--dry-run before regenerating docs to preview what will change..ai-agent-skills/config.json).--format json to capture structured results for automation pipelines.npx ai-agent-skills build-docs --dry-run
npx ai-agent-skills build-docs
npx ai-agent-skills build-docs --dry-run --format json
The JSON output includes currentlyInSync to tell you whether docs were already up to date.
add, catalog, vendor, or curate commands that change the skills catalog.init-library to create one first.<!-- GENERATED:...:start/end -->) as boundaries. Do not remove these markers from the template sections.testing
Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.
development
Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.
development
Use when evaluating whether a skill belongs in a library. Preview content, check frontmatter, validate structure, and decide whether to keep, curate, or remove.
development
Use when moving skills between library workspaces or upgrading from a personal library to a team library. Export from one workspace, import into another.