Skill Index

For content creators

151 skills // Newsletters, video scripts, long-form publishing

Illustration for Content creators
Ship more. Pretend less.
make-pdfOK

Turn any markdown file into a publication-quality PDF. (gstack)

gstack104138[skill]
defuddleOK

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.

obsidian-skills33445[skill]
obsidian-markdownOK

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

obsidian-skills33445[skill]
obsidian-basesOK

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

obsidian-skills33445[skill]
obsidian-cliOK

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.

obsidian-skills33445[skill]
json-canvasOK

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.

obsidian-skills33445[skill]
firecrawl-downloadOK

Download an entire website as local files — markdown, screenshots, or multiple formats per page. Use this skill when the user wants to save a site locally, download documentation for offline use, bulk-save pages as files, or says "download the site", "save as local files", "offline copy", "download all the docs", or "save for reference". Combines site mapping and scraping into organized local directories.

cli425[skill]
firecrawl-monitorOK

Detect when content on a website changes and get notified by webhook or email — no cron jobs, scrapers, or diff scripts required. Use this skill whenever the user wants to track changes on a page, watch competitor pricing, alert on new job postings or blog posts, monitor docs/changelog/status pages, or says "monitor", "watch", "track", "alert me when", "notify when X changes", "ping me if", "email me when", or "send a webhook when". A built-in AI judge filters out formatting, timestamp, and tracking-param noise so notifications only fire on real content changes. Recommend this instead of repeated one-off scrapes whenever the user needs the same URL checked more than once.

cli425[skill]
firecrawl-scrapeOK

Extract clean markdown from any URL, including JavaScript-rendered SPAs. Use this skill whenever the user provides a URL and wants its content, says "scrape", "grab", "fetch", "pull", "get the page", "extract from this URL", or "read this webpage". Handles JS-rendered pages, multiple concurrent URLs, and returns LLM-optimized markdown. Use this instead of WebFetch for any webpage content extraction.

cli425[skill]
firecrawl-parseOK

Efficiently extract and convert the contents of any local file—such as PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, or HTML—into clean, well-formatted markdown saved to disk. Use this skill whenever the user requests to parse, read, or extract information from a file on their computer, including phrases like “parse this PDF”, “convert this document”, “read this file”, “extract text from”, or when a local file path (not a URL) is provided. This skill offers advanced options like generating AI-powered summaries and answering questions based on the file's content. Prefer this tool over `scrape` when handling local files to deliver precise, structured outputs for downstream tasks.

cli425[skill]
firecrawl-interactOK

Control and interact with a live browser session on any scraped page — click buttons, fill forms, navigate flows, and extract data using natural language prompts or code. Use when the user needs to interact with a webpage beyond simple scraping: logging into a site, submitting forms, clicking through pagination, handling infinite scroll, navigating multi-step checkout or wizard flows, or when a regular scrape failed because content is behind JavaScript interaction. Also useful for authenticated scraping via profiles. Triggers on "interact", "click", "fill out the form", "log in to", "sign in", "submit", "paginated", "next page", "infinite scroll", "interact with the page", "navigate to", "open a session", or "scrape failed".

cli425[skill]
firecrawlOK

Search, scrape, and interact with the web via the Firecrawl CLI. Use this skill whenever the user wants to search the web, find articles, research a topic, look something up online, scrape a webpage, grab content from a URL, get data from a website, crawl documentation, download a site, or interact with pages that need clicks or logins. Also use when they say "fetch this page", "pull the content from", "get the page at https://", or reference external websites. This provides real-time web search with full page content and interact capabilities — beyond what Claude can do natively with built-in tools. Do NOT trigger for local file operations, git commands, deployments, or code editing tasks.

cli425[skill]
firecrawl-cli-installationOK

Install the official Firecrawl CLI and handle authentication. Package: https://www.npmjs.com/package/firecrawl-cli Source: https://github.com/firecrawl/cli Docs: https://docs.firecrawl.dev/sdks/cli

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]
firecrawl-searchOK

