cockpit
01Plugin Claude Code
Personal marketplace of Claude Code plugins — skills, hooks and agents I reuse across projects.
Plugin Claude Code
Personal marketplace of Claude Code plugins — skills, hooks and agents I reuse across projects.
Instructions file CodexOpenCode
AGENTS.md instructions for elitongadotti/cockpit, covering development guide, layout, compatibility contract, conventions and adding a skill from a source.
Instructions file
Claude Code instructions for elitongadotti/cockpit, a project described as: Cockpit is a user-scoped skillset for Claude and Codex. Hooks and Skills are distributed as a plugin. See the Install section for more.
Plugin Claude Code
Core skills + minimal harness (verifier subagent, session-start bootstrap, pre-compact decision capture) for Claude Code and Codex.
Agent
Reviews a diff against the goal spec assuming the code is broken. Invoke after every code change.
Hook
Runs when a session starts on startup, clear and compact, running an inline shell check. From elitongadotti/cockpit.
Hook
Runs before the context is compacted for manual and auto tool calls, running an inline shell check. From elitongadotti/cockpit.
Skill Claude CodeCodex
Audit a ticket's acceptance criteria against what the branch actually implements. Every item must be satisfied, and each must semantically match the implementation. Never edit or drop a criterion without the user's agreement.
Skill Claude CodeCodex
Before picking new work, smoke-test the last "completed" feature. If it's broken, revert and re-open it before touching anything else. Kills the "looks shipped, isn't shipped" bug across sessions.
Skill Claude CodeCodex
Keep the agent's context lean so accuracy doesn't collapse. Use on long sessions, big files, or when the agent starts hallucinating.
Skill Claude CodeCodex
Catch secrets, PII, and non-public context in a diff before it is committed or published. Use before any commit, and before pasting output anywhere public.
Skill Claude CodeCodex
Write a PR description a reviewer can approve fast. Use when opening any pull request.
Skill Claude CodeCodex
Write and review PySpark against Iceberg tables — schema discipline, native functions over UDFs, correct write mode, and table maintenance.
Skill Claude CodeCodex
Extract the actual cause from a stack trace instead of pattern-matching the error type. Use on any crash or exception.
Skill Claude CodeCodex
Write and read the between-session handoff file so a fresh agent with no memory can pick up where the last one stopped without re-deriving context. Structured prose, not JSON — the model writes prose better.
Skill Claude CodeCodex
Write the goal spec on disk before the agent acts, so it can't drift. Use before any multi-step task.
Skill Claude CodeCodex
Review SQL and ORM queries for correctness, safety, and performance before they ship.
Skill Claude CodeCodex
Routing rules for the cockpit skills. Auto-injected at session start so the other skills trigger reliably. Read first.
Skill Claude CodeCodex
Write a commit message that describes the focus of the change, not its supporting work. Use when committing.