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…
Documentation
review-chamber
Captures and retrieves PR-review findings in memory palaces. Use after PR review to store architectural decisions, patterns, and standards for future reference
Engineering
file-analysis
Maps file structure and module organization of a codebase. Use before architecture reviews, refactoring planning, or migration scope estimation
General
onboard
Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening
Research
code-communities
Detects architectural clusters and coupling boundaries via community detection on the code graph
Documentation
architecture-diagram
Generates a Mermaid architecture diagram showing high-level component relationships
Engineering
unified-review
Orchestrates multi-domain review (code, arch, tests, security) in a single pass
Documentation
data-flow
Generates a Mermaid sequence diagram showing how data moves between components
Engineering
architecture-paradigm-functional-core
Applies Functional Core, Imperative Shell to isolate logic from side effects
Engineering
architecture-paradigm-microkernel
Applies microkernel architecture with minimal core and plugin extensibility
Engineering
code-refinement
Improves code quality across duplication, efficiency, and architectural fit
Engineering
architecture-paradigm-cqrs-es
Applies CQRS and Event Sourcing for read/write separation and audit trails
Engineering
architecture-paradigm-event-driven
Applies event-driven async messaging to decouple producers and consumers
Engineering
architecture-paradigm-microservices
Applies microservices for independent deployment and per-service scaling
Engineering
architecture-paradigm-service-based
Applies coarse-grained service architecture for deployment independence
Engineering
architecture-paradigm-hexagonal
Applies hexagonal architecture isolating domain from infrastructure
Engineering
architecture-paradigm-space-based
Applies data-grid architecture for high-traffic stateful workloads
Engineering
architecture-aware-init
Selects architecture paradigm via research before scaffolding
Engineering
architecture-paradigm-pipeline
Applies pipes-and-filters for sequential data transformations
Engineering
architecture-review
Assesses architecture decisions, ADR compliance, and coupling
Engineering
architecture-paradigm-layered
Applies layered n-tier architecture with enforced boundaries
Engineering
architecture-paradigm-serverless
Applies serverless FaaS patterns for event-driven workloads
Engineering
architecture-paradigm-modular-monolith
Applies modular monolith with enforced internal boundaries
Engineering
architecture-paradigm-client-server
Applies client-server architecture for web/mobile apps
Engineering
architecture-paradigms
Selects and routes to the right architecture paradigm
Productivity
ultimate-idea-watcher-v2
Turns any raw or incomplete product idea into a deeply researched, gap-free, implementation-ready programme — preserves the original idea, auto-fills a product brief, runs deep res…
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…
Security
qa
Use for paranoid, language-agnostic architectural code review — applies SOLID, DRY/KISS/YAGNI, decoupling, OWASP/NIST security, and quantitative complexity thresholds (cyclomatic >…
Productivity
list-members
Displays the roster of architecture team members with their specialties and expertise areas. Use when the user asks "Who's on the architecture team?", "List architecture members", …
Design
diagram-architect
Production-grade diagram generation for architecture diagrams, flowcharts, sequence diagrams, and more. Generate beautiful, self-contained HTML files with professional themes. Supp…
General
00-andruia-consultant
\ud83e\udd16 Andru.ia Solutions Architect - Hybrid Engine (v2.0) workflow skill. Use this skill when the user needs Arquitecto de Soluciones Principal y Consultor Tecnol\u00f3gico …
Business
00-andruia-consultant-v2
\ud83e\udd16 Andru.ia Solutions Architect - Hybrid Engine (v2.0) workflow skill. Use this skill when the user needs Arquitecto de Soluciones Principal y Consultor Tecnol\u00f3gico …
Engineering
myco:three-tier-config-architecture
Comprehensive procedures for implementing and managing three-tier configuration architecture with Machine/Grove/Project scope hierarchy. Covers config storage design with scope enf…
Engineering
file-organizer-dev
Development guide for the File Organizer MCP server codebase. Use when (1) adding new MCP tools, (2) adding new services, (3) modifying existing tools or services, (4) writing test…
Engineering
vibe-architecture
Generates architecture.md from idea.md and interaction.md, deriving data models, interfaces, and technical decisions from interaction data requirements while respecting fixed stack…
Engineering
gofit-admin-architect
Master architecture guide for GoFit's administrative platform (/admin/*). Use for implementing or evolving admin features: company management, SaaS plans, subscriptions, RBAC, audi…
Security
data-flow-review
Expert review pass examining data-flow, state ownership, lifetime, and boundary topology across every non-trivial entity—flagging ownership mismatches, incorrect dependency directi…
Engineering
realize-the-vision
Researches and selects the optimal technical approach, architecture, and asset strategy before implementation to faithfully realize a defined experiential vision and staging. Surve…
General
barriere-architettoniche-edifici-privati-dm236
Provides documentary support on overcoming architectural barriers in Italian private and public-residential buildings under Law 13/1989 and DM 236/1989. Determines applicability th…
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
complete-codebase-review
Use when asked to review, audit, assess, or evaluate an entire codebase holistically — not a PR diff. Covers architecture, security, tech debt, test health, deps, docs, CI, standar…
Security
permission-set-groups-and-muting
Use when designing or reviewing permission-set-group architecture, including profile minimization, group composition, muting strategy, and migration from profile-heavy models. Trig…
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…
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…
Engineering
archmap
Maps project architecture and impact surfaces. Auto-switches between full and lite modes based on baselines, with explicit overrides. Analyzes code paths and requirements for chang…
Web
frontend-architecture-review
Evaluates frontend architecture at scale and gates micro-frontend adoption before implementation. Defaults to modular monolith unless three or more independently deploying teams fa…
Engineering
design-code-architecture
Guides an app idea through deliberate architecture: boundaries, domain model, data, and resilience, recording decisions in project docs so work resumes across sessions. Orchestrate…
Engineering
modularize
Cache-aware task decomposition — split large coding tasks into independent modules, define interface contracts, schedule execution waves, and execute each module as an isolated Rea…
Documentation
doc-and-modernize
Produces architecture documentation or a phased modernization plan for any locally-cloned codebase. Documentation mode maps system design by reading files on disk; modernization mo…
DevOps
boardwalk-overview
Provides an orientation to the Boardwalk platform and its architecture for agents encountering it for the first time. Explains that Boardwalk executes workflows written as TypeScri…
Engineering
star-code-architect
Bootstrap or reorganize ${CODE_NAME}/ from research plans in metds/plans/. Mine plans for GitHub references, score candidates by fit and license, then clone, rebrand, or survey exi…
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…
Documentation
adr-write
Capture an Architecture Decision Record — what was decided, why, what alternatives were considered, and when to revisit. Writes a numbered ADR file to docs/adr/ in the active repo …
Engineering
audit-backend-architecture
Read-only architecture audit that surfaces maturity patterns in backend and distributed systems, then recommends adoption timing based on "start simple, earn every pattern." Flags …
Engineering
to-be-architecture
Design target AWS architecture covering ECS Fargate/EKS/Serverless selection, VPC topology with public-private-isolated subnets, database choice (RDS/Aurora/DynamoDB), IAM boundari…
Productivity
planifie
Breaks a PRD into independently shippable vertical slices (tracer bullets) and generates or extends `docs/PLAN.md` with architectural decisions, phases, user stories, deliverables,…
Engineering
sams-architecture
Automatically audits and guides system architecture, technology choices, patterns, infrastructure, API design, testing, CI/CD, security, and code organization across Python web API…
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…
Design
excalidraw
Excalidraw diagrams — create or edit .excalidraw scenes (flowcharts, architecture/workflow diagrams, ERDs), validated locally and published to the user's Excalidraw+ workspace. Use…
Engineering
architecture-foundation
Design architecture foundations before implementation. Use when asked to design or refactor architecture, choose Rust/Go crate, package, module, runtime, workflow, or service bound…
Showing the top 60 of 3,568. See the full list →