Automatically refreshed

Claude Code Skill Registry

Find source-tracked agent skills for Claude Code with risk signals and commit-pinned install commands.

1217skills
39Source
1072Low risk
Jul 13Updated
327 skills
Automatically refreshed
39REC

fastapi-debug

Coding & Refactoring

Use when the user reports an error, bug, or unexpected behavior in this repo and wants help diagnosing it. Five phases — reproduce, diagnose root cause (read-only), write a failing test, fix, verify against the full suite.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-explain

Coding & Refactoring

Use when the user wants code, a concept, or the current diff explained in this repo. With no specific target, explains the current branch diff; with a target, traces call chains and data flow end-to-end and explains in plain language.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-fix

Coding & Refactoring

Use when the user wants lint, format, and type errors fixed in the current changes. Reads CLAUDE.md for the repo's lint/format/type-check commands, runs each, and fixes only style/format/type issues — no behavior changes.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-implement

Coding & Refactoring

Use when the user pastes a ticket, design doc, or task description and wants it implemented. Multi-phase flow — understand, investigate (in plan mode), plan, implement, verify. Enforces strict scope rules and writes failing tests first for bug fixes.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-plan

Coding & Refactoring

Use when the user wants to plan and implement a non-trivial task in this repo. Runs a multi-phase flow — discovery, parallel exploration, clarifying questions, parallel architectures, approval gate, implementation, parallel review, summary.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-pr

Coding & Refactoring

Use when the user wants a PR description generated for the current branch. Reads commit history, file changes, and CLAUDE.md, then writes a Summary / Changes / Test Plan / Notes block to pr-description.md.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-refactor

Coding & Refactoring

Use when the user wants to restructure code while preserving behavior exactly. Establishes a passing test baseline first, then makes incremental moves that each leave the suite green. Refuses to change behavior and structure in the same step.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-test

Coding & Refactoring

Use when the user wants tests written for current changes (uncommitted diff or recent feature). Matches the repo's existing test framework, fixtures, and assertion style. Covers happy path, edge cases, and error paths without over-mocking.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-debug

Coding & Refactoring

Use when the user reports an error, bug, or unexpected behavior in this repo and wants help diagnosing it. Five phases — reproduce, diagnose root cause (read-only), write a failing test, fix, verify against the full suite.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-explain

Coding & Refactoring

Use when the user wants code, a concept, or the current diff explained in this repo. With no specific target, explains the current branch diff; with a target, traces call chains and data flow end-to-end and explains in plain language.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-fix

Coding & Refactoring

Use when the user wants lint, format, and type errors fixed in the current changes. Reads CLAUDE.md for the repo's lint/format/type-check commands, runs each, and fixes only style/format/type issues — no behavior changes.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-pr

Coding & Refactoring

Use when the user wants a PR description generated for the current branch. Reads commit history, file changes, and CLAUDE.md, then writes a Summary / Changes / Test Plan / Notes block to pr-description.md.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

fastapi-refactor

Coding & Refactoring

Use when the user wants to restructure code while preserving behavior exactly. Establishes a passing test baseline first, then makes incremental moves that each leave the suite green. Refuses to change behavior and structure in the same step.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
39REC

Create a new Langfuse integration page in the langfuse-docs repo. Use this skill whenever the user wants to add, create, draft, or scaffold an integration page, cookbook, or docs page for a new tool/framework/model-provider/gateway in Langfuse — triggers include "new integration", "integration page", "docs page for <X>", "cookbook for <X>", "add <X> to langfuse docs", or any request that results in a new `cookbook/integration_*.ipynb`. Also use when the user pastes working integration code, a link to a partner's docs, or rough notes and wants them turned into the standard Langfuse integration notebook. The skill produces a correctly formatted Jupyter notebook, updates `cookbook/_routes.json`, and tries to fetch the partner logo into `public/images/integrations/`.

langfuse/langfuse-docs·MIT·Agent SkillsClaude Code
high85Quality
38REC

fetch-url-as-markdown

Coding & Refactoring

