Agent skill

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.

MoizIbnYousafgithub.com/MoizIbnYousafGitHub ↗
claude-codecodexcursorMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 4.1.0
Path: skills/curate-a-team-library/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,114
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Goal
  2. First Move
  3. Shelf System
  4. Discovery Loop
  5. Mutation Rules
  6. Writing Good whyHere
  7. Featured Picks
  8. Collections
  9. Sanity Check
  10. Finish
Commands it runs
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
More from Ai-Agent-Skills
All skills →
About this skill
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.

Keep going