Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
md-improve
Improves CLAUDE.md by analyzing conversation patterns. Use when Claude keeps repeating a mistake, when teaching a new preference, or when consolidating guidance from repeated instructions. Captures recurring corrections and style preferences into project instructions.
philoserf/claude-code-setup 10
-
vc-sync
Syncs local repository with remote. Use when syncing repo, pulling latest, refreshing branches, updating from remote, or cleaning up after merging PRs. Switches to main, pulls latest, and prunes merged branches.
philoserf/claude-code-setup 10
-
walkthrough
Reads source code and produces a linear, executable walkthrough document. Use when explaining how code works, creating code walkthroughs, onboarding to a project, or giving a code tour. Generates structured showboat documents with annotated code paths.
philoserf/claude-code-setup 10
-
fix-issue
Plans, implements, reviews, and ships a fix for a GitHub issue. Use when fixing an issue, resolving a bug report, implementing a feature request, or closing a ticket. Handles fork workflows, upstream detection, branch creation, and PR submission.
philoserf/claude-code-setup 10
-
session-review
Analyzes the current session to extract patterns, preferences, and learnings. Use when running session retrospectives, debriefs, post-mortems, or reflecting on insights worth remembering. Produces structured reviews capturing what worked, what to improve, and actionable takeaways.
philoserf/claude-code-setup 10
-
let-fate-decide
Draws 4 Tarot cards using os.urandom() to inject entropy into planning. Use when prompts are vague, the user says 'let fate decide', makes Yu-Gi-Oh references, demonstrates indifference about approach, or multiple approaches are equally valid. Interprets the spread to generate actionable next steps from randomized input.
philoserf/claude-code-setup 10
-
go-quality-gate
Runs Go code quality checks. Use when checking Go code quality, linting, running checks, validating Go code, or running go checks. Covers formatting with gofumpt, static analysis with go vet, and test execution with go test.
philoserf/claude-code-setup 10
-
typescript-quality-gate
Runs TypeScript/JavaScript code quality checks. Use when checking TypeScript or JavaScript quality, linting, running tests, validating TypeScript code, or running TS/JS checks. Covers formatting and linting with biome, type checking with tsc, and test execution with bun test.
philoserf/claude-code-setup 10
-
md-audit
Audits and improves CLAUDE.md files by scanning repositories. Use when maintaining CLAUDE.md files, optimizing project instructions, or reviewing what project instructions should contain. Evaluates quality against templates, outputs scored reports, and applies targeted updates.
philoserf/claude-code-setup 10
-
tdd-cycle
Enforces strict red-green-refactor TDD with suite mode and refactor-clean integration. Use when writing all tests upfront before implementation (suite mode), when you need metrics-driven refactoring thresholds during TDD, or when explicitly invoking /tdd-cycle. For standard incremental TDD, superpowers:test-driven-development is used automatically.
philoserf/claude-code-setup 10
-
cc-lint
Performs quick structural validation of Claude Code customizations. Use when linting, validating structure, checking frontmatter, auditing customizations, reviewing skill structure, or reviewing any skill, agent, or hook for correctness. Checks YAML frontmatter, required fields, naming conventions, file organization, and settings.json health.
philoserf/claude-code-setup 10
-
deps-audit
Audits project dependencies for vulnerabilities, outdated packages, and license issues. Use when checking dependency health, running security audits, or reviewing package versions. Covers native audit tools, version freshness, and license compliance.
philoserf/claude-code-setup 10
-
vc-ship
Automates git commit organization and history cleanup. Use when staging and organizing uncommitted changes into atomic commits, cleaning messy commit history, or formatting commit messages. Not for deciding what to do with a completed branch (use superpowers:finishing-a-development-branch for merge/PR/discard decisions).
philoserf/claude-code-setup 10
-
scientific-problem-selection
Guides scientists through systematic research problem selection using a 9-skill framework based on Fischbach & Walsh (Cell, 2024). Use when pitching a new research idea, troubleshooting a stuck project, evaluating project risks, planning research strategy, or choosing what problem to work on. Covers ideation, risk assessment, optimization, parameter strategy, decision trees, adversity planning, and synthesis.
philoserf/claude-code-setup 10
-
refactor-clean
Structured refactoring with smell detection, severity classification, and before/after metrics. Use when code needs deep structural analysis — decomposing large classes, resolving SOLID violations, eliminating duplication across modules, or reducing cyclomatic complexity. Presents a prioritized plan for approval before making changes. Not for lightweight post-edit polish (the simplify agent handles that automatically).
philoserf/claude-code-setup 10
-
tech-debt
Identifies, classifies, and prioritizes technical debt. Use when auditing technical debt, assessing code quality, analyzing maintenance burden, or asking what's slowing us down. Produces categorized inventory with severity rankings, remediation roadmap, and fix recommendations.
philoserf/claude-code-setup 10
-
bash-quality-gate
Runs shell script quality checks. Use when checking shell script quality, linting bash code, or validating scripts. Covers formatting with shfmt, static analysis with shellcheck, and portability checks.
philoserf/claude-code-setup 10
-
cc-automation-recommender
Analyzes a codebase and recommends Claude Code automations. Use when asking for automation recommendations, what automations to add, optimizing or configuring Claude Code setup, or setting up Claude Code for a new project. Covers hooks, subagents, skills, plugins, and MCP servers.
philoserf/claude-code-setup 10
-
second-opinion
Runs independent code reviews by piping git diffs to external LLM CLIs (Sourcegraph Amp or pi). Use when the user asks for a second opinion, external review, independent review, cross-model review, or wants to validate changes before a PR, get a fresh perspective on a diff, or asks another model to look at their code.
philoserf/claude-code-setup 10
-
last30days
Researches any topic from the last 30 days. Use when researching current topics, finding what's trending, getting recent discussions, or looking up community opinions. Searches Reddit, X, YouTube, Hacker News, and the broader web for what people are discussing and recommending.
philoserf/claude-code-setup 10
-
natural-language-postgres-presentation
Presentation-focused Natural Language to SQL app with PPT-style visualizations.
rebyteai-template/rebyte-skills 4
-
formsmd-builder
Build stylish, Typeform-like multi-step forms and surveys using Forms.md library.
Use when user asks to: create a form, build a survey, make a questionnaire,
create an onboarding flow, build a feedback form, or any multi-step data collection UI.
Outputs standalone HTML files with embedded CSS/JS that can be deployed anywhere.
rebyteai-template/rebyte-skills 4
-
financial-deep-research
Conduct enterprise-grade financial research with multi-source synthesis, regulatory compliance tracking, and verified market analysis. Use when user needs comprehensive financial analysis requiring 10+ sources, verified claims, market comparisons, or investment research. Triggers include "financial research", "market analysis", "investment analysis", "due diligence", "financial deep dive", "compare stocks/funds", or "analyze [company/sector]". Do NOT use for simple stock quotes, basic company lookups, or questions answerable with 1-2 searches.
rebyteai-template/rebyte-skills 4
-
stripe-subscription
Stripe Checkout for recurring subscriptions with Customer Portal. Auto-creates plans if not configured.
rebyteai-template/rebyte-skills 4