elitongadotti

19 mods across 1 repository, 2 stars between them.

cockpit

01

elitongadotti/cockpit

Plugin Claude Code

Personal marketplace of Claude Code plugins — skills, hooks and agents I reuse across projects.

2 18d ago A tokens not measured

cockpit AGENTS.md

02

elitongadotti/cockpit

Instructions file CodexOpenCode

AGENTS.md instructions for elitongadotti/cockpit, covering development guide, layout, compatibility contract, conventions and adding a skill from a source.

2 18d ago A 1,197 tokens

cockpit CLAUDE.md

03

elitongadotti/cockpit

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.

2 18d ago A 5 tokens

cockpit

04

elitongadotti/cockpit

Plugin Claude Code

Core skills + minimal harness (verifier subagent, session-start bootstrap, pre-compact decision capture) for Claude Code and Codex.

2 18d ago A tokens not measured

verifier

05

elitongadotti/cockpit

Agent

Reviews a diff against the goal spec assuming the code is broken. Invoke after every code change.

2 18d ago A 22 tokens

SessionStart

06

elitongadotti/cockpit

Hook

Runs when a session starts on startup, clear and compact, running an inline shell check. From elitongadotti/cockpit.

2 18d ago A tokens not measured

PreCompact

07

elitongadotti/cockpit

Hook

Runs before the context is compacted for manual and auto tool calls, running an inline shell check. From elitongadotti/cockpit.

2 18d ago A tokens not measured

acceptance-audit

08

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.

2 18d ago A 44 tokens

broken-window-check

09

elitongadotti/cockpit

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.

2 18d ago A 46 tokens

context-budget

10

elitongadotti/cockpit

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.

2 18d ago A 30 tokens

leak-check

11

elitongadotti/cockpit

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.

2 18d ago A 37 tokens

pr-from-diff

12

elitongadotti/cockpit

Skill Claude CodeCodex

Write a PR description a reviewer can approve fast. Use when opening any pull request.

2 18d ago A 22 tokens

pycegerb-yoda

13

elitongadotti/cockpit

Skill Claude CodeCodex

Write and review PySpark against Iceberg tables — schema discipline, native functions over UDFs, correct write mode, and table maintenance.

2 18d ago A 35 tokens

read-the-trace

14

elitongadotti/cockpit

Skill Claude CodeCodex

Extract the actual cause from a stack trace instead of pattern-matching the error type. Use on any crash or exception.

2 18d ago A 29 tokens

shift-notes

15

elitongadotti/cockpit

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.

2 18d ago A 47 tokens

spec-first

16

elitongadotti/cockpit

Skill Claude CodeCodex

Write the goal spec on disk before the agent acts, so it can't drift. Use before any multi-step task.

2 18d ago A 26 tokens

sql-review

17

elitongadotti/cockpit

Skill Claude CodeCodex

Review SQL and ORM queries for correctness, safety, and performance before they ship.

2 18d ago A 19 tokens

using-cockpit

18

elitongadotti/cockpit

Skill Claude CodeCodex

Routing rules for the cockpit skills. Auto-injected at session start so the other skills trigger reliably. Read first.

2 18d ago A 28 tokens