.claude/skills/skills-marketplace/SKILL.md
skills-marketplace
npx skillsauth add gonzalezpazmonica/pm-workspace skills-marketplaceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Publica, descubre e instala habilidades de PM en formato estándar. Crea un ecosistema de habilidades reutilizables para el workspace.
Estructura estándar obligatoria:
SKILL.md — Definición y documentación (120 líneas máx)DOMAIN.md — Contexto y restricciones (40 líneas máx)references/ — Archivos de referencia y ejemplosmetadata.json — Información de catalogaciónVerifica:
data/marketplace/registry.json mantiene catálogo localBúsqueda por:
.claude/skills/{
"name": "skill-name",
"version": "1.0.0",
"author": "nombre-autor",
"category": "planning|development|testing|operations|reporting|compliance|communication",
"tags": ["tag1", "tag2"],
"description": "Breve descripción de la habilidad",
"dependencies": ["skill1", "skill2"],
"compatibility": ">=2.0.0",
"license": "MIT",
"repository": "https://github.com/user/repo"
}
Ubicación: data/marketplace/registry.json
Estructura:
{
"skills": [
{
"name": "skill-name",
"version": "1.0.0",
"category": "planning",
"installed": false,
"installed_version": null,
"path": ".claude/skills/skill-name",
"published_at": "2026-03-07T12:00:00Z"
}
]
}
/marketplace-publish {skill} — Empaquetar y publicar/marketplace-search {query} — Buscar habilidades/marketplace-install {skill} — Instalar habilidadtesting
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
tools
Sistema proactivo de bienestar individual
development
Search the web to resolve context gaps — documentation, versions, CVEs, best practices. Auto-starts SearxNG Docker if available, falls back to WebSearch.