Use when building a managed team skills library for a real stack. Map work to shelves, browse before curating, write meaningful `whyHere` notes, and create a starter pack once the first pass is solid.
npx skills add https://github.com/MoizIbnYousaf/Ai-Agent-Skills --skill curate-a-team-library
Build a managed skills library that another teammate or agent can actually browse, trust, and install.
Do not hand-edit skills.json, README.md, or WORK_AREAS.md when the CLI already has the mutation you need.
Start with a managed workspace.
npx ai-agent-skills init-library <name>
cd <name>
Ask at most 3 short questions before acting:
Use these 5 work areas as the shelf system:
frontend: web UI, browser work, design systems, visual polishbackend: APIs, data, security, infrastructure, runtime systemsmobile: iOS, Android, React Native, Expo, device testing, app deliveryworkflow: docs, testing, release work, files, research, planningagent-engineering: prompts, evals, tools, orchestration, agent runtime designMap the user's stack to shelves before adding anything.
React Native + Node backend maps to mobile + backend.workflow only when testing, release, docs, or research are real parts of the job.agent-engineering only when the team is doing AI features, prompts, evals, or tooling.Browse before curating.
npx ai-agent-skills list --area <work-area>
npx ai-agent-skills search <query>
npx ai-agent-skills collections
If the user named multiple primary shelves, inspect each one before choosing skills.
Keep the first pass small: around 3 to 8 skills.
add first for bundled picks and simple GitHub imports.catalog when you want an upstream entry without copying files into skills/.vendor only for true house copies the team wants to edit or own locally.Every mutation must include explicit curator metadata like --area, --branch, and --why.
Good branch names:
React Native / UIReact Native / QANode / APIsNode / DataDocs / ReleaseBad branch names:
stuffmiscnoteswhyHerewhyHere is curator judgment, not filler.
Good:
Covers React Native testing so the mobile shelf has a real device-validation option.
Bad:
I want this on my shelf.
Use --featured sparingly.
After the library has about 5 to 8 solid picks, create a starter-pack collection.
--collection starter-pack while adding new skills.npx ai-agent-skills curate <skill> --collection starter-pack for existing entries.Before finishing:
npx ai-agent-skills list --area <work-area>
npx ai-agent-skills collections
npx ai-agent-skills build-docs
list --area for each primary shelf you touched.starter-pack, confirm the install command looks right.Return:
starter-pack contains, if you created oneGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Take moizibnyousaf/curate-a-team-library from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.