Note
My personal and public agent skills. Olshansky.info
- Olshansky's day-to-day agent skills
- Follows the Agent Skills pattern for cross-tool skill distribution
- Inspired by vercel-labs/agent-skills
npx skills add olshansk/agent-skillsThen ask your agent to run any installed skill:
- "resolve merge conflicts"
- "close the loop on this session"
- "idiot proof the documentation"
- "generate skills dashboard"
Tip
Start with session-commit — it turns every coding session into durable knowledge by extracting patterns, decisions, and gotchas into your AGENTS.md. Future sessions (and future agents) pick up right where you left off.
Skills I've polished for public use.
| Skill | What it does | Trigger examples |
|---|---|---|
session-commit |
Captures session learnings and updates AGENTS.md safely |
"run session commit", "close the loop", "update AGENTS.md" |
skills-dashboard |
Scrapes skills.sh and generates an interactive HTML dashboard | "generate skills dashboard", "show skills ecosystem" |
Skills I use daily but might rename or delete in the future. I prefix them with cmd- so I can easily also leverage them as custom slash commands in claude code.
| Skill | Description |
|---|---|
cmd-chain-halt-code-reviewer |
Review protocol code for chain halt risks, non-determinism, and onchain behavior bugs |
cmd-clean-code |
Improve code readability without altering functionality using idiomatic best practices |
cmd-code-cleanup |
Remove dead code and duplication with a 5-phase systematic approach |
cmd-gh-comments |
Triage and resolve GitHub PR review comments with categorized action plans |
cmd-gh-issue |
Create structured GitHub issues from conversation context using gh CLI |
cmd-idiot-proof-docs |
Simplify documentation for clarity and scannability with approval-gated edits |
cmd-pr-build-context |
Build high-signal PR context with diff analysis, risk assessment, and discussion questions |
cmd-pr-conflict-resolver |
Resolve merge conflicts with context-aware 3-tier classification and escalation |
cmd-pr-description |
Generate concise PR descriptions by analyzing the diff against a base branch |
cmd-pr-review-prepare |
Prepare branch for code review by building context and identifying issues |
cmd-pr-sweep |
Review changes for test gaps, simplification, naming consistency, reuse, and TODO quality |
cmd-pr-test-plan |
Generate manual test plans with verified commands and pass/fail criteria |
cmd-productionize |
Transform apps into production-ready deployments with framework-specific optimization |
cmd-proofread |
Proofread posts for spelling, grammar, repetition, logic, weak arguments, and broken links |
cmd-python-stylizer |
Analyze Python code for naming, structure, nesting, and cognitive load reduction |
cmd-rfc-review |
Review RFCs for problem clarity, compliance, security, and performance using SCQA |
cmd-rss-feed-generator |
Generate Python RSS feed scrapers with hourly GitHub Actions integration |
cmd-scope-sweep |
Final pass to identify missed items, edge cases, and risks before closing scope |
makefile |
Create or improve Makefiles with templates (python-uv, fastapi, nodejs, go, flutter) |
mermaid-render |
Render and display Mermaid diagrams inline in iTerm2 or Ghostty |
A live dashboard of the skills.sh ecosystem is available at skills-dashboard.olshansky.info.
It shows publisher distribution, install counts, top skills, and the long-tail power law of adoption. Regenerate it yourself with the skills-dashboard skill.
