skill-manifest-generator
Instructions
Use this skill to generate a MANIFEST.json file for any Agent Skill directory. The manifest provides:
- Integrity verification - SHA256 hashes for all files and an overall integrity hash
- File inventory - Complete listing of files with sizes and types
- External URL detection - URLs found in code that reference external resources
- Structure analysis - Folder depth, file counts, and organization
When to Use
- Before publishing a skill to a catalog
- To verify a skill hasn't been modified
- To audit external dependencies in a skill
- To validate skill structure and compliance
How to Use
Run the manifest generator on a skill directory:
More from skillscatalog/registry
skill-create
Create new Agent Skills from templates with best-practice structure, pre-populated SKILL.md, and optional scripts/assets directories.
185skill-safety-scanner
Run local safety scans on Agent Skills before publishing. Detects secrets, dangerous code patterns, and analyzes required permissions.
13skill-installer
Install Agent Skills to your AI coding agent. Supports Claude Code, Goose, OpenCode, Cursor, and other harnesses.
9skill-validator
Validate Agent Skills against the specification. Checks SKILL.md format, frontmatter fields, naming conventions, and directory structure.
7skill-search
Search the Agent Skills Catalog to find skills by keyword, vendor, or category.
6skill-publisher
Submit Agent Skills to catalogs for publication. Validates, scans, and submits skills via the skillscatalog.ai API.
6