grimoire
01Plugin Claude Code
Curated Claude Code plugins for development workflows.
Plugin Claude Code
Curated Claude Code plugins for development workflows.
Settings file Claude Code
Agent settings configuring enabledPlugins, extraKnownMarketplaces.
Instructions file CodexOpenCode
Instructions for Jartan-LLC/grimoire, a project described as: Curated plugins for development workflows, for Claude Code and Codex.
Instructions file
Instructions for Jartan-LLC/grimoire, covering grimoire, rules, always, anti-patterns and ask first.
Plugin Claude Code
The key to Claude Code configuration -- how agents, skills, and commands work together.
Skill Claude CodeCodex
How agents, skills, and commands work in Claude Code projects.
Plugin Claude Code
GitHub conventions -- branch naming, commit format, issue/PR templates, and safe issue/PR referencing.
Hook
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From Jartan-LLC/grimoire.
Skill Claude CodeCodex
GitHub conventions -- branch naming, commit format, issue/PR templates, and safe issue/PR referencing in comments.
Plugin Claude Code
Development workflow -- issue planning, implementation, PR creation, code review with specialized reviewers, and project conventions.
Agent
Reviews backend code for patterns, async correctness, and security. Use after backend code changes.
Agent
Reviews documentation for conciseness, accuracy, and consistency. Use after doc changes.
Agent
Reviews frontend code for design system compliance, accessibility, and responsive patterns. Use after frontend code changes.
Agent
Reviews code for general quality, naming, organization, cleanup, and project standards. Use after any code changes.
Agent
Analyzes GitHub issues and designs implementation approaches with alternatives considered, producing actionable plans.
Agent
Reviews structural and readability craft -- decomposition, cohesion, coupling, interfaces, data modeling, control flow, and naming. Use after non-trivial code changes.
Agent
Reviews test coverage and CI/CD correctness. Use after test or workflow changes.
Skill Claude CodeCodex
Work through review findings on a PR one at a time.
Skill Claude CodeCodex
API error response format -- machine-readable codes, human-readable reasons, status code rules.
Skill Claude CodeCodex
Language-agnostic code hygiene -- no dead/reinvented/duplicated code, truthful names, real implementations, and scoped (never blanket) diagnostic suppressions.
Skill Claude CodeCodex
Language-agnostic structural craft -- decompose on responsibility not size, prefer deep modules over shallow piles, and shape cohesion, coupling, interfaces, error contracts, and data invariants. Sibling to code-hygiene, comment-hygiene and readable-code.
Skill Claude CodeCodex
Comment truthfulness -- what a comment must tell the reader that the code can't, the KEEP/DELETE/EXEMPT/CONDITIONAL taxonomy, tombstone and retold-fact detection, and comment density across a diff. Sibling to code-hygiene, code-structure and readable-code.
Skill Claude CodeCodex
Create a GitHub issue using the appropriate template.
Skill Claude CodeCodex
Create a pull request for implemented changes from a GitHub issue.