platypus
Structured planning, debugging, testing, and code review workflows
All Skills in This Repository (29)
Pure Emerald Level Indicatorsresearch
Query official documentation and source code to generate cited Markdown research reports.
domain-modeling
Maintains a centralized glossary in CONTEXT.md and records architectural decisions via ADRs.
tools
Create and register custom tool sets with Zod schemas in Platypus.
add-api-endpoint
Create Hono.js API endpoints with schema validation and authentication middleware.
wayfinder
Decomposes high-level objectives into a hierarchical structure of issue-tracker tickets.
setup-matt-pocock-skills
Configure repository settings for issue tracking, triage labels, and domain documentation.
writing-great-skills
Review agent instructions to identify failure modes and optimization areas.
docs-audit
Audit documentation claims against source code and git history.
handoff
Compacts active conversation history into a structured handoff document.
diagnosing-bugs
Diagnose software bugs through a structured six-phase feedback loop.
code-review
Compare git diffs against coding standards and project specifications.
to-tickets
Decomposes specs and plans into structured vertical-slice tickets with dependency mapping for GitHub or Linear.
Frequently Asked Questions
FAQPage SchemaHow to install Platypus skills?โผ
Run `npx skills add willdady/platypus --all -g -y` in your terminal to install all skills in this collection globally.
What do the Platypus skills do?โผ
They give your coding agent structured workflows for planning features, writing specs and tickets, test-driven development, code review, bug diagnosis, triage, and release checks.
Do these skills work with Claude Code and Codex?โผ
Yes. Every skill follows the standard SKILL.md format and runs in Claude Code, Codex, OpenCode, and other compatible coding agents.
Can I use these skills on my own repository?โผ
Yes. Run the setup-matt-pocock-skills skill first to configure your issue tracker, triage labels, and domain docs, then the other skills work against your repo.
Do I need the Platypus app to use these skills?โผ
No. The skills are standalone Markdown workflows that work in any repository, though a few cover Platypus-specific conventions like its API and database patterns.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core