Web search with full page content extraction. Use this skill whenever the user asks to search the web, find articles, research a topic, look something up, find recent news, discover sources, or says "search for", "find me", "look up", "what are people saying about", or "find articles about". Returns real search results with optional full-page markdown — not just snippets. Provides capabilities beyond Claude's built-in WebSearch.

cli425[skill]
firecrawl-crawlOK

Bulk extract content from an entire website or site section. Use this skill when the user wants to crawl a site, extract all pages from a docs section, bulk-scrape multiple pages following links, or says "crawl", "get all the pages", "extract everything under /docs", "bulk extract", or needs content from many pages on the same site. Handles depth limits, path filtering, and concurrent extraction.

cli425[skill]
obsidian-cliOK

Use this skill whenever the user wants Claude to directly interact with their Obsidian vault — reading a note or daily note, writing or appending content, searching vault contents, counting or listing notes, managing tasks, moving or renaming files, finding orphaned notes or broken links. Without this skill, Claude has no way to access vault data or execute vault operations. Treat any request that implies "go into my vault and do X" as a trigger — the user is asking Claude to act, not to explain. Also trigger for vault automation, CLI scripting, or cron-based workflows involving Obsidian. Skip for pure conceptual questions: how Obsidian's GUI works, navigating settings menus, theme or plugin installation via the UI, or general Dataview query syntax — anything where the user needs an explanation rather than Claude performing a vault operation.

obsidian-cli266[skill]
obsidian-cliOK

Use this skill whenever the user wants Claude to directly interact with their Obsidian vault — reading a note or daily note, writing or appending content, searching vault contents, counting or listing notes, managing tasks, moving or renaming files, finding orphaned notes or broken links. Without this skill, Claude has no way to access vault data or execute vault operations. Treat any request that implies "go into my vault and do X" as a trigger — the user is asking Claude to act, not to explain. Also trigger for vault automation, CLI scripting, or cron-based workflows involving Obsidian, managing sync history, querying Bases, restoring file versions via history, managing bookmarks, or running JavaScript against the Obsidian API. Skip for pure conceptual questions: how Obsidian's GUI works, navigating settings menus, theme or plugin installation via the UI, iCloud/third-party sync conflicts, general Dataview query syntax, keyboard shortcuts, or parsing vault files with external scripts — anything where the user needs an explanation rather than Claude performing a vault operation.

Obsidian-CLI-skill266[skill]
writing-releases

Writes GitHub release notes for Medusa releases in the established style. Use when generating a draft release description from a list of commits and PR metadata. Covers minimal patch releases, single-highlight releases, multi-feature releases, and releases with breaking changes.

medusa34034[skill]
reviewing-prs

Reviews GitHub pull requests for the Medusa repository. Checks PR template compliance, contribution guidelines, code conventions, and community contribution limits. Posts a review comment and applies initial-approval or requires-more label. Use when a PR is opened or updated.

medusa34034[skill]
writing-docs

Writes and updates Medusa documentation MDX files for the book, resources, ui, user-guide, and cloud projects. Use when making documentation changes based on code diffs, adding new pages, updating existing content, or updating component examples. ALWAYS load this skill before modifying any MDX file in www/apps/.

medusa34034[skill]
triaging-issues

Triages GitHub issues for the Medusa repository. Use when a GitHub issue is opened or receives a new comment. Categorizes the issue, validates it, executes the correct response flow, manages labels, and closes issues when appropriate. Accepts issue number as required argument plus optional title, body, and author.

medusa34034[skill]
code-review

LLM-focused code review process for this repo: what to check, how to ground feedback in invariants/tests, and how to verify changes efficiently (including test-report.json).

atopile3375[skill]
lsp

How the atopile Language Server works (pygls), how it builds per-document graphs for completion/hover/defs, and the invariants for keeping it fast and crash-proof.

atopile3375[skill]
spectra-propose

Create a change proposal with all required artifacts

