ring:running-dev-cycle-frontend

ring:running-dev-cycle-frontend is a skill for Claude Code, Codex from LerianStudio/ring. It costs 114 tokens per session (2,355 once invoked), scanned C, original, Apache-2.0.

A managed development process for implementing planned React, Next.js, and TypeScript frontend work. It coordinates coding, test-driven development, accessibility, visual, end-to-end, performance, review, and user-validation checks.

In plain words
What is it for?
Use it when starting or resuming a frontend development cycle from a plan, or when implementing frontend work handed over by a backend cycle.
Why use it?
It gives frontend changes a repeatable path from plan to verified result, including checks that ordinary code review may miss.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it when starting or resuming a frontend development cycle from a plan, or when implementing frontend work handed over by a backend cycle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lerianstudio/ring/running-dev-cycle-frontend
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 LerianStudio/ring --skill running-dev-cycle-frontend
Clone the repo
git clone --depth 1 https://github.com/LerianStudio/ring

Made for: Claude Code, 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 ring:running-dev-cycle-frontend

README.md
[![agentmods](https://agentmods.dev/badge/skills/lerianstudio/ring/running-dev-cycle-frontend.svg)](https://agentmods.dev/skills/lerianstudio/ring/running-dev-cycle-frontend)
Your own site
<a href="https://agentmods.dev/skills/lerianstudio/ring/running-dev-cycle-frontend"><img src="https://agentmods.dev/badge/skills/lerianstudio/ring/running-dev-cycle-frontend.svg" alt="Measured on agentmods" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,355 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00114 $0.02355
Opus 5 $0.00057 $0.01177
Sonnet 5 $0.00023 $0.00471
Haiku 4.5 $0.00011 $0.00235

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

Security

Grade C, and why

ring:running-dev-cycle-frontend scanned grade C with 1 finding 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 4d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Replace @your-org/design-system with your organization's design system package. -->
dev-team/skills/running-dev-cycle-frontend/SKILL.md · 228 lines

How it starts

The opening of the file, as written. The whole thing — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Frontend Development Cycle Orchestrator

When to use

  • Starting a new frontend development cycle with a plan file (plan.md, canonical ring:writing-plans format; legacy tasks.md is accepted ONLY for cycles already in flight — current-cycle.json exists, init is not re-run)
  • Resuming an interrupted frontend development cycle (--resume flag)
  • After backend dev cycle completes (consuming handoff)

Skip when

  • No plan file exists
  • Task is documentation-only or planning-only
  • Backend project — use ring:running-dev-cycle instead

Sequence

Runs before: ring:writing-dev-reports

You orchestrate. Agents execute. NEVER read/write/edit source files (*.ts, *.tsx, *.jsx, *.css) directly. All code changes go through Task(subagent_type=...). Announce at start: "Using ring:running-dev-cycle-frontend with lean gate flow (Gate 0, 7, 8)."

Step 0: Pre-Execution Setup (MANDATORY)

1. Detect UI library: Read package.json
   <!-- Replace @your-org/design-system with your organization's design system package. -->
   - "@your-org/design-system" present → ui_library_mode = "design-system"
   - Otherwise → ui_library_mode = "fallback-only"
   Store in state.

2. Pre-cache standards (once):
   WebFetch → https://raw.githubusercontent.com/LerianStudio/ring/main/CLAUDE.md
   WebFetch → https://raw.githubusercontent.com/LerianStudio/ring/main/dev-team/docs/standards/frontend.md
   WebFetch → testing-accessibility.md, testing-visual.md, testing-e2e.md, testing-performance.md, devops.md, sre.md
   Store in state.cached_standards.

3. Load backend handoff if available: docs/ring:running-dev-cycle/handoff-frontend.json

4. Verify PROJECT_RULES.md exists → STOP if missing.

5. Ask execution mode: automatic | manual_per_epic | manual_per_task

Gate Map

Gate Cadence Skill Agent Purpose
0 task ring:implementing-tasks ring:frontend / ring:ui-engineer / ring:bff-ts TDD, coverage, accessibility, visual/E2E/perf checks, local runtime
0.5 task (conditional) ring:applying-composition-patterns ring:frontend Composition refactoring when complexity signals detected
7 epic ring:reviewing-code 9 defaults + triggered specialists via ring:reviewing-code Code review
8 task ring:validating-acceptance-criteria User Acceptance sign-off

Read the full file on GitHub · 228 lines

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. 4d ago First seen · 228 lines · 114 tokens per session scan C 406b434bb7ee

Subscribe to this mod's changes

ring:running-dev-cycle-frontend is a skill published in the GitHub repository LerianStudio/ring (211 stars, last pushed 18d ago), licensed Apache-2.0. It adds 114 tokens to every session and 2,355 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

react-web

React web development with hooks, React Query, Zustand.

alinaqi/maggy · 13 tokens

ui-scaffold

Scaffold a new Blazor page with proper layering — service interface, page component (markup + code-behind split), DTO, validation, error handling, and bUnit test. Enforces architecture-principles + blazor-fluent-ui conventions. Use when adding any new UI surface to a Blazor Server app.

srnichols/plan-forge · 68 tokens

test-sweep

Run all test suites (unit, integration, API, E2E) and aggregate results into a summary report. Use after completing execution slices or before the Review Gate.

srnichols/plan-forge · 38 tokens

audit-loop

Run a recursive audit drain loop — discover findings from the running system, triage each into bug/spec/classifier lanes, repeat until convergence. USE FOR: end-to-end audit of a deployed or locally-running app, draining findings to zero. DO NOT USE FOR: single-shot tempering runs (use forgetemperingrun), one-off bug…

srnichols/plan-forge · 100 tokens

ds-test

Universal test skill — generate, update, run, and fix tests for any stack. Use when writing, repairing, or running tests, or improving coverage.

sungurerdim/dev-skills · 34 tokens

web-runtime-verify

Verify a built web or static frontend at runtime: serve the build on an ephemeral free port, assert page identity FIRST (automatic recovery on a collision or stale server), run the web battery (overflow 320 to 2560, keyboard and focus, console errors, Lighthouse and axe when available), and decide a PASS/FAIL/BLOCKED…

Mozurok/fhorja.dev · 229 tokens