Instructions file CodexOpenCode
Instructions for 5uck1ess/cicero, covering agent guidance, product boundary, toolchain, verification and reliability and security invariants.
Instructions file CodexOpenCode
Instructions for 5uck1ess/cicero, covering agent guidance, product boundary, toolchain, verification and reliability and security invariants.
Instructions file
Instructions for 5uck1ess/cicero, a project described as: Self-hosted voice for coding agents. Talk from any browser or a Telegram call, interrupt mid-sentence, clone any voice, and hand real work to agents that ship PRs. Local STT/TTS; real-time voice client for ACP.
Plugin Claude Code
A deterministic development harness for AI agents — YAML workflow engine, self-learning hooks, and multi-agent consensus.
Instructions file CodexOpenCode
Instructions for 5uck1ess/devkit, covering devkit for codex, workflow discipline, tool mapping, enforcement notes and repo boundaries.
Instructions file
Instructions for 5uck1ess/devkit, covering claude.md, layout, architectural invariants, conventions and fixing this file.
Agent
Dispatched by the doc-gen workflow to generate reference documentation for a specified target (module, package, file). Reads source directly, matches existing doc style, and emits an overview + API reference + usage examples + configuration notes.
Agent
Dispatched by self-improve, self-lint, self-perf, and refactor workflows to apply targeted code improvements (lint fixes, perf optimizations, refactors) while preserving behavior. Edits files directly and reports the diff.
Agent
Dispatched by research, deep-research, onboard, and scrape workflows to gather and synthesize information from code, web pages, or documentation. Read-only; returns structured findings, never edits files.
Agent
Dispatched by tri-review, mega-pr, and pr-ready workflows to perform an independent code review or to classify unresolved PR review comments into codefix, stylenit, question, falsepositive, or outofscope. Read-only; returns findings and classifications.
Agent
Dispatched by tri-security, audit, and pr-ready workflows to audit code for vulnerabilities across injection, auth, secrets management, dependencies, and unsafe patterns. Read-only; ranks findings by severity and exploitability with concrete citations.
Agent
Dispatched by the test-gen workflow to generate tests for a target file or module, then iterate on failing tests until they pass. Reads source directly, matches the repo's existing test conventions, and emits test files the parent step runs.
Hook
Runs before the agent uses a tool for Bash, Bash, Bash, Edit, Write, Bash, Edit and Write tool calls, executing safety-check.sh, audit-trail.sh, rtk-rewrite.sh, pr-gate.sh, security-patterns.sh and devkit-guard.sh (7 commands). From 5uck1ess/devkit.
Hook
Runs after a tool call finishes for Bash, Edit, Write, Edit, Write, Edit and Write tool calls, executing post-validate.sh, slop-detect.sh and lang-review.sh (4 commands). From 5uck1ess/devkit.
Hook
Runs when a subagent finishes for Stop tool calls, executing subagent-stop.sh. From 5uck1ess/devkit.
Hook
Runs when the agent finishes a response for Stop and Stop tool calls, executing stop-gate.sh and devkit-stop-guard.sh (2 commands). From 5uck1ess/devkit.
Skill Claude CodeCodex
Generate Architecture Decision Records — use when asked to document a decision, create an ADR, record why we chose X, or capture architectural rationale.
Skill Claude CodeCodex
External-scanner-driven project health check — runs the actual ecosystem tools (npm audit, eslint, govulncheck, semgrep, pip-audit, etc.) to surface what the standard scanners flag — outdated or vulnerable dependencies, lint violations, known CVEs, and config drift. Use when the user asks to "audit this project"…
Skill Claude CodeCodex
Autonomous improvement loop inspired by karpathy/autoresearch — use when asked to run an autoloop, auto loop, autonomous improvement, or run experiments overnight on the codebase.
Skill Claude CodeCodex
Automate a web browser — use when asked to click buttons, fill forms, navigate multi-step flows, extract data from JS-rendered pages, log into a site, record user interactions, or test a web app in a real browser. Use for anything beyond simple article scraping.
Skill Claude CodeCodex
Deterministic full-lifecycle bugfix workflow — triage → reproduce → diagnose → fix → regression-test → run-tests, with a reproduction gate that must fail before the fix and pass after. Use when the user asks to "fix a bug", "debug this issue", "resolve this error", "patch a defect", "this is broken, fix it", or…
Skill Claude CodeCodex
Generate a structured changelog from git history — use when asked to create a changelog, release notes, or summarize what changed between versions/tags/branches.
Skill Claude CodeCodex
Clean code principles — meaningful names, small functions, single responsibility, stepdown rule, flat nesting.
Skill Claude CodeCodex
REFERENCE ONLY — schema documentation for authoring devkit workflow YAML files (step types, variable interpolation, loops, parallel groups, examples). NOT a runnable workflow. Load this only when asked to write or modify a workflow YAML, never on natural-language task requests.
Skill Claude CodeCodex
High-stakes research with Analysis of Competing Hypotheses, disconfirmation testing, evidence matrices, and sensitivity checks (400k token budget) — use when the user needs to be SURE, not just well-informed. Trigger phrases include "deep research", "deeply investigate", "validate that X", "prove/disprove", "we're…