| docType | guide | |||||
|---|---|---|---|---|---|---|
| scope | repo | |||||
| status | current | |||||
| authoritative | true | |||||
| owner | skills | |||||
| language | en | |||||
| whenToUse | When installing, updating, or using the Tiangong AI reusable skills repository. | |||||
| whenToUpdate | When install commands, target agents, scope behavior, environment variables, or available skill guidance changes. | |||||
| checkPaths |
|
|||||
| lastReviewedAt | 2026-06-01 | |||||
| lastReviewedCommit | bf2b7e84d8913a5bb602bab51330ae0e59e40f2d |
Repository: https://github.com/tiangong-ai/skills
Use the skills CLI from https://github.com/vercel-labs/skills to install, update, and manage these skills.
npm i skills -g- List available skills (no install):
npx skills add https://github.com/tiangong-ai/skills --list
- Install all skills (project scope by default):
npx skills add https://github.com/tiangong-ai/skills
- Install specific skills:
npx skills add https://github.com/tiangong-ai/skills --skill tiangong-kb-sci-search --skill dify-knowledge-base-search
- Target specific agents:
npx skills add https://github.com/tiangong-ai/skills -a codex -a claude-code
- Install globally (user scope):
npx skills add https://github.com/tiangong-ai/skills -g
- Scope notes:
- Project scope installs into
./<agent>/skills/. - Global scope installs into
~/<agent>/skills/.
- Project scope installs into
- Interactive installs let you choose:
- Symlink (recommended)
- Copy
- List installed skills:
npx skills list
- Check for updates:
npx skills check
- Update all skills:
npx skills update
Environment requirements live with each skill. Before using a skill that calls
an external service, read that skill's references/env.md when present.