AbdurRafay2004

21 mods across 1 repository, 4 stars between them.

handoff

01

AbdurRafay2004/handoff

Plugin Claude Code

handoff: portable per-project context & state management for coding agents. A hook-driven memory spine — STATUS, RULES, MAP, durable tasks, and folder-level CONTEXT.md — that loads the right context at the right moment instead of bloating every session.

4 1mo ago A tokens not measured original MIT

handoff

02

AbdurRafay2004/handoff

Plugin Claude Code

Portable project memory + development workflow for coding agents: auto-loads STATUS+RULES each session, enforces folder-level CONTEXT.md on edit, nudges durable state updates at turn end, scaffolds the system into any repo via guided discovery, and ships a tiered 6-phase workflow skill set covering every phase (brief.

4 1mo ago A tokens not measured original MIT

handoff CLAUDE.md

03

AbdurRafay2004/handoff

Instructions file

Instructions for AbdurRafay2004/handoff, covering claude.md, what this repo is, runtime model (how the pieces connect), invariants — do not break these when editing hooks and working / testing the hooks.

4 1mo ago A 2,026 tokens original MIT

SessionStart

04

AbdurRafay2004/handoff

Hook

Runs when a session starts on startup, resume, clear and compact, executing sessionstart.py via python3. From AbdurRafay2004/handoff.

4 1mo ago A tokens not measured original MIT

PreToolUse

05

AbdurRafay2004/handoff

Hook

Runs before the agent uses a tool for Edit, Write, MultiEdit and NotebookEdit tool calls, executing pre_edit_context.py via python3. From AbdurRafay2004/handoff.

4 1mo ago A tokens not measured original MIT

Stop

06

AbdurRafay2004/handoff

Hook

Runs when the agent finishes a response, executing stop.py via python3. From AbdurRafay2004/handoff.

4 1mo ago A tokens not measured copy · 88% MIT

architecture

07

AbdurRafay2004/handoff

Skill Claude CodeCodex

Scan the codebase for architectural friction and propose deepening opportunities as candidate cards, then interrogate the chosen one into a decision. Two entry points — proactive, when the user asks "improve the architecture" or "why is this codebase painful to work in"; reactive, when the debug skill's "3+ failed…

4 1mo ago A 94 tokens original MIT

brief

08

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use when starting any new feature or product request, before writing a plan or code — turns an idea into a short approved spec by surfacing the decisions that will hurt later. Depth scales with risk tier.

4 1mo ago A 43 tokens original MIT

browser-qa

09

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use to exercise the running app in a real browser — after UI changes, before ship, or when the user asks to QA the site, smoke-test a branch, or check "does it actually work". Drives affected routes headlessly via Playwright, captures console errors, failed requests, and screenshots, and produces a report with a…

4 1mo ago A 85 tokens original MIT

debug

10

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use when encountering any bug, test failure, unexpected behavior, or performance regression — before proposing any fix. Root-cause discipline plus a feedback-loop method; applies at every tier.

4 1mo ago A 38 tokens original MIT

delegate

11

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use when a task would flood the main context window — broad searches, verbose test/build output, 2+ independent parallel tasks, or an isolated large workstream. How to hand work to subagents well, and when not to.

4 1mo ago A 49 tokens original MIT

design

12

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use when designing or improving a module's interface, deciding where a seam goes, making code more testable or navigable, or pinning down domain terminology. Provides the deep-module vocabulary other skills lean on.

4 1mo ago A 44 tokens original MIT

grill-me

13

AbdurRafay2004/handoff

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

4 1mo ago A 49 tokens copy · 92% MIT

learn

14

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use at the end of T3 work, after an incident/rollback, or when the user asks for a retro — turns what happened into recorded learnings that live in the repo (CHANGELOG entry, typed LEARNINGS.md entries, follow-up tasks, and — only with explicit user approval — new RULES).

4 1mo ago A 66 tokens original MIT

plan

15

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use when a task is T2/T3 — before building a feature that spans multiple files or carries risk. Produces an implementation plan with exact files, complete code steps, and per-stage verification.

4 1mo ago A 42 tokens original MIT

security

16

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use for a full security audit — T3 verify gate (money, auth, user data, migrations), pre-launch check, or when the user asks to audit the codebase for vulnerabilities. Whole-repo depth — for quick diff-scoped checks of pending changes, use the built-in /security-review instead.

4 1mo ago A 64 tokens original MIT

setup

17

AbdurRafay2004/handoff

Skill Claude CodeCodex

Scaffold the handoff project-memory system into THIS repository (new or existing) — copies the template tree into .handoff/, then runs a guided discovery pass that drafts a real STATUS, MAP, TECHSTACK, and PRODUCT from the actual codebase and confirms with the user before saving. Use when the user says "set up…

4 1mo ago A 102 tokens original MIT

ship

18

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use when work is verified and ready to leave the machine — branch/PR/merge/deploy/smoke-check. Triggers on "ship it", "deploy", "merge the PR", "push this", "release", "go live", "cutover". Covers git hygiene, PR and merge discipline, deploy-target detection (Cloudflare Workers/Pages via wrangler, Vercel, Convex…

4 1mo ago A 105 tokens original MIT

tdd

19

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use when building any T3 feature or bugfix, recommended for T2 on the affected path — write the failing test before the implementation, one behavior at a time, through public interfaces.

4 1mo ago A 41 tokens original MIT

verify-done

20

AbdurRafay2004/handoff

Skill Claude CodeCodex

Use when about to claim work is complete, fixed, or passing — before committing, opening a PR, or telling the user it works. Requires running verification commands and confirming output first; evidence before assertions, always.

4 1mo ago A 47 tokens original MIT

workflow

21

AbdurRafay2004/handoff

Skill Claude CodeCodex

The operating pipeline for all development work — 6 phases (Brief, Plan, Build, Verify, Ship, Learn) with risk tiers that decide how much process a task gets. Use at the start of any development task to pick the tier and execution mode, when unsure whether a task needs a plan/tests/review, or when another skill needs…

4 1mo ago A 87 tokens original MIT