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, …
Engineering
cupynumeric-migration-readiness
Pre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should…
Web
odoo-19.0
Odoo 19 development knowledge base with 18 specialized guides covering Actions (ir.actions.*, cron jobs, server actions), Controllers (HTTP routing, endpoints, auth types), Data fi…
Web
odoo-17.0
Odoo 17 development reference for Python models and ORM (search, domain, read_group, compute fields), XML/CSV data and views, OWL/JS client code, QWeb reports, security (ACL, recor…
Web
odoo-18.0
Odoo 18 development reference for Python models and ORM (search, domain, read_group, compute fields), XML/CSV data and views, OWL/JS client code, QWeb reports, security (ACL, recor…
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 …
AI / ML
agents-best-practices
Use this skill when designing, generating an MVP blueprint for, auditing, refactoring, or explaining an agentic harness for any domain. Covers provider-neutral agent architecture f…
Engineering
optflow
Discover and deliver repository optimization work end to end: identify performance, reliability, maintainability, security, DX, and cost optimization points, prioritize by impact-e…
Web
block-migration
Port custom blocks between AEM Edge Delivery Services projects. Analyzes a block's dependencies including shared CSS variables, utility functions, and external libraries. Identifie…
Engineering
hono-ddd-guidelines
DDD architecture guidance for new Hono backends or refactoring existing codebases. Covers layer structure (domain/application/infrastructure/controller), dependency direction, resp…
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
aposd-improving-code-clarity
Enforce a comments-first workflow for new code and improve naming or documentation for existing code. Use when writing classes, methods, or functions, or when code is confusing or …
Engineering
aposd-designing-deep-modules
Enforce a Design-It-Twice workflow: generate 2-3 distinct approaches, compare them, then implement. Use when designing modules, APIs, or classes before coding. Triggers on design r…
Data
forge-migrations
Safe Postgres and MySQL migrations with lock-free patterns, batched backfills, NOT VALID plus VALIDATE approach, reversibility, zero-downtime deploys, and separation of index DDL f…
Engineering
nx-monorepo
Nx monorepo management skill for AI-native development. Use when working with Nx workspaces, project graphs, affected detection, code generation, and caching. Use when: analyzing d…
AI / ML
ce-optimize
Run metric-driven iterative optimization loops. Define a goal, add measurement scaffolding, execute parallel experiments across approaches, score results against gates or quality j…
Engineering
forge-feature-flags
Establish feature flag discipline as a deployment decoupling mechanism. Covers naming, ownership, default-off with kill-switch, targeting rules, removal schedules, dark launches, a…
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
refactoring-strategy
Applies systematic refactoring methodology with safety guarantees for polyglot codebases. Triggers when refactoring code, restructuring a module, splitting a monolith, performing a…
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…
Web
cwv-optimizer
Diagnose and fix Core Web Vitals issues on AEM Edge Delivery Services pages. Addresses EDS-specific performance patterns including the 100KB LCP budget, E-L-D loading phases, block…
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
coordinator-pattern
Guides Coordinator pattern decisions for iOS/tvOS apps: when coordinators add value versus overkill, parent-child hierarchy design, SwiftUI versus UIKit differences, and flow compl…
Web
flexcard-design-patterns
Use when designing, building, or reviewing OmniStudio FlexCards — including data source selection, card states, actions, conditional visibility, flyout configuration, and child car…
Engineering
myco:feature-branch-worktree-squash-merge-delivery
Use this skill when delivering a non-trivial Myco feature that spans multiple files and needs clean PR history. It applies whenever you need git worktrees for isolated implementati…
Engineering
run
Sustained metric-improvement loop with atomic commits, auto-rollback, and experiment logging. Iterates with specialist agents, commits atomically, and auto-rolls back on regression…
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…
Testing
organizing-test-source-sets
Organizes Android test source sets including src/test/, src/androidTest/, sharedTest conventions, and KMP-style splits. Covers testImplementation, androidTestImplementation, and de…
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
refactoring-planner
Creates structured refactoring plans with impact analysis and step-by-step execution for large codebases. Use when asked to plan refactoring, refactor a module, restructure code, o…
Engineering
cloud-architect
Senior Cloud Architect specializing in AWS, Azure, and GCP multi-cloud strategies with expertise in cost optimization, infrastructure design, and enterprise cloud migration. Use wh…
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…
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…
Engineering
entity-mapper-expert
Implement JPA Entity Long FK strategy with BaseAuditEntity/SoftDeletableEntity inheritance and EntityMapper Domain⇄Entity conversion. Prohibits JPA relationship annotations and Lom…
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…
DevOps
org-cleanup-and-technical-debt
Handles Salesforce org cleanup: removing unused fields, deactivating legacy Flows and automation, running Optimizer or Org Check, and destructive metadata deployments. Use for trig…
Design
ai-ui-generation
AI-assisted UI generation patterns for JSON rendering, v0.app, Google Stitch, Bolt Cloud, and multi-agent workflows. Includes prompt engineering for components and full-stack apps,…
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…
DevOps
terrashark
Prevent Terraform/OpenTofu hallucinations by diagnosing and fixing failure modes: identity churn, secret exposure, blast-radius mistakes, CI drift, and compliance gate gaps. Use wh…
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…
Content
都市职场-设计人物传记
Handles character-biography design and rewrite for urban-workplace fiction. Acts as genre wrapper and router, preserving the urban-workplace entry, adding verifiable secrets, scene…
AI / ML
cutile-autotuning
Adds, modifies, optimizes, or debugs CuTile autotuning code. Triggered by exhaustive_search, replace_hints, hints_fn, cuda.tile.tune, autotune filenames, or performance issues. Cov…
Engineering
godot-refactor
Refactors code-created objects, tight coupling, and monolithic scripts over 150 lines toward scene-first architecture with signals and composition. Orchestrates extract-to-scenes, …
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…
AI / ML
seedance-debugger
Diagnose and fix 12 common Seedance 2.0 issues including character ID drift, duplicate subjects, subtitles, logos, style shifts, motion jumps, quality loss, incorrect effects, pron…
Content
女频爱情-强化章末钩子
Strengthens chapter hooks for romance fiction. Preserves the genre entry point and adds emotional anchoring, growth-line priority, relationship tension, soft satisfaction, and real…
Engineering
laravel-upgrade-v13
Guides Laravel 12 to 13.0 upgrades including PHP 8.3, Composer commands, breaking changes for PHPUnit 12, Pest 4, CSRF middleware, cache prefixes, serializable classes, Pheanstalk …
Content
女频爱情-执行微空间受限场景
Executes micro-space limited scenes for female-oriented romance. Serves as genre wrapper and router, retaining the female-romance entry while adding emotional anchors, growth-line …
Content
异能志怪-审阅人物传记
Reviews character biographies for supernatural mystery fiction, locates issues, and provides revision suggestions. Preserves the genre entry point and adds dual-identity and cost-c…
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…
Web
data-service-optional-params
Build data fetching services using the circuit breaker pattern for API resilience, with a reusable approach for constructing optional query parameters through URLSearchParams. Serv…
Engineering
fixflow
Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step. Supports expli…
Automation
os-evolution-planner
Codifies plan-and-delegate workflow for evolving plugins, skills, and agents. Given a target and goal, brainstorms 2-3 options with the cheapest model, presents for selection, then…
Design
visual-consistency
Enforce visual consistency across all UI in a prototype. Before implementing any UI element, scan for similar existing elements and match their exact className, spacing, and compon…
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…
Engineering
forge-code
Project-local override for trunk-based development. Implements changes per approved plan, builds and tests affected packages, gates new features behind flags when required, and pus…
Showing the top 60 of 5,343. See the full list →