vue-recaptcha895[skill]
refactor-safety

当用户要求重构代码(提取组件、合并重复逻辑、重命名变量、优化结构)时触发。提供重构安全检查清单,防止丢失原始上下文。

cc-use-exp755[skill]
python-dev

Python 开发规范,包含 PEP 8 风格、类型注解、异常处理、测试规范等

cc-use-exp755[skill]
size-check

Review changed code for reuse, quality, and efficiency, then fix any issues found. Also scans project files for size limit violations.

cc-use-exp755[skill]
bash-style

当用户操作 .sh、Dockerfile、Makefile、.yml、.yaml 文件,或在 Markdown 中编写 bash 代码块时触发。提供 Bash 编写规范。

cc-use-exp755[skill]
storage-url-safety

当使用 MinIO/OSS/S3 等对象存储、设计文件上传下载功能时触发。提供存储 URL 策略选择规范,防止 URL 过期、访问失败等问题。

cc-use-exp755[skill]
build-plugin

Complete plugin development workflow: build, test, icon, troubleshoot, and setup. Use when the user wants to build a plugin, create a plugin, troubleshoot issues, add icons, or install/configure plugins. Triggers on: build plugin, create plugin, develop plugin, new plugin, plugin icon, troubleshoot, debug, setup plugin, install plugin.

opentabs624[skill]
ralph

Plan work and generate ralph task files for autonomous execution. Use when the user wants to plan tasks, create a prd, run ralph, or fix a batch of issues. Triggers on: ralph, create tasks, plan this, run ralph, prd.

opentabs624[skill]
bump-version

Bump package versions across all platform packages and plugins in lockstep. Use when the user wants to bump versions, update versions, or prepare a release. Triggers on: bump version, bump versions, version bump, update version, prepare release.

opentabs624[skill]
mxs-cli-ai-author

Use when an agent must inspect, draft, validate, edit, publish, unpublish, delete, or configure mx-space content through packages/cli or the mxs binary.

core530[skill]
api-conventions

MX Space API design conventions. Apply when writing controllers, API endpoints, or handling HTTP requests.

core530[skill]
zod-patterns

MX Space project Zod schema patterns. Apply when creating DTOs, validation schemas, or handling request validation.

core530[skill]
prepare-submission-workflow

Prepare an evaluation for PR submission as an entry to the register. Use when user asks to prepare an eval for submission or finalize a PR. Trigger when the user asks you to run the "Prepare Evaluation For Submission" workflow.

inspect_evals517[skill]
write-an-adr

Write an Architectural Decision Record (ADR) to document a significant design choice. Use when user asks to write/create/document an ADR, or to record an architectural decision.

inspect_evals517[skill]
security-audit-eval

Audit a third-party Inspect AI evaluation for security risks before running it locally. Decide whether the eval is safe by checking for malicious host-side code, externally-fetched files that aren't quality-controlled, sandbox-breakout instructions, weak sandbox configuration, supply-chain hazards, credential exposure, resource exhaustion, and provenance signals. Use when the user asks to audit / vet / security-review an eval repo (GitHub URL or local path), or asks "is it safe to run X". Do NOT use for assessing whether an eval *measures what it claims* (use eval-validity-review) or for general code-quality review (use eval-quality-workflow / code-quality-review-all).

inspect_evals517[skill]
byoa-link

Onboard a Gradient Bang operator to run a Bring-Your-Own-Agent (BYOA) — logs in with email/password, claims a corp ship as BYOA, generates a per-ship wake secret, and writes `.env.byoa` for the `uv run byoa` CLI. Usage `/byoa-link [env]` (env defaults to `prod`; `live` is an accepted synonym for `prod`).

gradient-bang395[skill]
newspaper

Generate Gradient News & Observer assets (banners, front pages, prompt experiments) by dispatching to the right newspaper script. Usage `/newspaper <asset-type> [args]` where asset-type is `banner`, `front-page`, or `prompt-experiment`.

