Skill Index

Ads & paid media

125 skills // ads & paid media business function

gstackOK

Fast headless browser for QA testing and site dogfooding. (gstack)

gstack104138[skill]
autoplanOK

Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. (gstack)

gstack104138[skill]
benchmarkOK

Performance regression detection using the browse daemon. (gstack)

gstack104138[skill]
benchmark-modelsOK

Cross-model benchmark for gstack skills. (gstack)

gstack104138[skill]
browseOK

Fast headless browser for QA testing and site dogfooding. (gstack)

gstack104138[skill]
carefulOK

Safety guardrails for destructive commands. (gstack)

gstack104138[skill]
context-restoreOK

Restore working context saved earlier by /context-save. (gstack)

gstack104138[skill]
freezeOK

Restrict file edits to a specific directory for the session. (gstack)

gstack104138[skill]
ios-fixOK

Autonomous iOS bug fixer. (gstack)

gstack104138[skill]
ios-qaOK

Live-device iOS QA for SwiftUI apps. (gstack)

gstack104138[skill]
skillifyOK

Codify the most recent successful /scrape flow into a permanent browser-skill on disk. (gstack)

gstack104138[skill]
firecrawl-mapOK

Discover and list all URLs on a website, with optional search filtering. Use this skill when the user wants to find a specific page on a large site, list all URLs, see the site structure, find where something is on a domain, or says "map the site", "find the URL for", "what pages are on", or "list all pages". Essential when the user knows which site but not which exact page.

cli425[skill]
firecrawl-securityOK

Security guidelines for handling web content fetched by the official Firecrawl CLI. Package: https://www.npmjs.com/package/firecrawl-cli Source: https://github.com/firecrawl/cli Docs: https://docs.firecrawl.dev/sdks/cli

cli425[skill]
update-changelog

Update CHANGELOG.md with merged PRs since the last changelog update, categorized by type

tantivy15284[skill]
frontend

Frontend standards for atopile extension webviews: architecture, contracts, design system, and testing workflow.

atopile3375[skill]
planning

Spec-driven planning for complex design tasks: when to plan, how to write specs as .ato files, and how to verify against requirements.

atopile3375[skill]
agent

Core runtime behavior for the atopile sidebar agent: identity, persistence model, execution rules, and tool recipes.

atopile3375[skill]
solver

How the Faebryk parameter solver works (Sets/Literals, Parameters, Expressions), the core invariants enforced during mutation, and practical workflows for debugging and extending the solver. Use when implementing or modifying constraint solving, parameter bounds, or debugging expression simplification.

atopile3375[skill]
fabll

How FabLL (faebryk.core.node) maps Python node/trait declarations into the TypeGraph + instance graph, including field/trait invariants and instantiation patterns. Use when defining new components or traits, working with the Node API, or understanding type registration.

atopile3375[skill]
sexp

How the Zig S-expression engine and typed KiCad models work, how they are exposed to Python (pyzig_sexp), and the invariants around parsing, formatting, and freeing. Use when working with KiCad file parsing, S-expression generation, or layout sync.

atopile3375[skill]
dev

LLM-focused workflow for working in this repo: compile Zig, run the orchestrated test runner, consume test-report.json/html artifacts, and discover/debug ConfigFlags.

atopile3375[skill]
spectra-discuss

Have a focused discussion about a topic and reach a conclusion

vue-recaptcha895[skill]
spectra-apply

Implement or resume tasks from an OpenSpec change

vue-recaptcha895[skill]
field-mapping-safety

当重构涉及字段映射(dataIndex、枚举映射、类型转换)时触发。防止字段名推测错误,确保字段映射的正确性。

cc-use-exp755[skill]
mx-migration-author

