a5c-ai 的 Agent Skills(质量 Top 25)
a5c-ai 在公开仓库中共收录了大量 Skills,下面是质量分最高的 25 条,已标注许可证与安全规则命中情况。
- 1
generative-media-prompting
The shared brief-to-prompt convention behind the media point tasks — parse the brief, select the model or tool, construct the prompt, then QA the output against the brief. Use when prompting for image, video, speech, or music generation or…
- 2
kip-librarian
Canonical kip knowledge-store patterns for any process or agent: recall prior facts before work, assert decisions/gate outcomes/rejections as structured facts after work, resolve entities with explicit --model sonnet, and invoke the CLI Wi…
- 3
six-dimension-code-review
Structured pull-request review across six fixed dimensions — correctness, clarity, consistency, coverage, complexity, and change-scope — producing a per-dimension verdict plus severity-tagged findings. Use when reviewing a PR diff or runni…
- 4
adversarial-proof-audit
Audit immutable mathematical artifacts through isolated evidence-focused review lenses
- 5
mathematical-artifact-validation
Run fail-closed deterministic validation for mathematical and LaTeX artifacts
- 6
proof-obligation-registry
Maintain durable proof-obligation registries with profile coverage and semantic ledgers
- 7
behavior-contract
Bug condition/postcondition formalization as testable Behavior Contracts. Defines invariants that must be preserved across fixes.
- 8
Breakpoints Adapter Skill
Use `ask_breakpoint` when you need an answer from a human responder and the codebase, existing docs, and your own analysis are not enough.
- 9
code-review-orchestration
6-agent parallel code review orchestration covering architecture, security, performance, testing, quality, and documentation dimensions with weighted scoring.
- 10
debugging-patterns
Root cause analysis frameworks including log-first investigation, git bisect correlation, and pattern-based diagnosis with confidence scoring.
- 11
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
- 12
persistent-memory
Observation capture and retrieval across sessions. Stores decisions, discoveries, and bugfix patterns. Searchable via tags and relevance scoring.
- 13
quality-hooks
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
- 14
receiving-code-review
Use when receiving code review feedback, before implementing suggestions. Requires technical rigor and verification, not blind implementation.
- 15
research-orchestration
Parallel research agent orchestration dispatching 5-10 concurrent agents for comprehensive multi-source research with synthesis and validation.
- 16
session-memory
Mandatory memory persistence system across session resets using three markdown surfaces in .claude/cc10x/. Iron law - every workflow must load at start and update at end.
- 17
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
- 18
strict-tdd
Strict RED->GREEN->REFACTOR test-driven development with enforcement. Never write production code before a failing test. Atomic commits per TDD cycle.
- 19
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Requires root cause investigation first.
- 20
template-scaffolding
Template loading, variable filling, and scaffolding for all GSD artifacts. Manages 22+ templates covering every document type in the GSD system, from PROJECT.md to milestone archives.
- 21
using-superpowers
Use when starting any conversation. Establishes how to find and use skills, requiring skill invocation before any response.
- 22
verification-before-completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs. Evidence before assertions.
- 23
worktree-isolation
Git worktree management for safe, isolated feature development. Creates, manages, and cleans up worktrees with branch naming and dependency setup.
- 24
Agent Dispatch
Build dependency-aware, batched dispatch queues for parallel agent execution.
- 25
Architecture Design
Design comprehensive system architecture with technology selection and ADRs.