Help us improve
Share bugs, ideas, or general feedback.
Multi-skill catalog for agentic CLIs with AGENTS.md memory workflows
npx claudepluginhub olshansk/agent-skillsMulti-skill catalog for agentic CLIs, including session-commit for AGENTS.md maintenance.
Share bugs, ideas, or general feedback.
[!NOTE] My personal and public agent skills. Olshansky.info
npx skills add olshansk/agent-skills
Then ask your agent to run any installed skill:
[!TIP] Start with
session-commit— it turns every coding session into durable knowledge by extracting patterns, decisions, and gotchas into yourAGENTS.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" |
cmd-*)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-email-md | Convert markdown to email-safe HTML with inline styles and cross-client compatibility |
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-local-repo-skills | Scaffold cross-tool repo-local skills with canonical source in .agents/skills/ and symlinks |
cmd-persona | Prime the agent with a behavioral persona for the conversation |
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-gh-comments | Triage and resolve GitHub PR review comments with categorized action plans |
cmd-pr-review-prepare | Prepare branch for code review by building context and identifying issues |