LerianStudio/ring

89 skills and 38 specialized agents that enforce proven engineering practices for AI-assisted development. TDD, systematic debugging, parallel code review, and 10-gate development cycles — as a Claude Code plugin marketplace.

210Stars on the repository
60Mods indexed here, across every type
13d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

LerianStudio/ring

Skill Claude CodeCodex

Analyzing different approaches for a task or problem with structured comparisons, effort estimates, and recommendations. Use when facing strategic decisions, architecture choices, or multiple viable approaches. Skip when there's an obvious single approach or the decision is already made.

210 13d ago A 54 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Auditing a service's production readiness against Ring engineering standards across base dimensions plus a conditional multi-tenant dimension, then emitting a scored report and an HTML dashboard. Use before production deploy, periodic review, onboarding, or a major release. Skip for prototypes, libraries, or…

210 13d ago A 67 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Cleaning redundant and obvious comments following clean code principles while preserving meaningful documentation. Supports git scope filtering (staged, unstaged, branch, commit-range). Use when code has excessive comments, during code review, or post-refactor cleanup. Skip when reviewing documentation files or…

210 13d ago A 64 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Commit changes with scope allowlist enforcement, atomic grouping, GPG-signed conventional commits, and trailer management. Detects the repo's PR-validation scope policy before proposing any message. Use when the user asks to commit or has changes ready to record. Skip when the working tree is clean or the user wants…

210 13d ago A 74 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Creating a handoff document that captures session state (completed work, decisions, open items, next steps) and delivering it via Plan Mode so the user gets the native 'clear context and continue implementing' resume option. Use when ending a session, when context grows large, or the user says 'handoff', 'save…

210 13d ago A 93 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Creating an isolated git worktree for parallel branch work: selects the directory by priority order, verifies/adds .gitignore safety, auto-installs the detected toolchain's dependencies, runs a baseline test, and reports readiness. Use before a feature that needs isolation from the main workspace or before executing…

