docs-writer
01Agent
Documentation specialist for README, guides, and inline docs.
Agent
Documentation specialist for README, guides, and inline docs.
Agent
Read-only reviewer for correctness, regressions, and maintainability.
Agent
Read-only security auditor for threat and misconfiguration review.
Agent
Safe top-level orchestrator for Ralph loops with constrained delegation.
Instructions file CodexOpenCode
AGENTS.md instructions for doeixd/opencode-ralph-rlm, covering project agent rules, scope, source of truth, build and verify and coding guidelines.
Skill Claude CodeCodex
Before starting a Ralph RLM loop, interview the user to sharpen the goal, stress-test the design, and write an authored PLAN.md (goal, definition of done, milestones, open questions, invariants) that the loop can follow. Use when a user wants to plan, scope, or stress-test work before delegating it to the supervisor /…
Skill Claude CodeCodex
Set up Ralph RLM in an existing OpenCode project by installing the package, running the opencode-ralph-rlm setup command, checking generated .opencode config, and verifying the provider/worker loop wiring. Use when a user asks to install, configure, initialize, troubleshoot setup for, or add opencode-ralph-rlm / Ralph…
Skill Claude CodeCodex
Guidance for writing, reviewing, and refactoring SolidJS 1.x code using idiomatic APIs and reactivity patterns. Use this whenever the user is working in SolidJS 1.x and asks for help with components, signals, props, memos, effects, stores, control flow, or why a Solid component is not updating correctly. Also use it…
Skill Claude CodeCodex
Guidance for writing, reviewing, and explaining SolidJS 2.x beta or next-era code, including new APIs, changed semantics, and idiomatic patterns. Use this whenever the user is targeting Solid 2.x beta or next, asks how a 2.x API works, wants new code written in the 2.x style, or needs help understanding warnings about…
Skill Claude CodeCodex
Guidance for migrating an existing SolidJS 1.x codebase to SolidJS 2.x beta or next, including identifying old APIs, rewriting code to the new semantics, sequencing changes safely, and validating the migration with warnings and tests. Use this whenever the user asks to upgrade, port, convert, or migrate SolidJS code…
Skill Claude CodeCodex
Guidance for building, reviewing, and refactoring high-quality SolidStart v2 applications using idiomatic route, data, mutation, server, and deployment patterns. Use this whenever the user is working in a SolidStart app or mentions @solidjs/start, @solidjs/router, route preload, query, action, createAsync, forms…