Fetch a web page (URL) and return clean Markdown via local trafilatura, with Exa MCP as a fallback for JS-rendered or anti-bot pages. Use when the user asks to read, fetch, scrape, summarize, or quote a URL — prefer this over the built-in WebFetch tool. Don't use for binary files (PDFs, images, archives) or for fetching API/JSON endpoints.

CodeAlive-AI/ai-driven-development·MIT·Agent SkillsClaude Code
high85Quality
38REC

Hands-on playbook for macOS disk cleanup, dev-machine optimization, and proactive health alerting. Use when the Mac is full or slow, when a kernel panic / watchdog timeout / vm-compressor-space-shortage / Jetsam event happened, when the user asks to free disk space, audit storage, set up disk/memory alerts, or restore the same monitoring on a new Mac. Built around Mole (`mo` CLI) for safety guards plus a custom LaunchAgent-based alerter for active warnings. Covers Apple Silicon laptops with heavy AI/Docker workloads. Not for general macOS support, hardware diagnostics, networking issues, GUI / window-manager bugs, Time Machine recovery, broken app installs, or app-specific performance problems unrelated to disk or memory pressure.

CodeAlive-AI/ai-driven-development·MIT·Agent SkillsClaude Code
high85Quality
38REC

Deep research over the Semantic Scholar Graph API. Covers endpoints missing from allenai's lookup skill — paper references (backward citations), recommendations, batch paper lookup (up to 500 IDs), snippet search, and multi-hop citation graph traversal (BFS forward/backward). Use when the user asks to build a citation graph, expand a literature seed, find related work, run a reference network traversal, explore what a paper cites or what cites it beyond simple lookup, or batch-resolve many DOI/arXiv/S2 IDs. For multi-step research questions, delegate to the deep-paper-researcher subagent to keep the main context clean. Not for single paper-by-ID lookups (use semantic-scholar-lookup) or topical discovery (use web_search_advanced_exa).

CodeAlive-AI/ai-driven-development·MIT·Agent SkillsClaude Code
high85Quality
38REC

a11y-workflow

AI & Agents

Orchestrate the a11y accessibility lifecycle: scout → plan → critique → [perspective audit] → test → critique. Dual-mode: full lifecycle automation or step-by-step dispatch. Spawns specialist agents at depth-1 from the main session.

zivtech/a11y-meta-skills·Apache-2.0·Agent SkillsClaude Code
low85Quality
38REC

fastapi-commit

Coding & Refactoring

Use when the user wants a commit message written for currently staged changes. Reads `git diff --cached`, recent log style, and CLAUDE.md, then outputs a conventional-commit-style message — type(scope) summary + why-focused body.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
38REC

fastapi-commit

Coding & Refactoring

Use when the user wants a commit message written for currently staged changes. Reads `git diff --cached`, recent log style, and CLAUDE.md, then outputs a conventional-commit-style message — type(scope) summary + why-focused body.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
38REC

fastapi-commit

Coding & Refactoring

Use when the user wants a commit message written for currently staged changes. Reads `git diff --cached`, recent log style, and CLAUDE.md, then outputs a conventional-commit-style message — type(scope) summary + why-focused body.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
38REC

fastapi-run

Coding & Refactoring

Use when the user wants to run, start, or launch this project's app — to watch a change work end-to-end, reproduce behavior in the real app, or smoke-test locally. Finds the run command from CLAUDE.md and drives the app; it does not write features or fix bugs.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
38REC

fastapi-commit

Coding & Refactoring

Use when the user wants a commit message written for currently staged changes. Reads `git diff --cached`, recent log style, and CLAUDE.md, then outputs a conventional-commit-style message — type(scope) summary + why-focused body.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality
38REC

fastapi-run

Coding & Refactoring

Use when the user wants to run, start, or launch this project's app — to watch a change work end-to-end, reproduce behavior in the real app, or smoke-test locally. Finds the run command from CLAUDE.md and drives the app; it does not write features or fix bugs.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85Quality

Browse agent skills by use case and coding agent

Explore source-tracked skills for Codex, Claude Code, GitHub Copilot, Cursor, and Gemini CLI.