Jakub Sobolewski's agent skills for Claude Code and other skills.sh-compatible agents.
| Skill | Description |
|---|---|
| testing | Write and review tests that match a project's conventions, or do test-first development (TDD). Routes to framework-specific guidance (e.g. FastAPI). |
Install with the skills CLI. No global install needed — npx runs it on demand.
Install the whole repo:
npx skills add jakubsob/skillsThe CLI copies the skill into your agent's skills directory (for Claude Code, ~/.claude/skills/). Restart your session, or start a new one, to pick it up.
Once installed, the agent loads a skill automatically when your request matches its description. You can also invoke one explicitly — for example, type /testing in Claude Code, or just ask to "write tests" / "do TDD".