自動更新

Claude Code Skill ディレクトリ

Claude Code 向け Agent Skill を出典、リスク、互換性、導入コマンドとともに探せます。

1217件の Skill
39出典
1072Low risk
Jul 13更新日時
327 件の Skill
自動更新
39推奨

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
low85品質
39推奨

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
low85品質
39推奨

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
low85品質
39推奨

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
low85品質
39推奨

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
low85品質
39推奨

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
low85品質
39推奨

fastapi-release

Coding & Refactoring

Use when the user wants to cut a release — bump the version, update the changelog from conventional commits, and tag. Detects where the version lives, derives the next version from the commits since the last tag, and stages the release locally; it does not push or publish unless explicitly asked.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85品質
39推奨

fastapi-self-review

Coding & Refactoring

Use right before declaring an implementation done — a last-pass review of your OWN uncommitted change against a fixed checklist (reuse, stdlib, comments, dead code, tests, scope). Catches the things that make a diff read as AI-written before a human ever sees it. Reviews the current diff; it does not write new features.

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85品質
39推奨

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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質
39推奨

httpx-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
low85品質

用途と Coding Agent から Skill を探す

Codex、Claude Code、GitHub Copilot、Cursor、Gemini CLI 向けの出典付き Skill を探せます。