ahsan0444

22 mods across 1 repository, 2 stars between them.

jintech-omg-dev

01

ahsan0444/jintech-omg-dev

Plugin Claude Code

Jintech OMG development toolkit — SDLC skills (/ticket, /implement, /verify, /prepr, /pr, /grill-me, /debug) + code-review-graph & product-graph MCP servers + autonomous verify trust core + enforcement hooks.

2 1mo ago A tokens not measured

ahsan0444/jintech-omg-dev

Instructions file

Claude Code instructions for ahsan0444/jintech-omg-dev, covering jintech omg dev — agent instruction layer, model ladder, session discipline, subagent discipline and mcp search policy (omg repos only).

2 1mo ago A 1,419 tokens

omg-implementer

03

ahsan0444/jintech-omg-dev

Agent

Executes a single approved plan step in an OMG repo — grep-first edit, TDD when a test file exists, OMG layer compliance baked in. Use for every implementation step in /implement and every warning-fix in /prepr fix. Returns a STATUS schema, never prose.

2 1mo ago A 63 tokens

omg-investigator

04

ahsan0444/jintech-omg-dev

Agent

Read-only OMG codebase locator. MCP-graph-first search that returns file paths, line ranges, and unique grep strings — never file contents. Use for every codebase query, trace, lint run, or psql lookup inside /ticket, /debug, /grill-me, /prepr, and /pr. Cannot read or edit files — the no-file-reads rule is enforced by…

2 1mo ago A 92 tokens

omg-verifier

05

ahsan0444/jintech-omg-dev

Agent

Isolated executor for the /verify trust core — runs the tiered verification harness, judges by assertions (never impression), and on behavioral failure runs a bounded implementation-only self-fix loop. Returns a STATUS schema, never prose. Use only from the /verify skill.

2 1mo ago A 59 tokens

agent-os-setup

06

ahsan0444/jintech-omg-dev

Command

Bootstrap the Agent OS data home + verify harness on this machine (product graph, registry, Playwright, auth capture). Run once per machine, or after cloning, to set up the /verify workflow.

2 1mo ago A 41 tokens

embed-graph

07

ahsan0444/jintech-omg-dev

Command

Generate vector embeddings for the code-review-graph to enable semantic search. Run once after code-review-graph build. Safe to re-run — only re-embeds changed nodes.

2 1mo ago A 37 tokens

learn

08

ahsan0444/jintech-omg-dev

Command

Extract reusable patterns from the current session and save as a skill file for future use.

2 1mo ago A 17 tokens

resume-session

09

ahsan0444/jintech-omg-dev

Command

Load the most recent session file from /.claude/session-data/ and resume work with full context from where the last session ended.

2 1mo ago A 26 tokens

router-stats

10

ahsan0444/jintech-omg-dev

Command

Show skill-router match statistics from /.claude/logs/intent-router-.jsonl and prune logs older than 30 days. Use to spot misrouting intents and dead patterns before tuning skill-routing-manifest.json.

2 1mo ago A 44 tokens

save-session

11

ahsan0444/jintech-omg-dev

Command

Save current session state to a dated file in /.claude/session-data/ so work can be resumed in a future session with full context.

2 1mo ago A 28 tokens

UserPromptSubmit

12

ahsan0444/jintech-omg-dev

Hook

Runs when you submit a prompt, before the agent sees it, executing run-hook.py via python3. From ahsan0444/jintech-omg-dev.

2 1mo ago A tokens not measured

PreToolUse

13

ahsan0444/jintech-omg-dev

Hook

Runs before the agent uses a tool for Grep, Bash and Bash tool calls, executing run-hook.py via python3 (2 commands). From ahsan0444/jintech-omg-dev.

2 1mo ago A tokens not measured

PostToolUse

14

ahsan0444/jintech-omg-dev

Hook

Runs after a tool call finishes for Edit, Write, MultiEdit, NotebookEdit, mcp__.*(code-review-graph and product-graph)__ tool calls, executing run-hook.py via python3 (2 commands). From ahsan0444/jintech-omg-dev.

2 1mo ago A tokens not measured

SessionStart

15

ahsan0444/jintech-omg-dev

Hook

Runs when a session starts on startup and resume, executing run-hook.py via python3. From ahsan0444/jintech-omg-dev.

2 1mo ago A tokens not measured

debug

16

ahsan0444/jintech-omg-dev

Skill Claude CodeCodex

Root cause analysis for bugs and unexpected behaviour. Traces execution paths, ranks hypotheses, confirms the culprit, and routes to /implement or /ticket. Run before /ticket when the problem is unclear. Use whenever you know something is broken but not why.

2 1mo ago A 53 tokens

grill-me

17

ahsan0444/jintech-omg-dev

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". Saves output to .planning/ for /ticket to auto-load.

2 1mo ago A 62 tokens

implement

18

ahsan0444/jintech-omg-dev

Skill Claude CodeCodex

Executes an approved investigation plan — applies code changes via subagents, maintains a change log, handles failures, and verifies all edits. Run after /ticket produces an approved plan.

2 1mo ago A 38 tokens

pgmustard

19

ahsan0444/jintech-omg-dev

Skill Claude CodeCodex

Run a real pgMustard query-plan review against DB function(s) added/modified in the current branch's dbscripts, using the pgMustard save/score API when a token is available (falls back to local EXPLAIN emulation otherwise), producing a plain-English review with a 0-5 tip score.

2 1mo ago A 69 tokens

pr

20

ahsan0444/jintech-omg-dev

Skill Claude CodeCodex

Creates a Bitbucket draft PR from the current branch using the Bitbucket REST API. Fetches Jira ticket content, generates a Perl critic report when Perl files changed, and derives a change summary from the implementation plan or git diff. If a PR already exists, rebases off the destination branch and pushes.

2 1mo ago C 63 tokens

prepr

21

ahsan0444/jintech-omg-dev

Skill Claude CodeCodex

Pre-PR review — audits all branch changes against OMG coding standards. Runs Perl::Critic for Perl files, checks OMG layer conventions, validates templates, JS, and DB scripts. Reports blockers vs warnings before a PR is raised.

2 1mo ago A 50 tokens

ticket

22

ahsan0444/jintech-omg-dev

Skill Claude CodeCodex

Investigates a Jira ticket via subagent orchestration and produces a Plan Mode proposal for review. Stops at plan approval — run /implement to execute.

2 1mo ago A 32 tokens