Author and review Drizzle SQL migrations safely for rolling deploys. Triggers when editing apps/core/src/database/schema/*.ts or apps/core/src/database/migrations/*.sql, when the user runs drizzle-kit generate, when "lint-migrations" reports a violation, or on prompts like "迁移", "改 schema", "alter table", "add a column", "drop column", "migration safety". Enforces the expand-contract pattern because mx-core ships rolling deploys (Dokploy, 2 replicas) where new and old pods coexist for tens of seconds during cutover.

core530[skill]
code-quality-review-all

Review all evaluations in the repository against a single code quality standard. Checks ALL evals against ONE standard for periodic quality reviews. Use when user asks to review/audit/check all evaluations for a specific topic or standard. Do NOT use for reviewing a single eval (use eval-quality-workflow instead) or for test coverage (use ensure-test-coverage instead).

inspect_evals517[skill]
eval-report-workflow

Create an evaluation report for a README by selecting models, estimating costs, running evaluations, and formatting results tables. Use when user asks to make/create/generate an evaluation report. Trigger when the user asks you to run the "Make An Evaluation Report" workflow.

inspect_evals517[skill]
generate-asset-actions

Generate asset-actions.yaml from ASSETS.yaml by classifying assets into priority tiers. Use when the user asks to regenerate, update, or refresh the asset actions.

inspect_evals517[skill]
check-trajectories-workflow

Use Inspect Scout to analyze agent trajectories from evaluation log files. Runs default and custom scanners to detect external failures, formatting issues, reward hacking, and ethical refusals. Use when user asks to check/analyze agent trajectories. Trigger when the user asks you to run the "Check Agent Trajectories" workflow.

inspect_evals517[skill]
investigate-dataset

Investigate datasets from HuggingFace, CSV, or JSON files to understand their structure, fields, and data quality. Trigger whenever you need to explore or inspect a dataset yourself without using pre-written scripts.

inspect_evals517[skill]
eval-validity-review

Review a single evaluation's validity — whether its claims hold up, whether its name is accurate, whether samples can be both succeeded and failed at, and whether scoring measures ground truth. Use when user asks to check validity of an eval, or as part of the Master Checklist workflow. Do NOT use for code quality or test coverage (use eval-quality-workflow or ensure-test-coverage instead).

inspect_evals517[skill]
ci-maintenance-workflow

CI and GitHub Actions maintenance workflows — fix a failing test from a CI URL, fix a failing smoke test, add @pytest.mark.slow markers to slow tests, or review a PR against agent-checkable standards. Use when user asks to fix a failing test, fix a smoke test, mark slow tests, or review a PR. Trigger when the user asks you to run the "Write a PR For A Failing Test", "Fix A Failing Smoke Test", "Mark Slow Tests", or "Review PR According to Agent-Checkable Standards" workflow.

inspect_evals517[skill]
maintenance

Toggle the server-side login killswitch on a Supabase environment. Usage `/maintenance <env> <on|off>` (e.g. `/maintenance prod on`). Sets or unsets the `MAINTENANCE_MODE` secret on the login edge function, which short-circuits new logins with HTTP 503 when enabled. Existing sessions keep working.

gradient-bang395[skill]
geometric-volume-calculation

Calculate volumes of geometric shapes for engineering design and mathematical analysis.

InnoClaw381[skill]
Text to CAD

Use when the user provides a natural language description of a 3D object or mechanical part and wants to generate a CAD model. Converts the description into CadQuery Python code, automatically detects or sets up the CadQuery environment, executes the script, and produces STL and STEP output files.

InnoClaw381[skill]
Researcher Replan And Recovery

Use when the workflow hits contradictions, missing evidence, failed runs, design flaws, or resource shifts. Diagnose the failure class, choose the narrowest safe correction, and escalate to the user when the core plan changes.

InnoClaw381[skill]
openspec-apply-change

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

InnoClaw381[skill]
openspec-explore

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

InnoClaw381[skill]
Researcher Context Audit

Use when the Researcher starts, resumes, or reaches a major decision point. Build a context inventory from workstation materials, prior messages, existing artifacts, requirements, and unfinished work.

InnoClaw381[skill]
protein_complex_analysis

Protein Complex Visualization & Analysis - Analyze protein complex: download structure, visualize complex, extract chains, and calculate quality metrics. Use this skill for structural biology tasks involving retrieve protein data by pdbcode visualize complex extract pdb chains calculate pdb basic info. Combines 4 tools from 1 SCP server(s).

InnoClaw381[skill]
alphafold_structure_pipeline

AlphaFold Structure Analysis Pipeline - AlphaFold pipeline: download predicted structure, predict pockets, extract sequence, and compute properties. Use this skill for computational biology tasks involving download alphafold structure run fpocket extract pdb sequence calculate pdb basic info. Combines 4 tools from 3 SCP server(s).

InnoClaw381[skill]
disease_protein_profiling

Disease Protein Profiling - Profile a disease protein: UniProt data, AlphaFold structure, InterPro domains, phenotype associations from Ensembl. Use this skill for medical proteomics tasks involving query uniprot download alphafold structure query interpro get phenotype gene. Combines 4 tools from 2 SCP server(s).

InnoClaw381[skill]
drug-screening-docking

Comprehensive drug screening pipeline from molecular filtering through QED/ADMET criteria to protein-ligand docking, identifying promising drug candidates.

InnoClaw381[skill]
Researcher Ambiguity Gate

Use when the research goal, evaluation target, scope, resources, timeline, or decision criteria are ambiguous, conflicting, or not operationally testable.

InnoClaw381[skill]
openspec-archive-change

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

InnoClaw381[skill]
variant-cross-database-ids

Query ClinGen Allele Registry to map variant rsID to identifiers in other databases (ClinVar, gnomAD, COSMIC, UniProtKB, OMIM, etc.).

InnoClaw381[skill]
protein_structure_analysis

Protein Structure Comprehensive Analysis - Comprehensive structure analysis: download PDB, extract chains, calculate geometry, quality metrics, and composition. Use this skill for structural biology tasks involving retrieve protein data by pdbcode extract pdb chains calculate pdb structural geometry calculate pdb quality metrics calculate pdb composition info. Combines 5 tools from 1 SCP server(s).

InnoClaw381[skill]
Researcher Plan Architect

Use when the Researcher must convert a confirmed scientific goal into a staged, executable research plan with role assignments, milestones, resources, checkpoints, and risk controls.

InnoClaw381[skill]
seismic-waveform-processing

Process seismic waveform data including reading MinISEED/SAC files, extracting metadata, and visualizing earthquake signals.

InnoClaw381[skill]
Researcher Rigor Gate

Use before plan submission, major plan revision, and major stage transitions. Verify alignment, feasibility, rigor, completeness, and prevent unjustified regressions to earlier workflow phases.

InnoClaw381[skill]
drug_target_structure

Drug-Target Structural Biology - Integrate drug and target structure: get drug from ChEMBL, target structure from PDB, dock them, and predict ADMET. Use this skill for structural pharmacology tasks involving get drug by name retrieve protein data by pdbcode quick molecule docking pred molecule admet. Combines 4 tools from 3 SCP server(s).

InnoClaw381[skill]
drugsda-linker-sampling

Generate new molecules sampling from the input two warhead fragments.

InnoClaw381[skill]
lead_compound_optimization

Lead Compound Optimization - Optimize a lead compound: validate SMILES, compute drug-likeness, predict ADMET properties, and check ChEMBL bioactivity. Use this skill for medicinal chemistry tasks involving is valid smiles calculate mol drug chemistry pred molecule admet search activity. Combines 4 tools from 3 SCP server(s).

InnoClaw381[skill]
drugsda-mol2mol-sampling

Generate new molecules sampling from the input molecule.

InnoClaw381[skill]
molecular_docking_pipeline

Molecular Docking Pipeline - Complete docking workflow: retrieve protein structure, predict binding pockets, prepare receptor, and dock ligand. Use this skill for structural biology tasks involving retrieve protein data by pdbcode run fpocket convert pdb to pdbqt dock quick molecule docking. Combines 4 tools from 2 SCP server(s).

InnoClaw381[skill]
protein_database_crossref

Protein Cross-Database Reference - Cross-reference protein: UniProt entry, NCBI gene, Ensembl xrefs, and PDB structure search. Use this skill for proteomics tasks involving get uniprotkb entry by accession get gene metadata by gene name get xrefs symbol retrieve protein data by pdbcode. Combines 4 tools from 4 SCP server(s).

InnoClaw381[skill]
OPSX: Explore

Enter explore mode - think through ideas, investigate problems, clarify requirements

InnoClaw381[command]
OPSX: Archive

Archive a completed change in the experimental workflow

InnoClaw381[command]
OPSX: Apply

Implement tasks from an OpenSpec change (Experimental)

InnoClaw381[command]
triage-backlog

Interactively triage the user's local engineering backlog file into GitHub issues. Use when the user wants to process their raw thought notes / ticket backlog into proper GitHub issues.

mngr374[skill]
sync-tutorial-to-e2e-tests

Match tutorial script blocks to e2e pytest functions and add missing tests

mngr374[skill]
convert-github-issues-to-fixmes

Convert triaged autoclaude GitHub issues into FIXMEs in the codebase. Use when you want to process issues that have been triaged by authorized users.

mngr374[skill]
create-fixmes

Create FIXME's in the codebase for each of the issues in the given input file.

mngr374[skill]
writing-ratchet-tests

Write ratchet tests to prevent accumulation of code anti-patterns. Use when asked to create a "ratchet test" for tracking and preventing specific code patterns (e.g., TODO comments, inline imports, broad exception handling).

mngr374[skill]
find-agent

Resolve an agent name or description to an exact mngr agent name. Used by other skills that target agents.

mngr374[skill]
fix-issue

Fix a GitHub issue given its number or URL. Replicates the bug, finds root cause, implements a fix, and opens a PR.

mngr374[skill]
drawnote-skill

智能笔记与流程图绘制工具(优化版-无权限读取)。根据用户提供的内容,自动生成精美的可视化笔记和流程图,支持多种风格(手写笔记、思维导图、流程图等),并导出为图片。使用内置模板,无需读取文件权限。适用于:(1) 学习笔记可视化,(2) 知识梳理与总结,(3) 流程图绘制,(4) 概念解释图表

ai-agent-team370[skill]
thread

Manage conversation threads (create, switch, update, delete, show)

ai-agent-team370[command]
vcad

Create 3D CAD models using vcad MCP tools. Use when the user asks to create 3D parts, mechanical components, enclosures, brackets, gears, or any parametric geometry. Supports primitives, sketch-based operations (extrude, revolve, sweep, loft), booleans, patterns, fillets, shell, assemblies, and export to STL/GLB.

claude-code364[skill]
vcad-assembly

Build multi-part assemblies with joints and run physics simulations. Use when the user asks about robot arms, mechanisms, hinges, joints, physics simulation, reinforcement learning environments, or assembly of multiple parts.

claude-code364[skill]
examples

Show vcad pattern library with ready-to-use code snippets

claude-code364[command]
new-part

Guided 3D part creation — describe what you want to build

claude-code364[command]
export

Quick export — save the current CAD document to STL or GLB

claude-code364[command]
remotion-trace

Habilidad de flujo de trabajo para reproducir videos Remotion de calidad profesional a partir de videos de referencia. Se activa con 'Quiero recrear a partir de un video de referencia', 'Trazado de video', 'Quiero hacer un PV', 'Quiero crear un video Remotion basado en referencia'.

ai-agent-camp358[skill]
pm-toolkit

Usado para generar PRDs, especificaciones de requisitos, documentos de solicitud y revisiones. Se activa con solicitudes como 'crear un PRD', 'escribir especificaciones de requisitos', 'revisar esto', 'analizar actas de reunión', etc.

ai-agent-camp358[skill]
test-planner

Se utiliza para generar planes de prueba, casos de prueba e informes de prueba. Se activa con solicitudes como 'Crear un plan de pruebas', 'Generar casos de prueba', 'Escribir pruebas E2E', etc.

ai-agent-camp358[skill]
video-audio

Habilidad de generación de audio para video. Genera archivos de audio a partir de narraciones en scenes.json usando la API TTS de ElevenLabs, produciendo un formato sincronizable con video. Se activa con 'Generar narración', 'TTS', 'Agregar audio', etc.

ai-agent-camp358[skill]
slack-task-manager

Sub-agente para búsqueda en Slack, extracción de TODOs y gestión de tareas. Extrae tareas de múltiples fuentes de datos y las prioriza. Se activa con solicitudes como 'Buscar en Slack', 'Extraer tareas', 'Verificar TODOs', 'Verificar menciones'.

ai-agent-camp358[skill]
video-playbook

Habilidad para acumular y utilizar conocimientos en Playbooks por tipo a partir de resultados de análisis de video. Usa la salida template.json del video-analyzer como entrada. Se activa con 'Actualizar Playbook', 'Conocimientos por tipo de video', 'Verificar Playbook', etc.

ai-agent-camp358[skill]
storyboard-generator

Habilidad para generar automáticamente storyboards para videos UGC con IA. Garantiza consistencia del personaje generando una sola hoja y luego recortando fotogramas individuales. Se activa con solicitudes como 'Crear un storyboard', 'Generar storyboard', 'Crear flujo de video UGC', etc.

ai-agent-camp358[skill]
slack-search

Habilidad para búsqueda semántica de canales y mensajes de Slack. Se activa con solicitudes como 'Buscar en Slack', 'Encontrar canales', 'Buscar mensajes'.

ai-agent-camp358[skill]
slack-unanswered

Habilidad que detecta mensajes sin responder en Slack y genera borradores de respuesta. Se activa con solicitudes como 'Mensajes sin responder', 'Mensajes que no he respondido', 'Verificar Slack'.

ai-agent-camp358[skill]
gcp-auth

Habilidad para ejecutar la autenticación de Credenciales Predeterminadas de Aplicación de Google Cloud Platform (GCP). Se activa con solicitudes como 'autenticar GCP,' 'autenticación de Google Cloud,' 'gcloud login,' etc. Guía los procedimientos de autenticación antes de usar servicios de GCP como BigQuery o Cloud Storage.

ai-agent-camp358[skill]
product-marketing-context

Habilidad que crea y actualiza documentos de contexto de marketing de producto. Se activa con solicitudes como 'Crear contexto de marketing', 'Organizar posicionamiento', 'Resumir información del producto'.

ai-agent-camp358[skill]
marketing-ideas

Skill que propone ideas y estrategias de marketing a partir de 139 enfoques para productos SaaS y de software. Se activa con solicitudes como 'ideas de marketing', 'enséñame métodos de captación de clientes', 'estrategia de crecimiento', etc.

ai-agent-camp358[skill]
video-frame-reader

Habilidad para extraer fotogramas clave de archivos de video, deduplicarlos y optimizarlos, y luego analizar su contenido. Se activa con 'Muéstrame el contenido del video', 'Extraer fotogramas clave', 'Analizar este video', etc.

ai-agent-camp358[skill]
plotly

Skill para crear gráficos interactivos y dashboards con Plotly. Compatible con hover, zoom y desplazamiento. Se activa con solicitudes como 'gráfico interactivo', 'chart con plotly', 'gráfico dinámico', etc.

ai-agent-camp358[skill]
statistical-analysis

Habilidad para selección de pruebas estadísticas, verificación de supuestos, análisis de potencia e informes en formato APA. Se activa con solicitudes como 'Realizar análisis estadístico', 'Ejecutar prueba t', 'Elegir la prueba adecuada', etc.

ai-agent-camp358[skill]
free-tool-strategy

Habilidad para planificar estrategias de herramientas gratuitas con fines de marketing (generación de leads, SEO, reconocimiento de marca). Se activa con solicitudes como 'quiero crear una herramienta gratuita,' 'herramienta de generación de leads,' 'engineering as marketing,' etc.

ai-agent-camp358[skill]
agent-designer

Kit de herramientas para el diseno de arquitectura de sistemas multiagente. Se activa con solicitudes como 'disenar un agente', 'configuracion multiagente', 'arquitectura de agentes', 'diseno de orquestacion', etc.

ai-agent-camp358[skill]
session-retrospective

Habilidad que genera automáticamente Issues de auto-mejora al final de una sesión. Se activa con solicitudes como 'Crear Issue de retrospectiva', 'Retrospectiva', 'Crear Issues de mejora'.

ai-agent-camp358[skill]
jupyter-to-marimo

Habilidad para convertir cuadernos Jupyter (.ipynb) a cuadernos marimo (.py). Se activa con solicitudes como 'convertir Jupyter,' 'ipynb a marimo,' 'conversión de cuadernos,' etc.

ai-agent-camp358[skill]
gslides-parser

Habilidad para analizar la estructura de Google Slides a través de GAS y generar mapeo YAML. Se activa con solicitudes como 'analiza las diapositivas,' 'analiza la estructura de diapositivas,' 'crea mapeo YAML,' etc. Realiza análisis semántico compatible con pptx-converter + asignación de marcadores de posición.

ai-agent-camp358[skill]
pptx-analyzer

Habilidad que analiza la estructura de archivos PowerPoint (.pptx), generando información sobre diapositivas, formas y texto. Se activa con solicitudes como 'Analizar PPTX', 'Verificar estructura de plantilla', 'Inspeccionar elementos de diapositiva'.

ai-agent-camp358[skill]
matplotlib

Skill para crear gráficos y diagramas con matplotlib de Python. Compatible con salida PNG/PDF/SVG. Se activa con solicitudes como 'crear un gráfico', 'dibujar un diagrama', 'visualizar datos', 'matplotlib', etc.

ai-agent-camp358[skill]
scientific-visualization

Meta-habilidad para crear gráficos y figuras de calidad de publicación para envío a revistas. Se activa con solicitudes como 'Crear un gráfico para un artículo', 'Crear una figura para Nature', 'Visualización de calidad de publicación'.

ai-agent-camp358[skill]
code-reviewer

Habilidad automatizada de revision de codigo compatible con TypeScript, JavaScript, Python, Go, Swift y Kotlin. Analisis de complejidad/riesgo de PR, deteccion de violaciones SOLID y code smells, y generacion de informes de revision. Se activa con solicitudes como 'revisar codigo', 'analizar PR', 'verificar calidad de codigo', 'informe de revision', etc.

ai-agent-camp358[skill]
csv-analyzer

Habilidad para obtener el conteo de filas/columnas, estimar tipos de datos, detectar valores faltantes y generar información estadística de columnas numéricas en archivos CSV. Se activa con solicitudes como 'analiza el CSV,' 'verifica el contenido del CSV,' 'muéstrame un resumen de los datos,' etc.

ai-agent-camp358[skill]
aiagent-tooling-setup

Configure Codex tooling for ai-agent-camp. Use when enabling MCP servers, installing repo hooks, or explaining tool-specific setup.

ai-agent-camp358[skill]
narration-qa

Skill para verificar automáticamente la calidad del audio de narración generado con ElevenLabs. Se activa con solicitudes como 'verificación de narración', 'verificación de audio', 'verificación de pronunciación', etc.

ai-agent-camp358[skill]
diagram-generator

Habilidad para generar diagramas, infografías e ilustraciones visuales a partir de texto usando la API de Generación de Imágenes de Gemini. Se activa con solicitudes como 'crea un diagrama,' 'genera una infografía,' 'ilustra este proceso,' etc.

ai-agent-camp358[skill]
youtube-uploader

Habilidad de carga de video usando YouTube Data API v3. Soporta detección automática de Shorts, inserción automática de enlaces UTM y publicación programada. Se activa con 'Publicar en YouTube', 'Subir video', 'Publicar Shorts', etc.

ai-agent-camp358[skill]
marimo-notebook

Skill para crear notebooks marimo como archivos Python en el formato correcto. Se activa con solicitudes como 'crear un notebook marimo', 'notebook interactivo', 'notebook de Python', etc.

ai-agent-camp358[skill]
email-sequence

Habilidad para diseñar y optimizar secuencias de correo electrónico, campañas de goteo y correos escalonados. Se activa con solicitudes como 'diseña una secuencia de correo,' 'crea una campaña de goteo,' 'correo de bienvenida,' etc. Para onboarding dentro de la aplicación, consulte onboarding-cro.

ai-agent-camp358[skill]
tmux-session-manager

Gestiona sesiones tmux de Claude Code en Lightsail vía SSH. Se activa con solicitudes como 'Verificar sesiones', 'Sincronizar PRs', 'Estado de tmux', etc.

ai-agent-camp358[skill]
screenshot-analyzer

Habilidad que genera automáticamente diagnósticos de errores o tutoriales de operación a partir de capturas de pantalla. Se activa con solicitudes como 'Analizar esta captura', 'Verificar el error de pantalla', 'Crear pasos de operación'.

ai-agent-camp358[skill]
motion-review

Revisa la calidad de composiciones Remotion con una lista de verificación de 20 elementos. Se activa con solicitudes como 'revisión de video', 'motion review', 'verificación de calidad Remotion', etc.

ai-agent-camp358[skill]
aiagent-command-router

Habilidad para enrutar comandos slash de ai-agent-camp en Codex. Se activa con solicitudes como 'ejecutar /start-0-1', 'quiero usar comandos slash', 'enrutamiento de comandos', 'usar comandos de Cursor', etc.

ai-agent-camp358[skill]
aiagent-utility-runner

Habilidad para ejecutar comandos de utilidad y configuracion de ai-agent-camp en Codex. Se activa con solicitudes como 'ejecutar /guide', '/setup-api-key', 'comando de utilidad', 'usar utilidad de Cursor', etc.

ai-agent-camp358[skill]
skill-iter-tune

Iterative skill tuning via execute-evaluate-improve feedback loop. Uses ccw cli Claude to execute skill, Gemini to evaluate quality, and Agent to apply improvements. Iterates until quality threshold or max iterations. Triggers on "skill iter tune", "iterative skill tuning", "tune skill".

maestro-flow340[skill]
team-tech-debt

Unified team skill for tech debt identification and remediation. Scans codebase for tech debt, assesses severity, plans and executes fixes with validation. Uses team-worker agent architecture with roles/ for domain logic. Coordinator orchestrates pipeline, workers are team-worker agents. Triggers on "team tech debt".

maestro-flow340[skill]
team-review

Unified team skill for code review. 3-role pipeline: scanner, reviewer, fixer. Triggers on team-review.

maestro-flow340[skill]
team-testing

Unified team skill for testing team. Progressive test coverage through Generator-Critic loops, shared memory, and dynamic layer selection. Triggers on "team testing".

maestro-flow340[skill]
team-executor

Lightweight session execution skill. Resumes existing team-coordinate sessions for pure execution via team-worker agents. No analysis, no role generation -- only loads and executes. Session path required. Triggers on "Team Executor".

maestro-flow340[skill]
team-quality-assurance

Unified team skill for quality assurance. Full closed-loop QA combining issue discovery and software testing. Triggers on "team quality-assurance", "team qa".

maestro-flow340[skill]
maestro-brainstorm

Use when exploring ideas, evaluating approaches, or needing multi-perspective analysis before implementation

maestro-flow340[command]
maestro-analyze

Use when a topic needs structured multi-dimensional investigation before planning or decision-making

maestro-flow340[command]
manage-status

Show project dashboard with progress and next steps

maestro-flow340[command]
quality-review

Use after execution to evaluate code quality across correctness, security, performance, and architecture

maestro-flow340[command]
learn-decompose

Extract design patterns from code into specs and wiki

maestro-flow340[command]
learn-retro

Retrospective of git activity and decision quality

maestro-flow340[command]
manage-codebase-refresh

Refresh codebase docs from recent changes

maestro-flow340[command]
manage-issue

Create, query, update, close, and link issues

maestro-flow340[command]
maestro-plan

Use when creating, revising, or verifying an execution plan for a phase or task

maestro-flow340[command]
maestro-guard

Manage editing boundary restrictions

maestro-flow340[command]