decodingai-magazine/building-a-coding-agent-from-scratch-course
Settings file Claude Code
Agent settings configuring enabledPlugins, extraKnownMarketplaces.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Settings file Claude Code
Agent settings configuring enabledPlugins, extraKnownMarketplaces.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
decode's Kitaru operator surface for headless replay and what-if — three-runs (observed / baseline-rerun / fork), CLI replay with --args/--overrides, checkpoint overrides, diffing execution records, cohort scaling, wait re-ask behavior, subagent-as-one-checkpoint. Use when replaying or forking a decode run, overriding…
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
Manual end-to-end QA playbook for decode against a real provider — what to type at each surface (chat, gated read/write, bash, todo, webfetch, askuser, lsp, agent subagents, docker/modal sandboxing, headless decode run, HITL, model override, replay, mid-turn steer/abort, persistence/memory, /ship, sandbox git token)…
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
Demo skill that builds a colorful, playable terminal Snake game in a single pure-stdlib Python curses file — score HUD, speed ramp, eat/death animations, and a game-over screen.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
Demo skill that hunts two seeded bugs in a tiny stats package until its tests go green, then files a detective-style CASEFILE.md with the evidence.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
Demo skill that pulls live GitHub API data for a repo, analyses a full year of weekly commit activity and top contributors, and renders a single-file dashboard.html with stat tiles and inline SVG charts — no chart library.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
Demo skill that fans out three parallel read-only Explore subagents to review three decode modules, then merges their findings into one severity-ranked verdict with health scores and a diagram per module, written to review-verdict.md.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
Demo skill for the meta "decode improves decode" flow — launch decode in a sandboxed clone of the course repo, plan and build one small feature inside the Workspace, let Hand-back push the Session Branch, then open a draft PR against the course repo.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
Demo skill that web-fetches two Decoding AI knowledge-graph articles, has the agent itself distill them into a typed entity/relation graph, and renders an interactive dark-themed force-directed KG into one self-contained kg.html — no graph library, no CDN.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Instructions file CodexOpenCode
Instructions for decodingai-magazine/building-a-coding-agent-from-scratch-course, covering decode, project structure, tech stack, docs & external services and running commands.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Instructions file
Instructions for decodingai-magazine/building-a-coding-agent-from-scratch-course, a project described as: From agent user to agent builder: build a Claude Code-style coding agent from scratch in Python: 8 articles, 4 videos, one codebase.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
Stage the appropriate changes and commit them with a Conventional Commits message.
decodingai-magazine/building-a-coding-agent-from-scratch-course
Skill Claude CodeCodex
Review the working-tree diff for bugs and over-engineering.