Installable skills maintained by Stanislav Zmiev.
| Skill | Purpose |
|---|---|
testing |
Test observable behavior with realistic boundaries and direct assertions. |
typings |
Apply strict modern Python typing rules. Originally authored by GAO Hongnan; see its attribution. |
List the available skills without installing them:
npx -y skills add zmievsa/skills --listUsing the Skills CLI:
npx -y skills add zmievsa/skills --skill testing typings --agent codex --global --yesUsing GitHub CLI:
gh skill install zmievsa/skills testing --agent codex --scope user
gh skill install zmievsa/skills typings --agent codex --scope userTo install a fixed release with GitHub CLI, add --pin v0.1.0.
scripts/validate.shEach skill follows the Agent Skills specification.
MIT. Third-party provenance is recorded in NOTICE.md.