← All plugins
promptbook
v1.4.0Opt-in Claude Code analytics. After setup consent, Promptbook sends session metrics to promptbook.gg and publishes shareable build cards.
Claude Code2 skills
by PromptbookMIT2.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/business-tools/promptbook/ inside the repository.
Layout
plugins/business-tools/promptbook/
├── .claude-plugin/plugin.json├── skills/doctor/SKILL.md└── skills/setup/SKILL.md
Skills2
doctorskills/doctor/SKILL.md
Diagnose Promptbook setup — check config, hooks, API key, and session tracking health. Use when Promptbook seems broken or the user wants to verify their setup. Trigger with "/doctor" or "check promptbook health".
setupskills/setup/SKILL.md
Set up Promptbook — connect your account to start tracking builds. Use when the user wants to enable session analytics on promptbook.gg. Trigger with "/setup" or "set up promptbook".
Manifests1
plugins/business-tools/promptbook/.claude-plugin/plugin.json
{
"name": "promptbook",
"description": "Opt-in Claude Code analytics. After setup consent, Promptbook sends session metrics to promptbook.gg and publishes shareable build cards.",
"version": "1.4.0",
"author": {
"name": "Promptbook",
"email": "contact@promptbook.gg"
},
"homepage": "https://promptbook.gg",
"repository": "https://github.com/promptbookgg/claude-code-plugin",
"license": "MIT",
"keywords": [
"analytics",
"telemetry",
"builds",
"portfolio"
]
}