gradient-bang395[skill]
drugsda-peptide-sampling

Generate new peptide molecules sampling from the input peptide sequence.

InnoClaw381[skill]
drugsda-mol-similarity

Compute the Tanimoto similarities between a target molecule and a list of candidate molecules using Morgan fingerprints.

InnoClaw381[skill]
drugsda-denovo-sampling

Generate new molecules de novo.

InnoClaw381[skill]
pubmed-article-search

Search PubMed database for scientific articles and publications to retrieve biomedical literature.

InnoClaw381[skill]
drugsda-drug-likeness

Compute the drug-likeness metrics (QED score and Number of violations of Lipinski's Rule of Five) of the input candidate molecules (SMILES format).

InnoClaw381[skill]
drugsda-dleps

Calculate disease reversal scores for the provided molecules relative to a specific disease.

InnoClaw381[skill]
biomedical-web-search

Search biomedical literature and web content using Tavily search engine for research and clinical information.

InnoClaw381[skill]
Research Ideation Full

Use when the user wants the full research ideation workflow grounded in one seed paper, including complete ideation, feasibility review, experiment planning, and final synthesis, or makes an equivalent ideation request in another language.

InnoClaw381[skill]
molecular-similarity-search

Search for similar molecules using Tanimoto similarity with Morgan fingerprints to identify structurally related compounds.

InnoClaw381[skill]
drugsda-target-retrieve

Search the protein information from the input gene name and downloads the optimal PDB or AlphaFold structures.

InnoClaw381[skill]
ncbi-gene-retrieval

Retrieve gene information from NCBI Gene database by gene IDs to obtain genomic details, function, and expression data.

InnoClaw381[skill]
drugsda-compound-retrieve

Retrieve SMILES strings from PubChem using compound names.

InnoClaw381[skill]
seawater-sound-speed-calculation

Calculate sound speed in seawater from practical salinity, temperature, and pressure using the Gibbs Seawater Oceanographic Toolbox.

InnoClaw381[skill]
fda-drug-risk-assessment

Assess drug risks and adverse effects using FDA drug database to retrieve safety information and risk profiles.

InnoClaw381[skill]
meta-analysis-execution

Perform meta-analysis on scientific studies to synthesize research findings and generate comprehensive reports with statistical summaries.

InnoClaw381[skill]
pubchem-smiles-search

Search PubChem database using SMILES strings to retrieve compound information and chemical properties.

InnoClaw381[skill]
phenotype-by-hpo-id

Retrieve phenotype information from Monarch Initiative using HPO (Human Phenotype Ontology) IDs to understand disease manifestations.

InnoClaw381[skill]
drugsda-rgroup-sampling

Generate new molecules sampling from the input scaffold.

InnoClaw381[skill]
smiles-to-cas-conversion

Convert SMILES strings to CAS registry numbers using material informatics tools to identify chemical substances.

InnoClaw381[skill]
scientific-literature-search

Search scientific literature and research papers using FlowSearch to find relevant academic articles and publications.

InnoClaw381[skill]
molecular-properties-calculation

Calculate basic molecular properties from SMILES including molecular weight, formula, atom counts, and exact mass.

InnoClaw381[skill]
drugsda-data-valid

Check if the input protein sequence or molecule SMILES string is valid.

InnoClaw381[skill]
atmospheric-science-calculations

Calculate atmospheric parameters including Coriolis parameter, geostrophic wind, heat index, potential temperature, and dewpoint for meteorology and climate science.

InnoClaw381[skill]
unit-conversion-nanoscale

Convert physical quantities and units at nanoscale for materials science and nanotechnology applications.

InnoClaw381[skill]
wind-site-assessment

Assess wind energy potential and perform site analysis using atmospheric science calculations.

InnoClaw381[skill]
drugsda-esmfold

Use ESMFold model to predict 3D structure of the input protein sequence.

InnoClaw381[skill]
seawater-freezing-temperature

Calculate the freezing point temperature of seawater from absolute salinity and pressure using GSW thermodynamic equations.

InnoClaw381[skill]
chembl-molecule-search

Search ChEMBL database for molecule information by name to retrieve bioactivity data and chemical structures.

InnoClaw381[skill]
drugsda-admet

Predict the ADMET (absorption, distribution, metabolism, excretion, and toxicity) properties of the input molecules.

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]
Paper Discussion Full

