.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/emasoft/claude-plugins-validation
home/skills/emasoft/claude-plugins-validation
emasoft avatar

emasoft/claude-plugins-validation

42 skills

View on GitHub
$npx skills add emasoft/claude-plugins-validation
SkillInstalls
cpv-add-component-to-pluginAdd a new component (skill / agent / command / hook / mcp) to an existing plugin.—cpv-add-dependencyAdd plugin dependencies to a target plugin (explicit --add specs or --from copy from another plugin's plugin.json).—cpv-add-hookAdd a new hook entry to hooks/hooks.json in an existing plugin (idempotent — skips duplicate entries; cross-platform-aware).—cpv-batch-caching-auditFleet-wide read-only cache audit. Accepts local paths, GitHub URLs, marketplaces, lists, and @listfile shapes.—cpv-batch-caching-optimizeFleet-wide parallel cache fix. Accepts local paths, GitHub URLs, marketplaces, lists, and @listfile shapes.—cpv-batch-fixParallel fix for one OR many plugins. Accepts local paths, GitHub URLs, marketplaces, lists, and @listfile shapes.—cpv-batch-fix-protocolSchema reference for the /cpv-batch-fix parallel-shard fix protocol — manifest format, status format, planner/aggregator contracts.—cpv-batch-full-scan-and-fixMaximum-coverage same-turn sweep across a marketplace / list / single plugin.—cpv-batch-scope-diagnoseRead-only fleet-wide scope-aware doctor. One cpv-doctor-agent per project diagnoses the requested scope — user (the home .claude tree), project (the project…—cpv-batch-scope-diagnose-and-fixSame-turn scope-aware diagnose + fix across a fleet of project folders.—cpv-batch-scope-fixApply scope-aware doctor fixes across a fleet of project folders.—cpv-batch-security-auditFleet-wide parallel security audit. Accepts local paths, GitHub URLs, marketplaces, lists, and @listfile shapes.—cpv-batch-validateFleet-wide parallel validation. Accepts local paths, GitHub URLs, marketplaces, lists, and @listfile shapes.—cpv-batch-validate-and-fixSame-turn parallel validate-and-fix across a marketplace / list / single plugin.—cpv-bump-versionBump plugin version and run the full publish pipeline (plugin.json, pyproject.toml, README badge, CHANGELOG, push, release).—cpv-cache-validation-skillValidate plugins / projects against Anthropic's prompt-cache invalidation patterns (CA-01..CA-07).—cpv-canonical-pipelineStandard files, CI/CD, hooks, and release pipeline for Emasoft Claude Code plugins. Use when creating or auditing plugin repos.—cpv-create-micro-agents-workflowEXPERIMENTAL RLM (Recursive Language Model) generator — build a minimal launcher agent plus a TypeScript Workflow coordinator that decomposes any task into…—cpv-create-mono-agentEXPERIMENTAL prefill-everything generator — build one MONO-agent whose body inlines ALL of a plugin's non-meta skills, so it is ready from turn 1 with every…—cpv-create-pluginCreate Claude Code plugin or marketplace repos with full CI/CD. Use when scaffolding. Used via cpv-the-skills-menu.—cpv-deterministic-codemodDeterministic codemod CLI — bulk-fix backtick-path to markdown-link, add TOC stubs, dedup blank lines, and other mechanical text transforms (issue 17).—cpv-devitalize-threatsTransformation catalog for converting flagged execution-class security findings into provably-inert data — so a plugin passes CPV's security gate by…—cpv-diagnose-plugin-architectureAdvisory diagnostic that detects when a Claude Code plugin ships files not needed at runtime — build-only source, dependency trees, dev-only dirs, regenerable…—cpv-fix-marketplace-validationMaps marketplace validation errors to fix reference files. Used dynamically via cpv-the-skills-menu — any CPV agent can invoke at runtime (TRDD-478d9687).—cpv-fix-validationMaps CPV validation errors to mechanical per-error fix guides. Use when looking up remediation steps for CRITICAL/MAJOR/MINOR/NIT findings.—cpv-harden-and-redactCatalog for fixing security-scan LEAK and MISSING-SAFEGUARD findings without loss of functionality — redacting secrets (runtime-reading the needed ones from…—cpv-link-plugin-marketplaceLink an existing plugin to an existing marketplace (local or GitHub source). Use when appending an existing plugin to a marketplace.json.—cpv-main-menu-skillRoutes the /cpv-main-menu Stop-hook menu via scripts/print_menu.py + claude-menu-system.—cpv-marketplace-authoring-contractProactive marketplace.json authoring contract for plugin-touching agents. Use when drafting, modifying, or migrating any marketplace.json.—cpv-migrate-marketplace-architectureConvert a non-CPV marketplace between Layout A (hub-and-spoke), Layout B (nested-with-discipline), and Layout C (marketplace-in-plugin self-referential).—cpv-pack-componentsPack a folder of standalone components (skill/agent/command/hook/mcp/lsp/monitor/output-style) into a new installable plugin.—cpv-plugin-managementManage Claude Code plugins: install, validate, audit, enable, disable, search, doctor. Use when managing plugin lifecycle.—cpv-plugin-validation-skillValidates Claude Code plugins for structural correctness, quality, and marketplace readiness.—cpv-publish-to-marketplaceUse when publishing a plugin to a GitHub-hosted marketplace. Used dynamically via cpv-the-skills-menu (TRDD-478d9687).—cpv-refresh-readmeRefresh AUTO-* marker blocks in a plugin's README (auto-detected components table). Use when the README's components list has drifted from the filesystem.—cpv-register-mcpRegister a new MCP server in an existing plugin's .mcp.json (stdio default; supports HTTP transport via --http-url; cross-platform command via Python/Node).—cpv-scaffold-agentScaffold a new agent in an existing plugin (creates agents/{NAME}.md with valid frontmatter that passes validate_plugin out of the box).—cpv-scaffold-commandScaffold a new slash command in an existing plugin (creates commands/{NAME}.md with valid frontmatter that passes validate_plugin out of the box).—cpv-scaffold-skillScaffold a new skill in an existing plugin (creates skills/{NAME}/SKILL.md with valid frontmatter that passes validate_plugin out of the box).—cpv-semantic-validation-skillDeep AI semantic validation for skills/agents. Use when checking triggering, clarity, examples. Used dynamically via cpv-the-skills-menu (TRDD-478d9687).—cpv-setup-github-marketplaceUse when creating a plugin marketplace or linking plugins to one. Used dynamically via cpv-the-skills-menu (TRDD-478d9687).—cpv-setup-marketplace-auto-notificationUse when configuring a plugin to notify its marketplace after each release so Claude Code can auto-update users.—