24 skills
agent-playbook57 ★
checked 4d ago
Write docs that developers will actually read
Takes code, architecture notes, or a feature sketch and produces a README or API doc that explains the "why" and "how" without drowning readers in jargon.
·★56↓0
checked 4d ago
Open a pull request with docs in two languages
Takes your changes and submits a PR that updates both English and Chinese README files in sync, keeping bilingual docs aligned without manual copy-paste.
·★56↓0
checked 4d ago
Archive a conversation for later reference
Captures the full chat thread with timestamps and saves it as a timestamped log file you can search and retrieve later.
·★56↓0
checked 4d ago
Turn API code into readable documentation
Takes an OpenAPI spec or raw API code and generates clear endpoint docs with example requests, response shapes, and error cases—ready to ship to users.
·★56↓0
checked 4d ago
Wire skills to fire automatically
Defines when one skill should trigger another — lets you chain skills together so output from one feeds input to the next without manual handoff.
·★56↓0
checked 4d ago
Set up a CI/CD pipeline from scratch
Walks through your repo structure and deployment target, then generates a working pipeline config (GitHub Actions, GitLab CI, etc.) tailored to your stack.
·★56↓0
checked 4d ago
Find and fix the code slowing your app
Analyzes logs, traces, or code to pinpoint bottlenecks—database queries, render loops, memory leaks—and proposes concrete rewrites with expected speedup.
·★56↓0
checked 4d ago
Design a testing strategy that actually catches bugs
Maps your product's critical paths, proposes test cases for each, and defines quality gates that prevent bad releases without slowing you down.
·★56↓0
checked 4d ago
Spot security holes in your code before launch
Reviews code or architecture for OWASP Top 10 and common vulnerabilities, flags high-risk patterns, and suggests a remediation for each issue found.
·★56↓0
checked 4d ago
Chain skills together into an autopilot workflow
Reads your workflow config and automatically runs the right follow-up skills after a milestone — e.g., "after PRD done, run research, then spec, then handoff." No manual re-triggering.
·★56↓0
checked 4d ago
Find the right skill for your task
Listens to what you're trying to do and recommends the skill that matches your goal, saving you from browsing the catalog yourself.
·★56↓0
checked 4d ago
Review a PR for bugs, security, and style
Reads a diff or PR and spots bugs, security gaps, and style drift. Flags the risky bits first, then suggests polish — with concrete rewrites you can steal.
·★56↓0
checked 4d ago
Design a robust API from a business spec
Takes a feature request or product requirement and produces a complete API design: endpoints, schema, versioning strategy, and error handling—ready for engineering review.
·★56↓0
checked 4d ago
Sketch a technical solution from constraints
Takes your problem statement and constraints, then lays out a feasible architecture with trade-offs named, dependencies mapped, and implementation order clear.
·★56↓0
checked 4d ago
Write clean, searchable Git commit messages
Takes your staged changes and generates a Conventional Commits–formatted message with type, scope, and description — readable by humans and bots.
·★56↓0
checked 4d ago
Find and fix the bug in your code
Reads stack traces, logs, and code; narrows down the root cause by asking targeted questions; then walks you through the fix step-by-step.
·★56↓0
checked 4d ago
Turn Figma mockups into a builder's spec
Reads a Figma file and generates a PRD with component specs, spacing, typography, colors, and interaction notes—everything a frontend engineer needs to code it.
·★56↓0
checked 4d ago
Catch PRD gaps before anyone codes
Reads your spec, flags scope creep, ambiguous requirements, and hidden dependencies. Asks clarifying questions—and only then proceeds to the build plan.
·★56↓0
checked 4d ago
Write and maintain automated tests
Writes test cases for your codebase, sets up a test suite, and identifies coverage gaps. Works with your existing framework or recommends one.
·★56↓0
checked 4d ago
Write a PRD without leaving your file
Guides you through PRD structure—goals, user stories, technical constraints, success metrics—in a persistent document you edit in place, not a chat.
·★56↓0
checked 4d ago
Clean up messy code without changing what it does
Reads a function or module and rewrites it for clarity, removes duplication, and suggests naming changes—preserving logic while making the next person smile.
·★56↓0
checked 4d ago
Let Claude learn from every skill it runs
Logs each skill's success and failure, builds a semantic map of what worked, and auto-patches the codebase after each run — no manual eval needed.
·★56↓0
checked 4d ago
Manage work that spans days or multiple people
Tracks progress on multi-step projects that pause, resume, or hand off to someone else. Remembers where you left off, surfaces blockers, and logs each transition.
·★56↓0
checked 4d ago
planning-with-files
Uses persistent markdown files for general planning, progress tracking, and knowledge storage (Manus-style workflow). Use for multi-step tasks, research projects, or general organization WITHOUT mentioning PRD. For PRD-specific work, use prd-planner skill instead.
·★56↓0