curate-a-team-library
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 MoizIbnYousaf/Ai-Agent-Skills --skill curate-a-team-library --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Curate A Team Library ## Goal 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. ## First Move Start with a managed workspace. ```bash npx ai-agent-skills init-library <name> cd <name> ``` Ask at most 3 short questions before acting: - what kinds of work the library needs to support - whether the first pass should stay small and opinionated or aim broader - whether the output should stay local or end as a shareable GitHub repo ## Shelf System Use these 5 work areas as the shelf system: - `frontend`: web UI, browser work, design systems, visual polish - `backend`: APIs, data, security, infrastructure, runtime systems - `mobile`: iOS, Android, React Native, Expo, device testing, app delivery - `workflow`: docs, testing, release work, files, research, planning - `agent-engineering`: prompts, evals, tools, orchestration, agent runtime design Map the user's stack to shelves before adding anything. - Example: `React Native + Node backend` maps to `mobile` + `backend`. - Add `workflow` only when testing, release, docs, or res
- Goal
- First Move
- Shelf System
- Discovery Loop
- Mutation Rules
- Writing Good whyHere
- Featured Picks
- Collections
- Sanity Check
- Finish
npx ai-agent-skills init-library <name> cd <name> npx ai-agent-skills list --area <work-area> npx ai-agent-skills search <query> npx ai-agent-skills collections npx ai-agent-skills build-docs
What does the curate-a-team-library skill do?
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.
How do I install it?
Run `npx skills add MoizIbnYousaf/Ai-Agent-Skills --skill curate-a-team-library --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From MoizIbnYousaf/Ai-Agent-Skills, a repository with 1,114 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
