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 .
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 .
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…
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…
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".
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.
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…
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"…
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…
rohitg00/ai-engineering-from-scratch
Instructions file CodexOpenCode
Instructions for rohitg00/ai-engineering-from-scratch, covering agents.md, philosophy, repo layout, hard rules and dependencies.
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.
rohitg00/ai-engineering-from-scratch
Skill Claude CodeCodex
Validate an Agent Skill package and choose the right instruction, capability, or lifecycle primitive before implementation.
rohitg00/ai-engineering-from-scratch
Skill Claude CodeCodex
Build a bounded Agent Skill catalog across explicit discovery scopes and report collisions before loading instruction bodies.
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.
rohitg00/ai-engineering-from-scratch
Skill Claude CodeCodex
Review a skill-requested filesystem, command, network, secret, or destructive action against an explicit sandbox policy without executing it.
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.
Plugin Claude Code
Plugin marketplace listing 1 plugin: agentmemory.
Instructions file CodexOpenCode
Instructions for rohitg00/agentmemory, covering agentmemory — agent instructions, architecture, consistency rules, code patterns and function registration.
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.
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.
Hook
Runs when a session starts, executing session-start.mjs via node. From rohitg00/agentmemory.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt-submit.mjs via node. From 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.
Hook
Runs after a tool call finishes, executing post-tool-use.mjs via node. From rohitg00/agentmemory.
Hook
Runs when a tool call fails, executing post-tool-failure.mjs via node. From rohitg00/agentmemory.