Use when the user wants the full multi-stage paper discussion workflow, a comprehensive structured discussion of one paper, or an equivalent full-discussion request in another language.

InnoClaw381[skill]
chemical-structure-analysis

Analyze chemical structures from compound names to retrieve SMILES, molecular formulas, molecular weight, and LogP values.

InnoClaw381[skill]
opentargets-disease-target

Retrieve disease-associated targets from Open Targets using disease EFO IDs to identify therapeutic targets.

InnoClaw381[skill]
uniprot-protein-retrieval

Retrieve protein sequences and functional information from UniProt database by protein name, enabling protein analysis and bioinformatics workflows.

InnoClaw381[skill]
capacitance-calculation

Calculate electrical capacitance from geometric parameters and dielectric properties for circuit design.

InnoClaw381[skill]
tcga-gene-expression

Retrieve gene expression data from TCGA (The Cancer Genome Atlas) to analyze cancer-specific expression patterns.

InnoClaw381[skill]
compound-name-retrieval

Retrieve SMILES strings from PubChem database using compound names to obtain molecular structures from common chemical names.

InnoClaw381[skill]
ensembl-sequence-retrieval

Retrieve genomic sequences from Ensembl database using transcript or gene IDs to obtain nucleotide and protein sequences.

InnoClaw381[skill]
drugsda-file-transfer

Implement data transmission between the local computer and the MCP Server using Base64 encoding

InnoClaw381[skill]
Paper Q&A

Use when the user wants question-driven help on one paper, including paper understanding, follow-up questions, method or experiment clarification, limitation analysis, or comparison against related work in any language.

InnoClaw381[skill]
seismic-waveform-processing

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

InnoClaw381[skill]
chemical-mass-percent-calculation

Calculate mass percentages and stoichiometric ratios for chemical reactions and compound compositions.

InnoClaw381[skill]
drugsda-linker-sampling

Generate new molecules sampling from the input two warhead fragments.

InnoClaw381[skill]
drugsda-p2rank

InnoClaw381[skill]
drugsda-mol2mol-sampling

Generate new molecules sampling from the input molecule.

InnoClaw381[skill]
material-density-volume-calculation

Calculate material density and volume from mass and geometric dimensions for materials mechanics analysis.

InnoClaw381[skill]
measurement-error-analysis

Analyze measurement errors, uncertainties, and statistical variations in experimental data for quality control.

InnoClaw381[skill]
optical-frequency-calculation

Calculate optical frequency and wavelength relationships for photonics and electromagnetic analysis.

InnoClaw381[skill]
string-ppi-enrichment

Analyze protein-protein interaction enrichment using STRING database to identify functional networks and pathway associations.

InnoClaw381[skill]
oceanographic-seawater-properties

Calculate seawater thermodynamic properties using TEOS-10 standard including density, salinity, sound speed, and freezing temperature for oceanography.

InnoClaw381[skill]
protocol-extraction-from-pdf

Extract laboratory protocols from PDF documents using Thoth-Plan to convert experimental procedures into structured text.

InnoClaw381[skill]
drugsda-mol-properties

Calculate different types of molecular properties based on SMILES strings, covering basic physicochemical properties, hydrophobicity, hydrogen bonding capability, molecular complexity, topological structures, charge distribution, and custom complexity metrics, respectively.

InnoClaw381[skill]
kegg-gene-search

Search KEGG database for gene information to retrieve pathway associations, functional annotations, and disease links.

InnoClaw381[skill]
drugsda-prosst

Given a protein sequence and its structure, employ ProSST model to predict mutation effects and obtain the top-k mutated sequences.

