A small catalog of standalone skills for coding agents. Install only what you need; each skill works independently of this repository's development tooling and the other skills in the catalog.
| Skill | Use it for |
|---|---|
gh-setup |
Setting up GitHub collaboration, CI, releases, and deployments. |
react-ban-use-effect |
Replacing direct React useEffect with clearer patterns and enforcement. |
vite-plus |
Migrating frontend packages and monorepos to Vite+. |
Browse the catalog:
pnpm dlx skills add uinaf/agent-skills --listInstall one skill globally for Codex and Claude Code:
pnpm dlx skills add uinaf/agent-skills -g -y -a codex -a claude-code -s gh-setupReplace gh-setup with any catalog name. Omit -g for a
repository-local installation.
corepack enable pnpm
pnpm install --frozen-lockfile
pnpm run verifyCI runs that same gate: workflow lint plus
@uinaf/skillcheck structural lint,
both keyless.
See Distribution for how skills reach consumers and Skill fleet for the cross-repo inventory and monthly lint cadence.
