Coding & Dev Tools
9,777 skillsSpeckit Implement
Speckit Implement
11
Adapters
Skill for the Adapters area of paddock. 108 symbols across 22 files.
11
Speckit Review Run
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.
11
Speckit Verify Run
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
11
Speckit Cleanup Run
Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues.
11
Speckit Git Feature
Create a feature branch with sequential or timestamp numbering
11
Speckit Review Code
General code quality review — project guideline compliance, bug detection, code quality analysis.
11
Speckit Constitution
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
11
Speckit Doctor Check
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
11
Speckit Git Validate
Validate current branch follows feature branch naming conventions
11
Speckit Verify Tasks
Verify tasks marked [X] in tasks.md are implemented, not phantom completions (marked done but backed by missing or dead code).
11
Gitnexus CLI
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"
11
Speckit Review Errors
Error handling review — silent failure detection, catch block analysis, error logging.
11
Speckit Git Initialize
Initialize a Git repository with an initial commit
11
Observability
Skill for the Observability area of paddock. 105 symbols across 26 files.
11
Speckit Verify Tasks Run
Verify tasks marked [X] in tasks.md are implemented, not phantom completions (marked done but backed by missing or dead code).
11
Gitnexus Debugging
Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"
11
Gitnexus Exploring
Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"
11
Speckit Retrospective Analyze
Perform a post-implementation retrospective analysis measuring spec adherence, implementation deviations, and lessons learned.
11
Gitnexus Impact Analysis
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"
11
Go
Applies Go rules for packages, explicit errors, interfaces, concurrency, tests, and tooling.
0
C Cpp
Applies C/C++ rules for resource safety, ownership, ABI, builds, tests, and validation.
0
Esp32
Applies ESP32 rules for GPIO, boot states, relays, sensors, connectivity, firmware safety, and validation.
0
Typescript
Applies TypeScript/JavaScript rules for types, async behavior, APIs, tooling, tests, and architecture.
0
Refactoring
Improves structure without behavior changes, using tests and focused slices; not for features unless behavior change is explicit.
0
Testing Tdd
Applies practical test-first and regression testing to behavior changes, bug fixes, state transitions, and public contracts.
0
Homeassistant
Applies safe Home Assistant rules for automations, templates, integrations, entity behavior, startup states, and validation.
0
Architecture Map
Maps domains, ownership, dependencies, entry points, tests, services, and risks before broad changes, review, migration, or handoff.
0 · bundle
Karpathy Guidelines
Use only when simplicity, assumption checks, dead-code avoidance, or overengineering resistance is requested. Do not use by default.
0
Playwright Visual QA
Validates rendered UI with browser or Playwright screenshots after implementation, redesign, responsive changes, or visual regressions.
0 · bundle
Architecture Principles
Guides module boundaries, dependency direction, and domain structure. Do not use for local edits that leave architecture unchanged.
0
Responsive Breakpoint Check
Checks desktop, tablet, and mobile UI for overflow, clipping, navigation, grid, canvas, and breakpoint regressions.
0 · bundle
Deserialization Parser Review
Reviews parsers, deserialization, uploads, archives, YAML/JSON/XML/pickle, paths, templates, SSRF, and unsafe loaders.
0 · bundle
Grilling
Grilling
0 · bundle
Write Spec
在要求写结构化的 spec、规格文档、行为规格或验收标准时使用。
0 · bundle
Codebase Analyzer
对一个软件项目或源码仓库进行全面调研,输出一份结构化的中文调研报告,让对项目不熟悉的人能够同时理解"它做什么"和"它怎么实现"。当用户说"调研这个项目 / 分析这个代码库 / 给我一份项目分析报告 / 我要全面理解这个项目 / 帮我看看这个仓库 / onboarding 一下 / 这个项目的整体架构是什么 / 给我梳理下这个源码"等等,或者把一个不熟悉的代码目录交给你并希望你给出全局认识时,必须使用本 skill。即使用户没有显式说"调研报告",只要意图是"帮我搞懂一个完整的代码库 / 项目",就应当触发。但本 skill 仅针对"全局理解 / 架构调研 / onboarding"场景:若用户只是要做 code review、定位某个 bug、评审某处具体实现、做性能或安全诊断,不要触发本 skill。
0 · bundle