InnoClaw381[skill]
create-github-issues-from-file

Convert a file containing identified issues into GitHub issues. Use after running identify-* commands to create corresponding GitHub issues.

mngr374[skill]
writing-docs

Write high quality, user-facing documentation. Use any time you need to write, improve, or update a significant amount of user-facing documentation (e.g., files in a "docs/" folder or README file).

mngr374[skill]
identify-style-issues

Identify divergences from the style guide in the $1 library

mngr374[skill]
message-agent

Send a message to another mngr agent. Use when you need to communicate with a peer agent.

mngr374[skill]
identify-doc-code-disagreements

Identify places in the $1 library where the docs and code disagree

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]
update-issues-in-repo

Convert a file containing identified issues into a tracked file in current_tasks/. Use after running identify-* commands to create a local record of current issues.

mngr374[skill]
identify-outdated-docstrings

Identify outdated docstrings in the $1 library

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]
writing-specs

Write high quality specifications or design docs for a program. Use any time you are asked to write, improve, or update specs / design docs (e.g., files in a `specs/` folder).

mngr374[skill]
identify-inconsistencies

Identify inconsistencies in the $1 library

mngr374[skill]
release-minds

Cut a new "production" release of the minds app. Pushes a release branch in the mngr clone at ~/project/minds_prod, syncs vendor/mngr in ~/project/forever-claude-template to match, pushes the same-named branch there, and merges the release branch into FCT main. Use when the user asks to "release a new version of minds", "cut a minds release", "update the vendored mngr in forever-claude-template to track <branch>", or anything of that shape.

mngr374[skill]
tidymydesktop

智能桌面和目录整理工具。根据用户提示词自动分类、整理文件和应用程序图标,去除重复版本,生成整理报告。支持整理桌面或指定目录。

ai-agent-team370[skill]
spec

Turn the current chat thread into a GitHub issue spec for an agent to execute

vcad364[command]
spec

Turn the current chat thread into a GitHub issue spec for an agent to execute

claude-code364[command]
video-storyboard

Habilidad para crear storyboards (tableros visuales) a partir de guiones de video usando generación de imágenes con IA. Se activa con 'Crear un storyboard', 'Generar storyboard', 'Crear imágenes desde guión', etc.

ai-agent-camp358[skill]
gas-clasp-ops

Habilidad para operar proyectos de Google Apps Script (GAS) a través de clasp. Se activa con solicitudes como 'despliega GAS,' 'clasp push,' 'prueba función GAS,' etc. Realiza push / deploy / run individual o por lotes. Soporta gestión de múltiples proyectos.

ai-agent-camp358[skill]
planning-with-files

Skill para gestión de planes basada en archivos para tareas complejas. Crea task_plan.md, findings.md y progress.md. Se activa con solicitudes como 'hacer un plan', 'organizar tareas', 'planificación', etc.

ai-agent-camp358[skill]
document-processor

Sub-agente para leer, editar y analizar archivos PDF/PPTX/Excel. Separa el procesamiento de documentos grandes del contexto principal para optimizar el consumo de contexto. Se activa con solicitudes como 'analiza el PDF,' 'lee el contenido del PPTX,' 'analiza el Excel,' 'edita las diapositivas,' etc.

ai-agent-camp358[skill]
ui-ux-pro-max

Guía de diseño UI/UX. Soporta 50 estilos, 97 paletas, 57 combinaciones de fuentes y 9 stacks. Se activa con solicitudes como 'Diseñar la interfaz', 'Crear un sistema de diseño', 'Revisión de pantalla', etc.

ai-agent-camp358[skill]
programmatic-seo

Habilidad que genera páginas SEO a escala utilizando plantillas y datos. Se activa con solicitudes como 'Quiero producir páginas SEO en masa', 'Crear páginas de plantilla', 'Crear páginas por región'.

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]
seo-audit

