rel-ai-dev-process

rel-ai-dev-process is a skill for Codex from Kyne0328/rel-ai-local-coding-agent. It costs 57 tokens per session (461 once invoked), scanned A, original, Apache-2.0.

A set of rules for managing development servers, file watchers, previews, and interactive command-line programs that need to keep running.

In plain words
What is it for?
Use it when a coding task needs a persistent local server, live file watching, a preview, or an interactive terminal program.
Why use it?
It prevents agents from starting duplicate processes or treating a one-time command like a long-running service. It also gives them a way to check readiness, inspect output, reuse the process, and stop it when finished.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when a coding task needs a persistent local server, live file watching, a preview, or an interactive terminal program.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kyne0328/rel-ai-local-coding-agent/rel-ai-dev-process
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kyne0328/rel-ai-local-coding-agent --skill rel-ai-dev-process
Clone the repo
git clone --depth 1 https://github.com/Kyne0328/rel-ai-local-coding-agent

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rel-ai-dev-process

README.md
[![agentmods](https://agentmods.dev/badge/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-dev-process.svg)](https://agentmods.dev/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-dev-process)
Your own site
<a href="https://agentmods.dev/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-dev-process"><img src="https://agentmods.dev/badge/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-dev-process.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 461 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00461
Opus 5 $0.00028 $0.00230
Sonnet 5 $0.00011 $0.00092
Haiku 4.5 $0.00006 $0.00046

Measured 7d ago against content hash 58527a833992, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

rel-ai-dev-process scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/rel-ai-dev-process/SKILL.md · 21 lines

What it actually says

Rel.AI Development Process

Reuse the active work_id opened by rel-ai-workflow. Do not call relai_work with action: "begin" when the same objective already has a work session. Use runtime workflow guidance before starting another process. If relai_process returns reused: true, keep the reused same-task process and continue from its readiness/log state; do not start a duplicate process. workflow.recommendedActions calibrates whether more process evidence is useful or control should return to debugging/verification.

Use this process flow: start with explicit purpose -> determine readiness -> inspect incremental output -> interact only if required -> reuse process -> stop when no longer needed.

  1. Confirm the command is genuinely persistent or interactive. Do not trigger for tests, builds, linters, source checks, release gates, or other one-shot commands; those belong in relai_exec or relai_validate.
  2. Start it with relai_process action start, an explicit kind (service, watcher, or interactive), and a concrete purpose explaining why persistence is needed.
  3. Determine readiness from startup output or a bounded HTTP probe before treating the process as usable.
  4. Read logs incrementally with stdout/stderr offsets. Reuse metadataRevision after the first read so unchanged process metadata is not returned repeatedly.
  5. Reuse the same live process while it still serves the objective. Write stdin only when an interactive program actually expects it.
  6. When the runtime has produced enough evidence, return control to rel-ai-debugging for defect work or rel-ai-verification for proof instead of keeping process management as the active concern.
  7. Stop the process explicitly when it is no longer needed.
  8. Use relai_exec or relai_validate instead for one-shot tests, builds, checks, migrations that terminate, or release gates.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 21 lines · 57 tokens per session scan A 58527a833992

Subscribe to this mod's changes

rel-ai-dev-process is a skill published in the GitHub repository Kyne0328/rel-ai-local-coding-agent (19 stars, last pushed 2d ago), licensed Apache-2.0. It adds 57 tokens to every session and 461 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

codexless-browser-repair

Diagnose and temporarily repair Codexless Browser compatibility after a Codex, Chrome Skill, or Browser runtime update when Codexless Browser stopped working. Use for current-version Codexless Browser compatibility drift, not ordinary website bugs, general Browser operation, Codexless install/update work, or long-term…

liyana31811/Codexless · 70 tokens

trueline-workflow

Use when editing, reading, searching, or exploring files with trueline MCP tools (truelineread, truelineedit, truelinesearch, truelineoutline, truelineverify, truelinechanges). Covers when to pick trueline over built-in Read/Edit/Grep, ref reuse, hash-verified edits, search-then-edit, insertafter semantics, workflows…

rjkaes/trueline-mcp · 95 tokens

install-shellby-mcp

Install and verify Shellby MCP on a Mac using terminal access only. Use when a user asks an agent to install, set up, configure, or finish a new Shellby MCP installation from this repository.

serbyte-development/shellby-mcp · 47 tokens

audit-common

A shared baseline audit check covering dimensions named G0G5 and a profile-freshness check. The available description does not explain what those dimensions measure.

devcodex-labs/devcodex · 32 tokens

cp-gate

A checkpoint workflow for confirming requirements, the proposed solution, and the implementation plan. It uses CP1, CP2, and CP3 in a defined order, with the third checkpoint depending on the type of work.

devcodex-labs/devcodex · 49 tokens

memory

A session-memory tool with three layers: agent notes, requirement memories, and overall project memory. The description does not specify how these memories are stored or managed.

devcodex-labs/devcodex · 34 tokens