gjalla
01Plugin Claude Code
Production-readiness for your AI coding agents.
Plugin Claude Code
Production-readiness for your AI coding agents.
MCP server Claude CodeCodexCursor +2
MCP server "gjalla", hosted remotely at gjalla.io, as configured in gjalla/engineering.
Command
Create a commit attestation for your changes.
Command
Load architecture context for this repo.
Command
Master-spec delta — what changes in the system when this merges.
Command
Show recent semantic change history.
Command
Review a spec OR a code change against master spec, rules, and production readiness.
Command
Initialize gjalla in this repo.
Hook
Runs when a session starts, running an inline shell check. From gjalla/engineering.
Cursor rule
Architecture-aware coding with gjalla — bootstrap orientation.
Cursor rule
Report system-level changes and rule adherence for a code commit.
Cursor rule
Master-spec, rules, and production-readiness review with gjalla.
Skill Claude CodeCodex
Break a feature spec into intentional waves and bite-sized tasks grouped by dependency. Use after a spec is written to prepare for easy-to-track implementation.
Skill Claude CodeCodex
Audit a codebase for dead code, unreachable branches, duplicated logic, and vestigial abstractions, then remove them safely with proof. Use to reduce sprawl, pay down tech debt, or clean up after a feature is retired or migrated.
Skill Claude CodeCodex
Review a code change (diff or PR) for ship-readiness before merge. Use when reviewing your own or someone else's changes prior to committing/merging/etc.
Skill Claude CodeCodex
Investigate a reported problem down to its root cause, with evidence, before proposing a fix. Use when something is broken, behaving unexpectedly, or a user reports an issue you can't immediately explain.
Skill Claude CodeCodex
Make sure your code is ready to commit, then stage changes into clean, atomic commit. Use before committing.
Skill Claude CodeCodex
Full review of a plan or spec to be sure there are no surprises, gaps, or mistakes. Use to harden a spec before implementation.
Skill Claude CodeCodex
Create a well-thought-out plan covering problem statement, goals, technical approach, and verification criteria. Use while planning / before implementing any non-trivial feature.
Skill Claude CodeCodex
Audit a test suite to find tests that give false confidence — tests that encode bugs, duplicate coverage, or are so heavily mocked they can't catch real regressions. Use to improve robustness, audit coverage, or harden a risky area.