Instructions file GitHub Copilot
Instructions for justrach/codedb, covering codedb — agent instructions, project, rules, filing issues and test style.
Instructions file GitHub Copilot
Instructions for justrach/codedb, covering codedb — agent instructions, project, rules, filing issues and test style.
Instructions file CodexOpenCode
Instructions for justrach/codedb, covering codedb agent guidelines, what codedb is (and isn't), review guidelines, pre-merge verification and security-sensitive areas.
Instructions file
Instructions for justrach/codedb, covering codedb — agent instructions, project, rules, filing issues and test style.
Skill Claude CodeCodex
Use kuri-agent to automate Chrome — navigate pages, interact with elements via a11y refs, capture screenshots, run security audits, enumerate cookies/JWTs, probe for IDOR vulnerabilities, and make authenticated fetches. Use when the user wants to automate a browser, test a web app, scrape data, or run security…
Skill Claude CodeCodex
Use kuri-android to drive Android devices and emulators from the CLI via a native Zig adb wire-protocol client. Read the screen with state (foreground app plus every actionable element, with tap-ready coordinates), tap by selector (--label/--id/--class/--desc/--index) rather than raw coordinates, swipe (scroll)…
Skill Claude CodeCodex
Use kuri-browse for quick terminal-based web browsing — fetch and read web pages as markdown, follow links, search in-page. No Chrome needed. Use when the user wants to quickly read a webpage, check documentation, or browse without launching a full browser. Trigger phrases include "read this page", "fetch the docs"…
Skill Claude CodeCodex
Use kuri-ios to drive iOS Simulators from the CLI — list sims, boot/shutdown, navigate Safari to URLs (openurl), launch and terminate apps by bundle id, capture PNG screenshots, list installed apps, and (on the Simulator only) tap, doubletap, longpress, swipe/pan, and type via native CGEvent into the Simulator window.…
Skill Claude CodeCodex
Umbrella skill for mobile device control in the kuri ecosystem. Points to kuri-ios (iOS Simulator + real-device listing) and kuri-android (native Zig adb client). Use this when the user asks about "mobile automation" generally, or hasn't specified a platform. For platform-specific work prefer the kuri-ios or…
Skill Claude CodeCodex
Use kuri-server to automate Chrome via HTTP API — navigate pages, get a11y snapshots, interact with elements, capture network traffic (HAR), extract cookies, and bypass bot protection. Use when the user wants to browse websites, scrape data, fill forms, test web apps, or interact with protected sites via a headless…
Instructions file CodexOpenCode
AGENTS.md instructions for justrach/kuri, covering agents.md, turbodb coordination, benchmark honesty, cache disclosure and current browser baselines.
Instructions file CodexOpenCode
AGENTS.md instructions for justrach/codegraff, covering repository instructions, decisions live in docs/adr/, terminal ui: what's ours to change, driving the pager (no pty, no ghostty window) and file size.
Agent
Darwin-Gödel-Machine orchestrator. Given a goal, it decomposes the work, INVENTS one or more specialized read-only sub-agent personas, writes each as a .forge/agents/ .md file, spawns the cohort via the task tool, synthesizes their findings, and records lineage so the harness attributes objective fitness (per-persona…
Agent
Hands-on implementation agent that executes software development tasks through direct code modifications, file operations, and system commands. Specializes in building features, fixing bugs, refactoring code, running tests, and making concrete changes to codebases. Uses structured approach: analyze requirements…
Agent
Read-only meta-agent that reads accumulated workflow run telemetry and proposes evolved Learnings for the workflow orchestrator. Emits a single evolved-learnings JSON block; a deterministic wrapper splices it into the agent prompt. Does not edit files.
Agent
Dynamic workflow orchestrator. Decomposes a goal into independent subtasks, fans them out to parallel read-only sub-agents, and synthesizes the results into one coherent answer. Use for codebase audits, multi-perspective review, broad fan-out research, and map-reduce style investigation across many files or modules.…
Command
Checks if the code is ready to be committed.
Command
Looks for all the fixme comments in the code and attempts to fix them.
Skill Claude CodeCodex
Create new agents for the code-forge application. Agents are stored as .md files in the /.forge/agents directory with YAML frontmatter (id, title, description, reasoning, tools, userprompt) and markdown body containing agent instructions. Use when users need to add new agents, modify existing agents, or understand the…
Skill Claude CodeCodex
Create new commands for the code-forge application. Commands are stored as .md files in the /.forge/commands directory with YAML frontmatter (name, description) and markdown body containing command steps. Use when users need to add new commands, modify existing commands, or understand the command file structure.…
Skill Claude CodeCodex
Create GitHub issues using GitHub CLI with support for templates, labels, assignees, milestones, and draft issues. Use when the user asks to create a GitHub issue, file a bug report, submit a feature request, or open an issue in a GitHub repository.
Skill Claude CodeCodex
Generate detailed implementation plans for complex tasks. Creates comprehensive strategic plans in Markdown format with objectives, step-by-step implementation tasks using checkbox format, verification criteria, risk assessments, and alternative approaches. All plans MUST be validated using the included validation…
Skill Claude CodeCodex
Use when users need to debug, modify, or extend the code-forge application's CLI commands, argument parsing, or CLI behavior. This includes adding new commands, fixing CLI bugs, updating command options, or troubleshooting CLI-related issues.
Skill Claude CodeCodex
Resolve inline code review comments on a GitHub PR. Use when asked to "resolve review comments", "address PR feedback", "fix PR comments", or "work through review comments". Fetches every inline comment with its surrounding code context, then applies each change systematically.
Skill Claude CodeCodex
Generate a Twitter/X post highlighting a Forge feature. Use when the user asks to write a tweet, create a Twitter post, or promote a ForgeCode feature on social media. The post always accompanies an attached video demonstrating the feature.