ask-questions-if-under…
Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
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.
$ npx -y skills add MoizIbnYousaf/Ai-Agent-Skills --skill share-a-library --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/share-a-libraryContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: share-a-library description: 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. category: workflow version: 4.1.0
Turn a finished local library into a real shared artifact with a repo URL and an install command another agent can use.
1. Regenerate docs if needed.
npx ai-agent-skills build-docs
2. Publish the workspace to GitHub.
git init git add . git commit -m "Initialize skills library" gh repo create <owner>/<repo> --public --source=. --remote=origin --push
3. Return the exact shareable install command.
If the library has a `starter-pack` collection:
npx ai-agent-skills install <owner>/<repo> --collection starter-pack -p
Otherwise:
npx ai-agent-skills install <owner>/<repo> -p
Return:
Universal skill installer and package manager for AI coding agents. One command, 12+ runtimes. npx ai-agent-skills
Repo: MoizIbnYousaf/Ai-Agent-Skills
Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
Use when checking the overall health of a skills library. Run doctor, validate, check for stale skills, and verify generated docs are in sync.
Backend API design, database architecture, microservices patterns, and test-driven development. Use for designing APIs, database schemas, or backend system…
Transforms vague prompts into optimized Claude Code prompts. Adds verification, specific context, constraints, and proper phasing. Invoke with /best-practices.
Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run…
Use when regenerating README.md and WORK_AREAS.md in a managed library workspace. Always dry-run first to preview changes.