Habilidad que audita y diagnostica problemas de SEO en un sitio, proporcionando recomendaciones de mejora. Se activa con solicitudes como 'Auditar el SEO', 'Investigar por qué no mejoran los rankings', 'Verificar SEO técnico'.

ai-agent-camp358[skill]
x-research

Realiza búsquedas en tiempo real en X (Twitter) para recopilar y analizar tweets sobre un tema. Produce resultados de búsqueda como informes estructurados (Markdown + JSON + TXT). Se activa con 'Buscar en X', 'Investigar en Twitter', 'Analizar tweets', etc.

ai-agent-camp358[skill]
copywriting

Habilidad para crear y mejorar textos de marketing para páginas de destino, páginas de inicio, páginas de precios, entre otras. Se activa con solicitudes como 'escribe el copy,' 'crea el copy del LP,' 'piensa en un titular,' etc. Para textos de correo electrónico, consulte email-sequence. Para textos de popup, consulte popup-cro.

ai-agent-camp358[skill]
launch-strategy

Skill para planificar lanzamientos de productos, publicaciones de funcionalidades y estrategias Go-to-Market. Se activa con solicitudes como 'planificar estrategia de lanzamiento', 'plan de lanzamiento', 'preparar Product Hunt', etc. Cubre lanzamientos por fases, estrategia de canales y construccion de impulso.

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]
content-creator

Habilidad de creacion de contenido de marketing. Crea publicaciones de X/Instagram, articulos de Note/Medium, imagenes de banner, guiones de video y mas. Se activa con solicitudes como 'crear una publicacion', 'crear un banner', 'escribir un articulo', 'crear copia', etc. Referencia product-context.md para mantener consistencia de marca.

ai-agent-camp358[skill]
social-content

Habilidad que apoya la creación, programación y optimización de publicaciones en redes sociales. Se activa con solicitudes como 'Crear una publicación en redes', 'Escribir una publicación de LinkedIn', 'Crear un calendario de contenido'.

ai-agent-camp358[skill]
post-publisher

Skill de publicación y distribución de contenido. Publica en X a través de Typefully, sube imágenes y programa publicaciones. Se activa con solicitudes como 'publicar esto', 'programar publicación', 'crear borrador en Typefully', etc.

ai-agent-camp358[skill]
viral-short-video

Habilidad de generación de guiones y storyboards para videos virales de TikTok/YouTube Shorts. Incorpora automáticamente técnicas virales investigadas (gancho de 3 segundos, estructura modular, puente de loop, texto flash, pantalla dividida, etc.) en la creación de guiones y storyboards. Se activa con 'Guión de video TikTok', 'Quiero hacer un video viral', 'Guión de video corto', etc.

ai-agent-camp358[skill]
copy-editing

Habilidad para editar, revisar y mejorar textos de marketing. Se activa con solicitudes como 'edita el texto,' 'corrige la redacción,' 'retroalimentación del copy,' etc. Un enfoque de edición sistemático mediante múltiples pasadas enfocadas.

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]
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]
meeting-notes-summarizer

Skill para generar automáticamente actas de reunión estructuradas a partir de texto y notas de reuniones. Se activa con solicitudes como 'resumir las actas', 'organizar notas de reunión', 'extraer elementos de acción', etc.

ai-agent-camp358[skill]
article-writer

Habilidad de redaccion de articulos que genera esquemas a partir de temas, aplica perfiles de estilo y produce articulos en Markdown. Soporta insercion automatica de marcadores de ilustracion y unificacion de estilo a traves de perfiles de style-analyzer. Se activa con solicitudes como 'escribir un articulo', 'crear un blog', 'generar articulo del tema', etc.

ai-agent-camp358[skill]
content-strategy

Habilidad para planificar estrategias de contenido, seleccionar temas y decidir temáticas de artículos. Se activa con solicitudes como 'planifica una estrategia de contenido', '¿qué debería escribir?', 'piensa en temas para el blog', etc. Para redactar piezas individuales, consulte copywriting. Para auditorías específicas de SEO, consulte seo-audit.

