自動更新

Skill Registry

coding agent 向けワークフローを、出典、リスク情報、コピー可能なインストールコマンドとともに検索できます。

2204件の Skill
55出典
2054Low risk
Jul 14更新日時
2204 件の Skill
自動更新
40推奨

gdelt

Coding & Refactoring

Global multilingual news event stream with tone scoring via GDELT 2.0 Doc API.

Innei/kansoku·NOASSERTION·Agent SkillsClaude Code
low75品質
40推奨

release

Coding & Refactoring

Use when the user wants to release a new desktop app version (发版 / release / 发布新版本) — bumps app/desktop version, writes user-facing release notes into CHANGELOG.md, and opens the release PR that drives the automated tag → build → publish pipeline

Innei/kansoku·NOASSERTION·Agent Skills
low75品質
39推奨

cp-skill-health-check

Coding & Refactoring

Run a Commonplace health check when agents, skills, or commonplace-* commands do not work correctly. Diagnoses project layout, promoted skill discovery, direnv/PATH state, package commands, and common launch-environment failures.

zby/commonplace·CC-BY-4.0·Agent SkillsClaude Code
medium85品質
39推奨

clarification-analyst

Security & Compliance

Helps interrogate Product Requirements (PRD), Technical Specifications, and Implementation Plans to find ambiguities, missing edge cases, and hidden assumptions.

GulajavaMinistudio/awesome-copilot-id·MIT·Agent Skills
low85品質
39推奨

hooks-management

Coding & Refactoring

Manage hooks and automation for coding agents (Claude Code, Codex CLI, OpenCode). Use when users want to add, list, remove, update, or validate hooks. Triggers on requests like "add a hook", "create a hook that...", "list my hooks", "remove the hook", "validate hooks", or any mention of automating agent behavior with shell commands or plugins.

CodeAlive-AI/ai-driven-development·MIT·Agent SkillsClaude Code
high85品質
39推奨

View and configure settings for coding agents (Claude Code, Codex CLI, OpenCode, and others). Covers JSON settings for Claude Code, TOML for Codex CLI, and JSON/JSONC for OpenCode, including permissions, sandbox, model selection, profiles, feature flags, providers, hooks, subagents, and skills.

CodeAlive-AI/ai-driven-development·MIT·Agent SkillsClaude Code
high85品質
39推奨

a11y-critic

Testing & QA

Use when you have an existing component, flow, or interface and need an evidence-backed accessibility design review after basic checks pass. Best for WCAG 2.2 compliance, focus management, ARIA pattern quality, semantics, and state communication gaps automated tools miss.

zivtech/a11y-meta-skills·Apache-2.0·Agent SkillsClaude Code
low85品質
39推奨

perspective-audit

Design & Media

Deep accessibility review from 7 access perspectives — activated by escalation from a11y-planner or a11y-critic when one or more perspectives are flagged at MEDIUM or HIGH alarm level.

zivtech/a11y-meta-skills·Apache-2.0·Agent SkillsClaude Code
low85品質
39推奨

fastapi-address-review

Coding & Refactoring

Use when a PR has review feedback and the user wants it addressed — pull the review comments, triage each one, apply the changes it warrants, and draft replies. Closes the loop between a review and the follow-up commit; it does not re-review the code from scratch.

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-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推奨

fastapi-deps

Coding & Refactoring

Use when the user wants to upgrade the project's dependencies safely — bump versions, read changelogs for breaking changes, and verify the suite still passes. Upgrades incrementally and stops on the first break; it does not add new dependencies (that's a design decision to raise separately).

steph-dove/klaussy-agents·MIT·Agent SkillsClaude Code
low85品質
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-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-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-address-review

Coding & Refactoring

Use when a PR has review feedback and the user wants it addressed — pull the review comments, triage each one, apply the changes it warrants, and draft replies. Closes the loop between a review and the follow-up commit; it does not re-review the code from scratch.

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-deps

Coding & Refactoring

Use when the user wants to upgrade the project's dependencies safely — bump versions, read changelogs for breaking changes, and verify the suite still passes. Upgrades incrementally and stops on the first break; it does not add new dependencies (that's a design decision to raise separately).

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

用途と Coding Agent から Skill を探す

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