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, …
Web
route-handler-design
Use when designing or reviewing Next.js Route Handlers (route.ts): when a Route Handler is right vs Server Actions or Server Components, the HTTP-method-as-export contract, Web-sta…
Web
lvntr-kit-frontend
Activate when writing or editing Vue pages under resources/js/pages/Admin/**, using @lvntr components such as SkForm, SkDatatable, SkTabs, AppDialog, AvatarUpload, PageLoading, or …
Engineering
roll-peer
Cross-agent peer review skill. When a task enters a decision phase (planning, high-risk, ambiguous, destructive), triggers a bidirectional negotiation with another AI agent via a u…
Engineering
fix-issue
Fixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and …
Security
hack-review
Performs a scoped, coverage-led review of a working tree, staged diff, commit range, branch diff, PR, or suspicious implementation to identify hack-like risks such as impossible-st…
Engineering
config-drift-detect
Audit project gates including coverage thresholds, tsconfig strictness, eslint rules, husky/lint-staged, sonar quality gate, and branch protection. Flags values mathematically inco…
Engineering
route-optimizer
Audit routing and delivery optimization software for algorithm quality, constraint handling, real-time traffic adaptation, multi-modal transport support, and cost modeling accuracy…
Engineering
better-typescript
Apply this skill for any task involving TypeScript: writing new code, refactoring, reviewing, debugging, designing types, structuring modules, or answering questions about TS patte…
Engineering
hotplex-arch-analyzer
Deep audit of HotPlex project architecture and code health. Performs architecture analysis, code quality review, SOLID/DRY compliance, concurrency/performance checks, security scan…
Testing
block-testing
Automated testing guidance for custom AEM Edge Delivery Services blocks. Analyzes block JavaScript and CSS for common issues including missing null checks, unscoped CSS selectors, …
Engineering
go-conventions
Apply Go project conventions — Go 1.25.x toolchain pinned via toolchain directive and GOTOOLCHAIN=local, vendored deps via go mod vendor, golangci-lint v2 strict, gofmt + goimports…
DevOps
script-ecosystem-audit
Comprehensive diagnostic of the script infrastructure across 18 categories in 5 domains with composite health scoring, trend tracking, patch suggestions, and interactive walkthroug…
Engineering
audit-deep
Composite skill — full project health check across testing, config, hooks, performance, security, MCP, and plugins. Runs audit skills in parallel and reconciles into one severity-r…
Productivity
forge-full-output
Enforce complete code generation without truncation. Bans placeholders such as "// ... rest of the file" and "omitted for brevity." Specifies clean split formats for genuinely long…
Engineering
fireworks-go
Go service development, concurrent design with goroutines and channels, context propagation, HTTP APIs using gin/fiber/chi, errgroup patterns, deadlock debugging, interface design,…
Engineering
designing-deep-modules
Designs, reviews, and refactors modules to maximize functionality behind minimal interfaces. Analyzes boundaries, flags shallow modules, and applies heuristics such as pulling comp…
Productivity
utility-pm-critic
Runs adversarial review on a PM artifact via the pm-critic sub-agent. Dispatches natively on Claude Code with the pm-skills plugin; on other clients reads agents/pm-critic.md and e…
Engineering
architect
Software architecture specialist for Next.js/Supabase SaaS systems. Activate for feature planning, schema design, multi-tenant patterns, and architectural decisions. Performs trade…
Engineering
scala-patterns
Applies idiomatic Scala patterns including ADTs with sealed traits and case classes, typeclasses, Option/Either/Try handling, for-comprehensions, Cats Effect primitives, ZIO fundam…
Engineering
sendcutsend
Review DXF and STEP/STP uploads for SendCutSend.com orders using its ordering guide, catalog, and specs. Checks upload readiness, material/SKU/thickness/service availability, and s…
Security
guardiao
Reviews code security, architecture, incidents, and third-party dependencies to identify real vulnerabilities, exploitable weaknesses, supply-chain risk, and safe mitigations. Use …
Engineering
fireworks-python
Python service development with strict typing via mypy, async I/O using asyncio, APIs with FastAPI/Flask/Django, Pydantic modeling, multiprocessing for GIL bypass, packaging with p…
Data
excel-accessibility
Excel workbook accessibility specialist. Use when scanning, reviewing, or remediating .xlsx files for accessibility. Covers sheet names, table headers, alt text, merged cells, colo…
Engineering
forge-naming
Naming variables, functions, types, files, and tables. Includes ban list for AI defaults, domain-specific over abstract names, length proportional to scope, units in ambiguous name…
Web
lwc-accessibility
Review or design Lightning Web Components for keyboard access, semantic labeling, focus management, screen-reader behavior, and WCAG-aligned UX in Salesforce. Applies to keyboard n…
Engineering
forge-error-handling
Define where to catch, throw, log, and surface errors. Covers result types versus exceptions, sanitized client responses with request_id correlation, retries with backoff, idempote…
Engineering
refactoring
Applies systematic refactoring with small-step discipline. Use when the user requests refactor, clean up, restructure, extract, rename, or simplify, or mentions code smells. Enforc…
Engineering
global-tech-stack
Apply project-specific technology choices including frameworks, languages, databases, testing tools, and third-party services. Use when making technology decisions, adding dependen…
Engineering
go-samber-oops
Provides knowledge of samber/oops structured errors: attributes (Code/In/With/Hint/Owner/Public), stack traces, APM serialization, HTTP boundary safety, and errors.Is/As compatibil…
Engineering
he-reliability-review
Review services, APIs, and multi-component systems for reliability risks including failure modes, cascading failures, resilience gaps, and SLO readiness. Use when the work involves…
Testing
police
Triple Gate quality enforcement system. Triggers on non-trivial builds. Runs three self-drafts plus six specialized validators across four phases with task isolation, compaction sa…
Productivity
utility-pm-skill-auditor
Runs a repo-wide governance audit via the pm-skill-auditor sub-agent. Dispatches natively on Claude Code with the pm-skills plugin; on other clients reads agents/pm-skill-auditor.m…
Engineering
code-analyzer
Static code analysis to detect code smells, cyclomatic complexity, duplication, pattern violations, excessive coupling, and quality metrics. Use for evaluating code quality, identi…
Web
lwc-accessibility-patterns
Implement ARIA attributes, keyboard navigation patterns, screen reader live regions, WCAG 2.1 compliance, focus management, and accessible data tables in Lightning Web Components. …
Web
Accessibility Lead
Accessibility team lead and orchestrator. Use on every task involving web UI code, HTML, JSX, CSS, React components, web pages, or user-facing web content. Coordinates the accessib…
Design
ux-accessibility-heuristics
Review or design user-facing product UX, usability, accessibility, forms, navigation, error/recovery copy, onboarding, checkout friction or WCAG basics. Use for heuristic evaluatio…
Web
lwc-reactive-state-patterns
Explains LWC reactivity rules after Spring '20 (API v48+): class fields react on reassignment while @track is needed for in-place object or array mutations; Date, Set, and Map chan…
Security
memory-load-check
Reviews PRs and diffs for unbounded memory loading, concurrency issues, oversized payloads, and missing pagination or byte caps. Apply during cleanup jobs, data imports, file parsi…
Engineering
rad-code-review
Performs blame-aware code reviews with 3-role adversarial analysis, AI slop detection across 14 patterns, framework IDOR checks, WCAG 2.2 compliance, performance heuristics, and se…
Web
accessibility-patterns
Provides web accessibility best practices for semantic HTML, ARIA, keyboard navigation, color contrast, and screen reader patterns. Use when building UI components, reviewing acces…
Testing
test-heuristics
Guides review, design, triage, and rationalization of test suites across unit, integration, e2e, property-based, contract, snapshot, mutation, and performance testing. Routes decis…
Design
dsa-dark-patterns-anti-design
Review and eliminate dark patterns prohibited under DSA Article 25 including misleading cookie banners, confirmshaming, roach motels, and bait-and-switch tactics. Deliver code and …
Engineering
fireworks-rust
Rust service development, borrow checker navigation, async code with tokio, trait system design, error handling via thiserror/anyhow, Cargo workspaces, integration tests with crite…
Productivity
core-workflow
Detailed development workflow patterns, checklists, and standards. Auto-loads for complex tasks, planning, debugging, testing, or when explicit patterns are needed. Includes sessio…
Engineering
expert-analysis
Dispatches parallel subagents, one per domain, to analyze a feature against the codebase. Each expert covers architecture, performance, data/state, UI/UX, security, testing, or bui…
Research
referee2
Performs systematic audit and review in two modes: deck reviews for rhetoric, visual quality, and compile cleanliness; code reviews for cross-language replication and econometric a…
Testing
verify-agent-output
Validates deliverables and builds evidence during agent handoffs, including pre-execution expectations, structured proof collection, post-execution validation against external anch…
Engineering
memory-model
C++ and Rust memory model guidance for concurrent programming. Use when analyzing memory ordering, writing lock-free structures, using atomics, diagnosing data races, or selecting …
Web
server-components-design
Guides design and review of React Server Components: async behavior, data fetching, server-only imports versus disallowed client features like state, effects, and browser APIs. Cov…
Automation
kb-orchestrator-workflow
Orchestrator-first workflow for building and shipping changes via KB Orchestrator. Sets up target repo or workdir, runs validation jobs with artifacts and safety checks, performs s…
Research
arxiv-preflight
Run a submission-readiness preflight on a manuscript before arXiv upload. Detect hallucinated references, LLM meta-comments, placeholder data, AI-use disclosure issues, and scholar…
Engineering
hv-review
Staff-engineer review of a feature branch before merge or PR — reads commits, diff, referenced item IDs, and matching knowledge topics; checks intent match, convention compliance, …
Engineering
asyncredux-state-design
Design immutable state classes following AsyncRedux best practices. Includes creating the AppState class with a copy() method, defining initialState(), composing nested state objec…
Security
review-security
White-box security audit with parallel isolated blue-team and red-team passes. Findings are synthesized into four buckets—anchoring-suppressed, convergent, blue-flagged-unverified,…
Engineering
aws-network-architect
Designs, reviews, and troubleshoots AWS network, hybrid, and multi-cloud connectivity across VPCs, Transit Gateway, Direct Connect, VPN, Cloud WAN, Route 53 Resolver, private DNS, …
Engineering
fireworks-flutter
Flutter and Dart development, debugging, PR reviews, state management selection, widget testing, performance tuning, and mobile security audits. Supports Flutter 3.38, Dart 3.10, R…
Web
raweb-audit
Audit web pages and components against RAWeb 1.1 for Luxembourg accessibility compliance. Reviews existing code, generates reports, checks conformance levels, and prepares for cert…
Engineering
making-invalid-states-unrepresentable
Analyzes code and guides type design to eliminate invalid states using sum types, newtypes, typestate, branded types, and parse-don't-validate patterns. Apply during reviews, refac…
Engineering
polish-code-base
Walks an existing codebase and fixes visible surface issues: typos, comment grammar, inconsistent naming or formatting, dead imports, stale references, broken links, and casing mis…
Showing the top 60 of 5,313. See the full list →