{"id":51441538,"url":"https://github.com/rc-ventura/grimoire-claude-code","last_synced_at":"2026-07-05T12:01:44.136Z","repository":{"id":365583566,"uuid":"1272797057","full_name":"rc-ventura/grimoire-claude-code","owner":"rc-ventura","description":"A collection of skills and plugins for the adventurer who braves the dungeons of software development.","archived":false,"fork":false,"pushed_at":"2026-06-18T01:20:40.000Z","size":22446,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-18T02:21:02.984Z","etag":null,"topics":["claude-code","claude-marketplace","claude-plugin","claude-skill"],"latest_commit_sha":null,"homepage":"https://rc-ventura.github.io/grimoire-claude-code/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rc-ventura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-18T00:14:54.000Z","updated_at":"2026-06-18T01:20:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rc-ventura/grimoire-claude-code","commit_stats":null,"previous_names":["rc-ventura/grimoire-claude-code"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rc-ventura/grimoire-claude-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rc-ventura%2Fgrimoire-claude-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rc-ventura%2Fgrimoire-claude-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rc-ventura%2Fgrimoire-claude-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rc-ventura%2Fgrimoire-claude-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rc-ventura","download_url":"https://codeload.github.com/rc-ventura/grimoire-claude-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rc-ventura%2Fgrimoire-claude-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35153109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-marketplace","claude-plugin","claude-skill"],"created_at":"2026-07-05T12:01:40.710Z","updated_at":"2026-07-05T12:01:43.949Z","avatar_url":"https://github.com/rc-ventura.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firetop Mountain Plugin Registry\n\n\u003e A [Claude Code](https://claude.com/claude-code) plugin marketplace themed after the Fighting Fantasy gamebook *The Warlock of Firetop Mountain*.\n\nDistributes the **SDD (Software-Driven Development)** multi-agent review pipeline as native Claude Code plugins.\n\n**Marketplace site:** [rc-ventura.github.io/grimoire-claude-code](https://rc-ventura.github.io/grimoire-claude-code)\n\n---\n\n## Install via native Claude Code marketplace\n\n```\n/plugin marketplace add rc-ventura/grimoire-claude-code\n/plugin install sdd-final-review@grimoire\n/plugin install sdd-create-docs@grimoire\n```\n\n## Plugins\n\n### `sdd-final-review`\n\nMulti-agent code review pipeline. QA Engineer and Security Engineer run in parallel, then the Tech Leader synthesizes both reports and issues the final verdict.\n\n| Command | Role |\n|---|---|\n| `/sdd-final-review:final-review [spec-id]` | Full pipeline orchestrator |\n| `/sdd-final-review:qa [context]` | Standalone QA — coverage, bugs, SDD compliance |\n| `/sdd-final-review:security [context]` | Standalone Security — OWASP, secrets, CVEs |\n| `/sdd-final-review:tech [qa] [security]` | Tech Leader — ADR/Lessons compliance, verdict + dispatch |\n\nPipeline shape:\n\n```\n/sdd-final-review:final-review\n        ↓\nQA Engineer  ⇄  Security Engineer    (parallel sub-agents)\n        └────────┬────────┘\n                 ↓\n          Tech Leader                (sequential — needs both reports)\n   reads ADRs + Learning Lessons\n                 ↓\n   APPROVED / NEEDS WORK / BLOCKED\n                 ↓\n   Claude Code applies fixes → repeat until APPROVED\n```\n\nSaves versioned artifacts to `reports/sdd-final-review/\u003cspec-id\u003e/cycle-\u003cN\u003e-\u003ctimestamp\u003e.md`.\n\n---\n\n### `sdd-create-docs`\n\nSDD authoring tools for Architecture Decision Records and Learning Lessons. Both are auto-numbered, indexed in `CLAUDE.md`, and read by the Tech Leader on every review cycle.\n\n| Command | Role |\n|---|---|\n| `/sdd-create-docs:adr [title and context]` | Create auto-numbered ADR in `docs/adrs/` |\n| `/sdd-create-docs:learning-lesson [title and context]` | Create structured lesson in `docs/learning-lessons/` |\n\n---\n\n## Fallback install (curl)\n\nFor environments without native marketplace access:\n\n```bash\nbash install.sh sdd-final-review\nbash install.sh sdd-create-docs\n\n# or remotely\ncurl -fsSL https://raw.githubusercontent.com/rc-ventura/grimoire-claude-code/main/install.sh | bash -s sdd-final-review\n```\n\n## Requirements\n\n| Requirement | Purpose | Status |\n|---|---|---|\n| Claude Code CLI | Run the commands | Required |\n| `github@claude-plugins-official` | Post PR verdicts | Recommended |\n| `docs/adrs/` in your project | Tech Leader ADR compliance | Recommended |\n| `docs/learning-lessons/` in your project | Tech Leader lesson check | Recommended |\n| `devin` CLI | External second opinion (QA/Security) | Optional |\n\n## Repository layout\n\n```\n.claude-plugin/\n  marketplace.json      # native marketplace catalog\nplugins/\n  sdd-final-review/\n    .claude-plugin/plugin.json\n    commands/           # final-review.md, qa.md, security.md, tech.md\n  sdd-create-docs/\n    .claude-plugin/plugin.json\n    commands/           # adr.md, learning-lesson.md\ncommands/               # fallback copies + manifest.json for install.sh\npages/                  # index.html — GitHub Pages marketplace site\nregistry.json           # display metadata for marketplace page\ninstall.sh              # fallback: list / install / update / remove\n```\n\nFull design and rationale: [`pages/sdd-plugin-spec.md`](pages/sdd-plugin-spec.md)\n\n---\n\n*\"Your adventure continues at paragraph 1 — or until the Tech Leader approves your PR.\"*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frc-ventura%2Fgrimoire-claude-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frc-ventura%2Fgrimoire-claude-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frc-ventura%2Fgrimoire-claude-code/lists"}