.claude/skills/plugin-packaging/SKILL.md
Empaquetar y validar PM-Workspace como plugin distributable
npx skillsauth add gonzalezpazmonica/pm-workspace plugin-packagingInstall 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.
Lógica para empaquetar pm-workspace como plugin distributable para Claude Code. Incluye validación de estructura, generación dinámica de manifest y compresión.
Skills: Cada directorio en .claude/skills/{nombre}/ debe contener:
SKILL.md (frontmatter YAML + descripción)name, descriptionAgents: Archivos .claude/agents/{name}.md con frontmatter:
name, description, model (opus, sonnet, haiku)Commands: Archivos .claude/commands/{name}.md con frontmatter:
name, description, modelcontext_cost (low/medium/high)El manifest (.claude-plugin/plugin.json) se genera con conteos reales:
SKILLS=$(find .claude/skills -maxdepth 1 -type d | wc -l)
AGENTS=$(find .claude/agents -type f -name "*.md" | wc -l)
COMMANDS=$(find .claude/commands -type f -name "*.md" | wc -l)
Actualizar capabilities con valores reales antes de empaquetar.
La versión en plugin.json debe coincidir con CHANGELOG.md (sección actual). No cambiar versión si validación falla.
Comandos /plugin-export y /plugin-validate orquestan este skill.
testing
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.