akshayrao14

11 mods across 1 repository, 0 stars between them.

akshayrao14/git-practices

Skill Claude CodeCodex

Triage and fix Dependabot vulnerability alerts in Python repos (pip, poetry, uv, pdm, pipenv). v2.1 workflow with Standard (defensive) and Fast-Track (low-risk) modes — defensive minimal-patched versioning (PEP 440 ranges), exposure mapping (Public/API · Internal/Dev), CI workflow inspection to detect every PM in…

0 4d ago B 194 tokens original MIT

dependabot-triage

02

akshayrao14/git-practices

Skill Claude CodeCodex

Triage and fix Dependabot vulnerability alerts in JavaScript/TypeScript repos (Node.js services AND browser frontends). v2.1 workflow with Standard (defensive) and Fast-Track (low-risk) modes — defensive minimal-patched versioning, exposure mapping (Public/API · Client-Bundle · Internal/Dev), CI workflow inspection to…

0 4d ago B 187 tokens original MIT

session-loop

03

akshayrao14/git-practices

Skill Claude CodeCodex

Multi-day project pause/resume toolkit for agent-assisted work. Provides a coherent set of sub-flows for ending a session safely (/session-wrap), rehydrating context at the start of the next session (/session-catchup), light mid-session saves (/session-checkpoint), reality-vs-ledger drift checks (/session-drift)…

0 4d ago B 241 tokens original MIT

session-catchup

04

akshayrao14/git-practices

Command

Start-of-session rehydration. Reads NEXTSESSION.md + UPDATES.md tail + last 3 ADs, runs drift check on prior verification commands, proposes next move. See session-loop skill.

0 4d ago A 40 tokens original MIT

session-checkpoint

05

akshayrao14/git-practices

Command

Mid-session light save. Overwrites NEXTSESSION.md with a minimal snapshot. Flags newly-crossed irreversible boundaries since last save. See session-loop skill.

0 4d ago A 30 tokens original MIT

akshayrao14/git-practices

Command

Self-assess whether to compact context window at a task boundary, persisting carry-forward state to NEXTSESSION.md (or task metadata) before any compaction. See session-loop skill.

0 4d ago A 37 tokens original MIT

session-decide

07

akshayrao14/git-practices

Command

Append ADR-style decision to the project's ledger. Forces context/decision/alternatives/supersedes/blast-radius/reversibility fields. Append-only — never retro-edits. See session-loop skill.

0 4d ago A 41 tokens original MIT

session-drift

08

akshayrao14/git-practices

Command

Reality vs ledger reconcile. Re-runs verification commands and probes resources from the last 3 ADs. Surfaces concerning divergence. Read-only. See session-loop skill.

0 4d ago A 34 tokens original MIT

session-open-loops

09

akshayrao14/git-practices

Command

Scan unresolved threads across NEXTSESSION.md, UPDATES.md, ledger ADs without follow-up, in-repo TODOs, open PRs, and pending agent tasks. Ranks by urgency. Read-only. See session-loop skill.

0 4d ago A 47 tokens original MIT

session-wrap

10

akshayrao14/git-practices

Command

End-of-session safety gate + handoff write. Refuses dirty stops; writes UPDATES.md, ledger entries, and NEXTSESSION.md. See session-loop skill.

0 4d ago A 33 tokens original MIT

socratic-method

11

akshayrao14/git-practices

Skill Claude CodeCodex

Use for non-trivial engineering work with a junior/early-career engineer — new features, unclear bugs, design decisions, PR reviews, postmortems (after an incident is resolved), or estimates. Turns the task into a guided learning exercise instead of handing over finished code. Applies alongside any other…

0 4d ago A 118 tokens original MIT