Agent skills.

A small monorepo of Agent Skills I use across Claude Code sessions. Each is one SKILL.md in skills/ — install the library once, Claude picks the right one by context.

install · cli
$ curl -fsSL https://raw.githubusercontent.com/Osipchuk/agent-skills/main/install.sh | sh
$ askill

Bootstrap the askill CLI, then run it — an interactive checklist opens; select all for the whole library, or just the skills you want. Works with any agent; needs only curl (it fetches uv if missing).

filter all (7)
onboard-our-stack skills/onboard-our-stack/

Onboard a newcomer to your codebase or answer a targeted 'how does our X work' question by walking curated reading lists — and cold-starting from the repo's own docs when no curated config exists yet.

documentation learning
updated
last week
open →
adr-capture skills/adr-capture/

Catch an architectural decision as it is made and draft an ADR in your team's format, with explicit TODOs for missing mandatory fields. Never auto-commits.

documentation architecture decision-making
updated
last week
open →
rubber-duck skills/rubber-duck/

A thinking partner that guides you to your own answer — listens first, reflects back your assumptions, and only sharpens into pointed questions when you're stuck.

debugging learning
updated
last week
open →
steelman-then-break skills/steelman-then-break/

Pressure-test a design or tech choice in two forced passes — strongest case for, then strongest case against, then a calibrated verdict that's willing to say 'proceed'.

code-review architecture decision-making
updated
last week
open →
toxic-senior-reviewer skills/toxic-senior-reviewer/

Code reviewer in the voice of a toxic, no-nonsense senior developer — sharp criticism only, no empty praise, curt approval when code is actually good.

code-review
updated
2 weeks ago
open →
article-translator skills/article-translator/

Translate long-form articles and prose between languages while preserving the author's voice, structure, and formatting.

translation writing
updated
2 weeks ago
open →
learning-mode skills/learning-mode/

Turn a Claude Code session into a learn-by-doing coding tutorial with a spaced-repetition review log.

learning
updated
2 weeks ago
open →