210 13d ago A 88 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Executing a phased plan in rolling waves where each phase runs as one multi-agent workflow harness: the supervisor elaborates the phase into tasks against the real landed code, launches a workflow that implements with TDD and runs mandatory in-harness review plus an adversarial contrarian pass (and researchers when…

210 13d ago A 142 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Expert prompt engineering and optimization for LLMs and AI systems. Covers core patterns (zero-shot, few-shot, CoT, role-playing, constitutional, tree-of-thoughts), common use cases, and a three-phase process. Use when crafting or optimizing prompts for AI systems. Skip when the prompt is trivial or already performing…

210 13d ago B 74 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Controlled plan execution with human review checkpoints - loads plan, executes in batches, pauses for feedback. Supports one-go (autonomous) or batch modes.

210 13d ago A 38 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Exploring a codebase across phases: scopes the target, detects architecture, components, and layers, deep-dives each discovered perspective, then synthesizes findings into actionable guidance with file:line evidence. Use to understand how a feature or system works before planning changes, or to orient on an unfamiliar…

210 13d ago A 91 tokens original Apache-2.0

ring:fixing-lint

11

LerianStudio/ring

Skill Claude CodeCodex

Fixing lint to a clean state: runs the linter, groups reported issues into independent streams, and dispatches one parallel fixer agent per stream (ring:backend-go for Go, ring:general-purpose otherwise), iterating until clean. Use when a codebase has lint errors across multiple files. Skip for a single error (fix…

210 13d ago A 96 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Generating pull request descriptions from git branch changes with automatic title generation, change-type detection, and smart analysis. Uses branch-only scope to avoid full history analysis. Use when preparing a PR for review. Skip when the PR is a single trivial commit or description already exists.

210 13d ago A 61 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Generating an internal Operations-facing update/migration guide from the git diff between two refs, documenting per-change client impact, deploy ordering, monitoring, and rollback notes in English, pt-br, or both. Use when preparing a version release or recording what changed for the Ops team. Runs read-only by…

210 13d ago A 85 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Open a GitHub Pull Request with automatic base branch detection, scope allowlist enforcement, PR template filling, and post-create base verification. Replaces ring:generating-pr-descriptions. Use after pushing a branch when ready to open a PR. Skip if the branch is not yet pushed or there are uncommitted changes …

210 13d ago A 83 tokens original Apache-2.0

ring:reviewing-code

15

LerianStudio/ring

Skill Claude CodeCodex

Reviewing code by dispatching the default reviewer subagents in parallel (plus conditional specialists for lib-observability, lib-systemplane, or lib-streaming when the diff triggers them), then aggregating findings by severity into a report. Use as Gate 8 of ring:running-dev-cycle at epic cadence over the cumulative…

210 13d ago A 97 tokens original Apache-2.0

ring:searching-code

16

LerianStudio/ring

Skill Claude CodeCodex

Forensic code search and analysis with optional Chain of Draft (CoD) ultra-concise mode. Five-phase methodology (clarification, planning, execution, analysis, synthesis) with severity assessment. Use for targeted investigation of specific patterns, bugs, or vulnerabilities. Skip for broad architecture mapping (use…

210 13d ago A 74 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

End-to-end git orchestrator: branch → commit → push → PR, with a full plan presented before any execution. Detects base branch and scope allowlist once and propagates to all phases. Use when ready to ship a complete unit of work. Skip if only one phase is needed: commit-only → ring:committing-changes, PR-only →…

210 13d ago A 86 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Enforcing the RED-GREEN-REFACTOR loop: write one failing test and watch it fail, write minimal code to pass, then refactor green. Use when starting implementation of a new feature or bugfix, or writing any new production code. Requires pasted failure output as proof of RED; code written before its test must be…

210 13d ago A 89 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Hardening a skill so it resists rationalization under pressure: run combined-pressure scenarios on a subagent without the skill (RED), capture excuses verbatim, write/edit the skill (GREEN), then plug loopholes (REFACTOR) until compliance holds. Use when deploying or editing a discipline-enforcing skill that an agent…

210 13d ago A 90 tokens original Apache-2.0

ring:using-ring

20

LerianStudio/ring

Skill Claude CodeCodex

Enforcing Ring's orchestrator protocol every conversation: dispatch specialist/Explore agents instead of operating tools directly, honor the >3-file hard gate, and run skill discovery before any task. Use at conversation start, before any task, when a request matches auto-trigger phrases (fix issues, refactor, find…

210 13d ago A 84 tokens original Apache-2.0

ring:visualizing

21

LerianStudio/ring

Skill Claude CodeCodex

Generating self-contained, Lerian-branded HTML artifacts — D2 diagrams, comparison tables/matrices, code diffs, dashboards, slide decks, and plan/diff/recap reviews — from mandatory templates, then opening them in the browser. Use for architecture overviews, any table with 4+ rows or 3+ columns, slide presentations…

210 13d ago C 98 tokens original Apache-2.0

ring:writing-plans

22

LerianStudio/ring

Skill Claude CodeCodex

Writing a rolling-wave phased implementation plan from a spec before coding: a phase-epic-task hierarchy where Phase 1 is detailed into dispatch-ready tasks and later phases stay epic-level for elaboration during execution. Use when a multi-file feature needs decomposition; runs after ring:exploring-codebases or…

210 13d ago A 94 tokens original Apache-2.0

ring:writing-skills

23

LerianStudio/ring

Skill Claude CodeCodex

Writing or editing a Ring skill: SKILL.md structure, frontmatter and Agent-Search-Optimization rules, token-efficiency targets, and bulletproofing (Iron Law, rationalization tables, Red Flags) so discipline-enforcing skills resist excuses. Use when creating or revising a skill. Delegates pressure-testing to…

210 13d ago A 100 tokens original Apache-2.0

LerianStudio/ring

Skill Claude CodeCodex

Adding database-per-tenant isolation into a Go service end-to-end via an 11-gate cycle: detects the stack, audits compliance, then dispatches backend agents to implement tenantId-from-JWT routing through the lib-commons v5 dispatch layer (config, middleware, repositories, metrics, tests) and runs reviewers. Use when…

210 13d ago A 95 tokens original Apache-2.0