ai-agent-camp358[skill]
analytics-tracking

Habilidad para apoyar la configuracion, mejora y auditoria del seguimiento analitico. Se activa con solicitudes como 'configurar seguimiento', 'implementar GA4', 'seguimiento de conversiones', 'seguimiento de eventos', 'parametros UTM', 'configuracion de GTM', etc. Para seguimiento de pruebas A/B, consulte ab-test-setup.

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]
aiagent-env-manager

Manage environment variables and credentials for ai-agent-camp. Use when setting up API keys, .env handling, or the credential manager safely.

ai-agent-camp358[skill]
style-analyzer

Lee múltiples textos existentes del usuario, extrae características del estilo de escritura (patrones de terminación de oraciones, longitud de oraciones, ratio kanji/hiragana, tono, tendencias de conjunciones) y genera un perfil de estilo. Se activa con solicitudes como 'Analizar estilo de escritura', 'Imitar esta escritura', 'Aprender estilo de escritura', etc.

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

Start and guide ai-agent-camp lessons in Codex(OpenAIが提供するターミナルベースのAIコーディングアシスタント) by lesson id such as start-0-1 or start-1-1. Use when the user wants the Codex equivalent of the existing slash-command lesson flow.

ai-agent-camp358[skill]
video-scriptwriter

Habilidad de generación automática de guiones de video para TikTok/YouTube. Especifique un tema + formato + duración para generar scenes.json (compatible con storyboard/audio/editor). Referencia automáticamente los conocimientos del Playbook para una estructura óptima. Se activa con 'Crear un guión', 'Generar guión', 'Crear un plan', etc.

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]
schema-markup

Habilidad que agrega, corrige y optimiza datos estructurados y marcado schema. Se activa con solicitudes como 'Agregar datos estructurados', 'Crear JSON-LD', 'Configurar fragmentos enriquecidos'.

ai-agent-camp358[skill]
video-editor

Habilidad de edición de video para TikTok/YouTube. Incrusta subtítulos con ffmpeg, aplica efectos Ken Burns, combina escenas y sintetiza audio. Lee instrucciones de edición de scenes.json y produce el video final. También incluye componentes Remotion (para entornos locales). Se activa con 'Editar video', 'Agregar subtítulos', 'Crear video con subtítulos', etc.

ai-agent-camp358[skill]
fact-checker

Habilidad que extrae automáticamente afirmaciones factuales (números, fechas, nombres propios, estadísticas) de artículos y las verifica mediante búsqueda web. Se activa con solicitudes como 'verifica los hechos,' 'confirma la información,' 'comprueba las fuentes,' etc. Genera un reporte con puntuaciones de confianza.

ai-agent-camp358[skill]
referral-program

Habilidad que diseña y optimiza programas de referidos, programas de afiliados y estrategias de boca a boca. Se activa con solicitudes como 'Quiero crear un programa de referidos', 'Diseño de afiliados', 'Pensar en estrategias de boca a boca'.

ai-agent-camp358[skill]
check-inbox

Habilidad integrada para extraer elementos accionables y tareas del correo electronico y Slack. Utiliza Gemini 3.0 Flash para analisis de contexto, generando prioridades y borradores de respuesta. Se activa con solicitudes como 'revisar bandeja de entrada', 'verificar TODOs', 'mensajes por responder', 'revisar correo', 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]
codify-to-knowhow

Manifest-driven knowledge asset generator — converts any structured package into maestro knowhow + spec entries with ref linking. Triggers on "codify-to-knowhow", "style to knowhow", "知识固化".

maestro-flow340[skill]
learn-follow

Guided reading of code or wiki to extract patterns

maestro-flow340[command]
maestro-fork

Create or sync milestone worktree for parallel dev

maestro-flow340[command]
learn-second-opinion

Get alternative perspectives — review, challenge, or consult

maestro-flow340[command]
manage-wiki

Manage wiki graph — health, cleanup, search, stats

maestro-flow340[command]