Agent Skills·Category ·Engineering
Category · 19,045 skills

Engineering agent skills

Skills that make your coding agent a sharper engineer — code review, refactoring, architecture, language- and framework-specific guidance. The biggest category in the catalog, and the densest with battle-tested SKILL.md files.

Browse all 19,045 Engineering skills →

Engineering
Iterate
Fully automated multi-round code iteration with configurable N-dimension parallel review, onboarding/personalization, and a cross-assistant installer/update system with mandatory S…
openclawcode-iterationparallel-reviewatomic-fixes
Engineering
abvx-agent-skills
Auditable cross-platform coding-agent skillpack for smaller diffs, evidence-led debugging, token control, browser verification, and reviewable `SKILL.md` workflows with static secu…
hermesawesome-hermes-agentproductiondiffs
Engineering
pydantic-ai-skills
Pydantic AI with agentskills.io. Type-safe schema validation for skill inputs/outputs.
hermesawesome-hermes-skillsproductionpydantic
Engineering
code-workflow
4-stage code-change workflow: research → plan → user review → implement (TDD). Topics — steps (Step 0-3: resume + research + plan + review + branch), implement (Step 4: TDD + build…
openclawworkflowtddresearch
Engineering
proof-of-work
Enforces validation and evidence before claiming work complete. Use before declaring implementation done, creating a PR, or submitting deliverables for review
openclawvalidationevidencepr
Engineering
blast-radius
Analyzes code change impact with risk scoring and affected-node mapping. Use before merging to understand what a change touches and what lacks test coverage
openclawimpactriskmerge
Engineering
dorodango
Polishes working code through successive quality passes in fresh subagents. Use after tests pass when code needs multi-dimension refinement before release
openclawrefactoringqualitypolish
Engineering
review-core
Provides review-workflow scaffolding for context, evidence, and output. Use at the start of any detailed review to ensure consistent, comparable findings
openclawreview-workflowscaffoldingevidence
Engineering
file-analysis
Maps file structure and module organization of a codebase. Use before architecture reviews, refactoring planning, or migration scope estimation
openclawanalysisarchitecturecodebase
Engineering
diff-analysis
Analyzes changesets with risk scoring, categorization by type and impact, and release note preparation
openclawdiffrisk-scoringchangeset
Engineering
pr-review
Reviews pull requests with scope validation, requirements compliance, and line comments
openclawprreviewgit
Engineering
tiered-audit
Runs a three-tier codebase audit (git history, targeted scans, full review) with gating
openclawauditgitscans
Engineering
bloat-detector
Detects codebase bloat via dead code, duplication, complexity, and doc bloat scans
openclawdead-codeduplicationcomplexity
Engineering
scope-guard
Scores feature worthiness and enforces branch-size limits against overengineering
openclawscopebranch-sizeoverengineering
Engineering
code-quality-principles
Applies KISS, YAGNI, and SOLID principles for clean code with reduced complexity
openclawsolidkissyagni
Engineering
rust-review
Audits Rust code for unsafe blocks, ownership issues, and Cargo dependency risks
openclawrustunsafeownership
Engineering
unified-review
Orchestrates multi-domain review (code, arch, tests, security) in a single pass
openclawcode-reviewarchitecturesecurity
Engineering
architecture-paradigm-functional-core
Applies Functional Core, Imperative Shell to isolate logic from side effects
openclawarchitecturefunctional-programmingclean-architecture
Engineering
math-review
Verifies math-heavy code for algorithmic correctness and numerical stability
openclawmathalgorithmsnumerical-stability
Engineering
architecture-paradigm-microkernel
Applies microkernel architecture with minimal core and plugin extensibility
openclawarchitecturemicrokernelplugins
Engineering
code-refinement
Improves code quality across duplication, efficiency, and architectural fit
openclawqualityduplicationarchitecture
Engineering
architecture-paradigm-cqrs-es
Applies CQRS and Event Sourcing for read/write separation and audit trails
openclawarchitecturecqrsevent-sourcing
Engineering
error-patterns
Provides error classification, recovery, and graceful-degradation patterns
openclawleylineerror-handlingrecovery
Engineering
architecture-paradigm-event-driven
Applies event-driven async messaging to decouple producers and consumers
openclawarchitectureevent-drivenasync
Engineering
architecture-paradigm-microservices
Applies microservices for independent deployment and per-service scaling
openclawarchitecturemicroservicesscaling
Engineering
architecture-paradigm-service-based
Applies coarse-grained service architecture for deployment independence
openclawarchitectureservicescoarse-grained
Engineering
python-async
Async Python patterns via asyncio and aiohttp for I/O-bound concurrency
openclawpythonasyncioaiohttp
Engineering
shell-review
Audits shell scripts for correctness, portability, and common pitfalls
openclawshellbashscripting
Engineering
architecture-paradigm-hexagonal
Applies hexagonal architecture isolating domain from infrastructure
openclawarchitecturehexagonaldomain-driven
Engineering
architecture-paradigm-space-based
Applies data-grid architecture for high-traffic stateful workloads
openclawarchitecturedata-gridstateful
Engineering
python-performance
Profiles Python code for performance bottlenecks and memory issues
openclawpythonprofilingperformance
Engineering
safety-critical-patterns
Applies NASA Power of 10 rules for safety-critical verifiable code
openclawsafety-criticalnasapower-of-10
Engineering
api-review
Evaluates API surface design, consistency, and exemplar alignment
openclawapidesignconsistency
Engineering
architecture-aware-init
Selects architecture paradigm via research before scaffolding
openclawarchitectureresearchscaffolding
Engineering
architecture-paradigm-pipeline
Applies pipes-and-filters for sequential data transformations
openclawarchitecturepipelinepipes-and-filters
Engineering
architecture-review
Assesses architecture decisions, ADR compliance, and coupling
openclawarchitectureadrcoupling
Engineering
architecture-paradigm-layered
Applies layered n-tier architecture with enforced boundaries
openclawarchitecturelayeredn-tier
Engineering
rigorous-reasoning
Applies anti-sycophancy checklist to override agreement bias
openclawanti-sycophancyreasoningchecklist
Engineering
architecture-paradigm-serverless
Applies serverless FaaS patterns for event-driven workloads
openclawarchitectureserverlessfaas
Engineering
architecture-paradigm-modular-monolith
Applies modular monolith with enforced internal boundaries
openclawarchitecturemodular-monolithboundaries
Engineering
architecture-paradigm-client-server
Applies client-server architecture for web/mobile apps
openclawarchitectureclient-serverweb
Engineering
architecture-paradigms
Selects and routes to the right architecture paradigm
openclawarchitectureparadigmsrouting
Engineering
Cross-Cutting Concerns
Systematic methodology for standardizing cross-cutting concerns (error handling, logging, configuration) through pattern extraction, convention definition, automated enforcement, a…
claude-codecodexcursorgemini-clierror-handlingloggingpatterns
Engineering
keel
Use this skill for ANY new software project from idea to release — websites, WordPress/WooCommerce plugins, MCP servers, web apps, components, or libraries. Multi-phase workflow: d…
claude-codefull-stackwordpressmcp
Engineering
ai-coding-ok
USE THIS SKILL FIRST on any coding task (feat, fix, bug, refactor, plan, design, brainstorm, code review, implement, add feature, write tests, 新功能, 修复, 重构) when the project contain…
claude-codememoryagentscontext
Engineering
spring-boot
Use when creating, modifying, or working on Spring Boot projects. Triggers: creating a new Spring Boot application, adding REST endpoints, writing Spring services or repositories, …
claude-codecodexcursorgemini-clispring-bootjavajpa
Engineering
metrognome
Autonomous, scientific React Native & Expo performance optimization via a propose -> measure -> keep/revert loop. Use this WHENEVER an RN/Expo app is slow, laggy, janky, stuttering…
claude-codecodexcursorgemini-clireact-nativeexpoperformance
Engineering
review-buddy
Chunked interactive PR review — walks you through PRs chunk by chunk, surfaces existing reviewer feedback, and helps post thoughtful comments without cognitive overload. Use when t…
claude-codecodexcursorgemini-cligithubpull-requestscode-review
Engineering
staged-spec-review
Review one stage of a multi-stage specification against the full plan to catch forward-compatibility gaps before they compound. Use whenever the user asks for a review of a single …
claude-codecodexcursorgemini-clispecificationreviewrfc
Engineering
cakephp-migration
baserCMS の CakePHP バージョンアップ(5.0 → 5.1 → 5.2 ~)対応の非推奨・破壊的変更パターン集と修正レシピ。「Association alias already set」「A validation rule with the name already exists」「_Token not found」「headers alre…
claude-codecodexcursorgemini-clicakephpmigrationbasercms
Engineering
Branerail
CTO-level architectural advisor for AI-native development. Use this skill whenever you encounter code design decisions, architecture discussions, system resilience questions, or an…
claude-codecodexcursorgemini-cliarchitecturectosystem-design
Engineering
effective-git
Use for any git operation, especially destructive ones. Prevents lost work from `git reset --hard`, `git push --force`, `git rebase`, `git clean`, `git branch -D`, `git checkout`, …
claude-codecodexcursorgemini-cligitversion-controlrecovery
Engineering
alfa2-development
Guía obligatoria para desarrollar el bot ALFA-2 (reconstrucción modular limpia de ALFA-1). Triggerea cuando el usuario menciona "ALFA-2", "alfa2", "alfa2-clean", "samaritan", "fase…
claude-codecodexcursorgemini-clialfa-2botmodular
Engineering
distributed-systems-patterns
Apply distributed-systems, messaging, and integration patterns to architectural decisions, message contracts, runbooks, and launch decisions for event-driven, microservice, queue, …
claude-codecodexcursorgemini-clidistributed-systemsmicroservicesevent-driven
Engineering
zig
Build, modify, debug, test, optimize, migrate, and review Zig applications and libraries. Use for `.zig` source, coding style, API design, `build.zig`, `build.zig.zon`, dependencie…
claude-codecodexcursorgemini-clizigsystemscomptime
Engineering
impeccable-flutter
Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a Flutter f…
claude-codecodexcursorgemini-clifluttermobileui
Engineering
clone-app-pat-pro
Clones any web app pixel-for-pixel from a URL. Runs as an IN-CONVERSATION workflow — the live Claude orchestrates Task sub-agents and drives the Claude Chrome extension to recon (e…
claude-codecodexcursorgemini-clicloningweb-appspixel-perfect
Engineering
frontend-shift-left-audit
Audit frontend code quality - linting, type safety, security, accessibility, testing, and CI/CD coverage. Scans a repo's static analysis tools (ESLint, Biome, TypeScript), test run…
claude-codecodexcursorgemini-clifrontendeslinttypescript
Engineering
novel-to-game
Turn a novel into a fully playable game on the selected target platform. Orchestrates the whole adaptation pipeline — requirements intake, gameable deconstruction, concept selectio…
claude-codecodexcursorgemini-cligame-developmentnovel-adaptationpipeline
Engineering
copilot-cli
Use the GitHub Copilot CLI for agentic coding, session management, custom agents, skills, plugins, SDK integration, and Ralph Wiggum loops. Use when: (1) running Copilot CLI sessio…
claude-codecodexcursorgemini-cligithubcopilotcli

Showing the top 60 of 19,045. See the full list →