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 |
|---|---|
agent-readiness |
Making repositories and runners dependable for autonomous work. |
docs |
Auditing and rewriting repository documentation and agent guidance. |
gh-setup |
Setting up GitHub collaboration, CI, releases, and deployments. |
planning |
Saving agreed work as resumable plans in the repository's preferred tracker. |
react-ban-use-effect |
Replacing direct React useEffect with clearer patterns and enforcement. |
skill-audit |
Auditing skill activation, packaging, instructions, and quality. |
vite-plus |
Migrating frontend packages and monorepos to Vite+. |
Browse the catalog:
pnpm dlx skills add uinaf/skills --listInstall one skill globally for Codex and Claude Code:
pnpm dlx skills add uinaf/skills -g -y -a codex -a claude-code -s agent-readinessReplace agent-readiness with any catalog name. Omit -g for a
repository-local installation.
corepack enable pnpm
pnpm install --frozen-lockfile
pnpm run verifyCI uses that same free lint/structure gate. For an intentional local 100-point Tessl cloud score before a sensitive skill change:
pnpm run verify:skillsSee Skill evaluation for lint vs review lanes, Distribution for publication and release setup, and Skill fleet for the cross-repo inventory and monthly lint cadence (no scheduled cloud review).
