pave-catalog
v1.9.1Build a service catalog — schema, starter entries, and governance model. Produces what information to capture per service, how it's maintained, and where it lives. Use when asked to "service catalog", "what services do we have", "catalog our services", "service inventory", or "who owns what".
by tonone-aiMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/pave-catalog/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Build a service catalog — schema, starter entries, and governance model. Produces what information to capture per service, how it's maintained, and where it lives. Use when asked to "service catalog", "what services do we have", "catalog our services", "service inventory", or "who owns what".
Manifests1
{
"name": "pave-catalog",
"version": "1.9.1",
"description": "Build a service catalog — schema, starter entries, and governance model. Produces what information to capture per service, how it's maintained, and where it lives. Use when asked to \"service catalog\", \"what services do we have\", \"catalog our services\", \"service inventory\", or \"who owns what\".",
"author": {
"name": "tonone-ai",
"url": "https://tonone.ai"
},
"repository": "https://github.com/tonone-ai/tonone",
"license": "MIT",
"type": "skill",
"keywords": [
"pave",
"skill"
]
}