Find the perfect skill
Clone Web App Pixel-Perfect
Development
Clone any web app pixel-for-pixel from a URL using an in-conversation Claude workflow with computed-style assertions for verification.
Codebase Health Audit
Development
Comprehensive codebase audit to identify technical debt, quality issues, and improvement opportunities.
Refactor Review
Development
Identifies code that should be simpler: duplication, over-engineering, truncated code, and pattern inconsistencies. Use before any major refactor or cleanup to focus on what matters.
Prisma Schema Helper
Development
Automated assistance for Prisma schema helper operations. Part of Backend Development skills.
Flexprice Engineering Stack for Claude Code
Development
A Claude Code skill file with engineering best practices for backend development in Go, emphasizing code quality, error handling, and reading-before-writing principles.
Create a structured GitHub pull request
Development
Write a PR body focused on outcome, why, what, and verification, so reviewers orient in under a minute. Includes title and label guidance.
PR Review Adjudication
Development
Adjudicate a pull request as a maintainer: read the CI-pinned review, refresh if stale, and approve/request changes/close with optional auto-merge.
Complete Logging System Guide
Development
Complete guide to application logs, script logs, error monitoring, and request logging, with best practices and examples.
Debugging Expert
Development
Debugging specialist for errors, test failures, and unexpected behavior using root cause analysis.
Handoff protocol for sdg-skill
Development
Use at the end of a session to close out work cleanly so the next session can resume without reading chat history. Updates TASKS.md, STATE.md, appends to docs/decisions.md if needed, and commits with the T<id>: prefix.
Fix Notebook Errors
Development
Fixes errors encountered during Jupyter notebook execution. It addresses issues by either editing the notebook cells (if the problem is in the notebook logic or missing imports) or by patching the underlying Python source code (if the bug is in the library package).
TDD Workflow Patterns
Development
Guide for implementing tasks using the TDD workflow, phase checkpoints, git commits, and verification protocol.