pacphi

Validate Manifest — Development skill for Claude Code

Development community

Validate the extension manifest for dependency order, protected extensions, and consistency.

How to install Validate Manifest

Installs to ~/.claude/commands/pacphi-sindri-legacy-validate-manifest.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pacphi/sindri-legacy/HEAD/.claude/commands/validate-manifest.md -o ~/.claude/commands/pacphi-sindri-legacy-validate-manifest.md

Restart Claude Code, or start a new session, for it to be picked up.

What Validate Manifest does


description: Validate the extension manifest for dependency order, protected extensions, and consistency

Validate the extension activation manifest at `docker/lib/extensions.d/active-extensions.conf`:

  1. Protected Extensions Validation:
    • Verify protected extensions are present and in correct order:
      • workspace-structure (must be first)
      • mise-config (required for mise-powered extensions)
      • ssh-environment (required for CI/CD)
    • Ensure protected extension

Alternatives in Development

  • Getspecstory — Extensions for GH Copilot, Cursor, and Claude Code 1.1k ★
  • Purpose — Orient yourself in pi-vs-cc — a collection of Pi coding agent extensions and agent specs that progressively de 527 ★
  • Skill-porter - Gemini CLI Extension — Converts Claude Code skills to Gemini CLI extensions and vice versa 160 ★

Full documentation available on GitHub

View Source Repository