Reusable Agent Skills published by legout.
Install one skill:
npx skills add legout/skills --skill systematic-debugging --global --agent pi --yes --copyInstall the complete catalog:
npx skills add legout/skills --skill '*' --global --agent pi --yes --copyThe catalog uses nested categories; skill names and /skill:<name> commands remain unchanged.
deslop— broad evidence-driven codebase cleanup.modern-python— uv, Ruff, and ty setup or migration.simplify-code— behavior-preserving cleanup of settled changed code.systematic-debugging— reproducible root-cause diagnosis.
agent-md-refactor— concise agent instructions with scoped references.effective-agent-skills— Agent Skill authoring, review, and debugging.improve-skill— skill changes derived from agent-session evidence.workflow-from-chats— durable preferences mined across recent chats.
chrome-cdp— approved control of an existing local Chrome session.handoff— redacted handoff for a fresh agent session.last30days— recent social, community, video, GitHub, and web research.research— primary-source research captured in a repository note.marimo-notebook— file-based marimo notebooks.marimo-pair— live marimo-kernel collaboration.pi-custom-model— explicit custom Pi model registration.terminal-session-control— explicit Herdr or cmux target interaction.
archify— standalone interactive HTML diagrams.drawio-skill— precise editable draw.io diagrams.excalidraw— sketch-like editable Excalidraw diagrams.
capture-project-vision— project vision and durable decisions.domain-modeling— active glossary and ADR maintenance.grilling— decision-tree stress testing, with optional domain docs.make-release— semver GitHub and optional PyPI releases.merge-worktree— worktree integration and cleanup.orchestrate-implementation— coordinated multi-task implementation.prototype-question— disposable code for one design question.review-codebase-architecture— read-only module and seam review.shape-design— approved bounded design before implementation.verification-before-completion— fresh evidence before success claims.write-implementation-plan— executable plans from approved requirements.
doc-coauthoring— collaborative document discovery and drafting.documentation-writer— Diátaxis software documentation.humanizer— fact-preserving natural-language rewrites.
deslopowns broad cleanup;simplify-codeowns settled changed-code cleanup.documentation-writerowns document type and quality;doc-coauthoringowns collaborative drafting.marimo-notebookedits files;marimo-pairworks through a live kernel.effective-agent-skillscovers general authoring;improve-skillrequires session evidence.improve-skilltargets one skill/session;workflow-from-chatsmines cross-cutting preferences across recent chats.researchfollows durable claims to primary sources;last30daysmeasures recent community discussion and sentiment.review-codebase-architectureidentifies candidates;shape-designsettles one.grillingowns the stress-test interview;domain-modelingowns glossary and ADR updates;shape-designowns the approved design or specification.archifyproduces interactive HTML,drawio-skillproduces precise editable diagrams, andexcalidrawproduces sketch-like canvases.
review architecture ─┐
capture vision ──────┼─> shape design <-> domain modeling (glossary / optional ADR)
grilling ────────────┘ |
├─ bounded design ───────────────────────> orchestrate -> merge
├─ architectural spec -> thin plan ──────┤
└─ architectural spec -> tracker tickets ┘
shape design -> prototype spike -> shape design
unexpected failure -> systematic-debugging
completion claim -> verification-before-completion
ADRs explain why; specifications define behavior and acceptance; plans define executable units. Tracker tickets replace—rather than duplicate—the plan when durable coordination is required.
orchestrate-implementation expects pi-subagents and may use configured pi-intercom peers. merge-worktree PR mode expects an authenticated gh CLI. make-release composes with release, changelog, GitHub, commit, and uv tooling when available.
UPSTREAM_ADOPTION.md records adoption decisions. sources.json records pinned file-level provenance, and THIRD_PARTY_NOTICES.md carries applicable notices.
bash scripts/check-skill-sources.shbash -n tests/skills_test.sh scripts/check-skill-sources.sh
bash tests/skills_test.sh
bash scripts/check-skill-sources.sh
git diff --checkOriginal material is MIT. Adopted material remains under the licenses listed in THIRD_PARTY_NOTICES.md.