rohitg00

248 mods across 13 repositories, 91k stars between them.

check-understanding

01

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

Phase quiz for AI Engineering from Scratch. Trigger with "quiz me", "test phase", "check my understanding", "do I know phase 3", or /check-understanding .

51k 2d ago A 44 tokens original MIT

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

AI-native tutor and onboarding workflow for the four independent Claude certification tracks in AI Engineering from Scratch. Use when a learner wants to choose a Claude certification, prepare for CCAO-F, CCDV-F, CCAR-F, or CCAR-P, resume a certification path, learn the next lesson interactively, run and verify…

51k 2d ago A 109 tokens original MIT

course-guide

03

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

Topic router for the AI Engineering from Scratch curriculum. Give it a topic, a question, or a bug you are fighting, and it points at the exact lessons that teach it, plus the right next command. Trigger phrases: "where do I learn", "which lesson covers", "course guide", "I'm stuck on", "what should I do next", "teach…

51k 2d ago A 96 tokens original MIT

find-your-level

04

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

Interactive quiz that maps your AI/ML knowledge to a starting point in the 523-lesson, 20-phase AI Engineering from Scratch curriculum. Trigger phrases: "where should I start", "find my level", "what do I know", "which phase", "assess my knowledge", "placement test", "skip ahead".

51k 2d ago A 71 tokens original MIT

learn-agent-skills

05

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

Focused interactive tutor for the Agent Skills Engineering path in AI Engineering from Scratch. Start or resume this route when a learner wants to create, discover, invoke, secure, evaluate, package, or port Agent Skills. Teaches one lesson per invocation and records evidence in AGENT-SKILLS-LEARNING.md.

51k 2d ago A 67 tokens original MIT

learn-mcp

06

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

Focused interactive tutor for the Model Context Protocol (MCP) path in AI Engineering from Scratch. Start or resume this route when a learner wants to build, secure, debug, verify, or operate MCP clients, servers, transports, gateways, registries, or conformance gates. Teaches one lesson per invocation and records…

51k 2d ago A 77 tokens original MIT

learn

07

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

Interactive lesson tutor for the AI Engineering from Scratch curriculum. Reads LEARNING.md, fetches the next lesson, teaches it section by section in the terminal, quizzes at the end, and records progress. Works cloned or entirely over raw.githubusercontent.com — no setup required. Trigger phrases: "next lesson"…

51k 2d ago A 80 tokens original MIT

start-learning

08

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

One-time onboarding for the AI Engineering from Scratch curriculum (523 lessons, 20 phases). Interviews the learner, runs the placement quiz, and writes LEARNING.md, a persistent study plan the learn skill drives. Trigger phrases: "start learning", "set up the course", "begin the curriculum", "onboard me", "create my…

51k 2d ago A 74 tokens original MIT

migration-review

10

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

Review database migration files when a change adds or modifies paths under migrations/. Use it before merge to collect forward, rollback, locking, and data-safety evidence.

51k 2d ago A 35 tokens original MIT

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

Design and test explicit human, implicit model or agent, programmatic application, bounded skill-composition, and harness activation policies for an Agent Skill catalog.

51k 2d ago A 36 tokens original MIT

skill-release-gate

15

rohitg00/ai-engineering-from-scratch

Skill Claude CodeCodex

Evaluate an Agent Skill bundle for structural integrity, trigger quality, artifact improvement, script correctness, safety, installed-tree integrity, and target-host portability before release.

51k 2d ago A 36 tokens original MIT

agentmemory

16

rohitg00/agentmemory

Plugin Claude Code

Plugin marketplace listing 1 plugin: agentmemory.

28k 8d ago A tokens not measured original Apache-2.0

rohitg00/agentmemory

Instructions file CodexOpenCode

Instructions for rohitg00/agentmemory, covering agentmemory — agent instructions, architecture, consistency rules, code patterns and function registration.

28k 8d ago A 1,546 tokens original Apache-2.0

agentmemory

18

rohitg00/agentmemory

Plugin Claude Code

Persistent memory for AI coding agents -- captures tool usage, compresses via LLM, injects context into future sessions. 12 hooks, 54 MCP tools, 8 skills, real-time viewer.

28k 8d ago A tokens not measured original Apache-2.0

agentmemory

19

rohitg00/agentmemory

MCP server Claude CodeCodexCursor +2

Standalone MCP server for agentmemory — thin shim that re-exposes @agentmemory/agentmemory's MCP entrypoint. Runs locally from the @agentmemory/mcp npm package. Needs 3 environment variables to run.

28k 8d ago A tokens not measured original Apache-2.0

SessionStart

20

rohitg00/agentmemory

Hook

Runs when a session starts, executing session-start.mjs via node. From rohitg00/agentmemory.

28k 8d ago A tokens not measured original Apache-2.0

UserPromptSubmit

21

rohitg00/agentmemory

Hook

Runs when you submit a prompt, before the agent sees it, executing prompt-submit.mjs via node. From rohitg00/agentmemory.

28k 8d ago A tokens not measured original Apache-2.0

PreToolUse

22

rohitg00/agentmemory

Hook

Runs before the agent uses a tool for Edit, Write, Read, Glob and Grep tool calls, executing pre-tool-use.mjs via node. From rohitg00/agentmemory.

28k 8d ago A tokens not measured original Apache-2.0

PostToolUse

23

rohitg00/agentmemory

Hook

Runs after a tool call finishes, executing post-tool-use.mjs via node. From rohitg00/agentmemory.

28k 8d ago A tokens not measured original Apache-2.0

PostToolUseFailure

24

rohitg00/agentmemory

Hook

Runs when a tool call fails, executing post-tool-failure.mjs via node. From rohitg00/agentmemory.

28k 8d ago A tokens not measured original Apache-2.0