by LerianStudio
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.
# Add to your Claude Code skills
git clone https://github.com/LerianStudio/ringLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:44:53.791Z",
"npmAuditRan": true,
"pipAuditRan": true
}ring is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by LerianStudio. 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. It has 196 GitHub stars.
Yes. ring passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/LerianStudio/ring" and add it to your Claude Code skills directory (see the Installation section above).
ring is primarily written in HTML. It is open-source under LerianStudio on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ring against similar tools.
No comments yet. Be the first to share your thoughts!
Proven engineering practices, enforced through skills.
Ring is a comprehensive skills library and workflow system for AI agents that transforms how AI assistants approach software development. Currently implemented as a Claude Code plugin marketplace with 4 active plugins, 67 skills, and 33 agents (see .claude-plugin/marketplace.json for current versions), the skills themselves are agent-agnostic and can be used with any AI agent system. Ring provides battle-tested patterns, mandatory workflows, and systematic approaches across the entire software delivery value chain.
Without Ring, AI assistants often:
Ring solves this by:
Ring is Lerian-first, open-source-friendly. Design decisions prioritize the Lerian engineering team's daily needs while keeping the architecture clean and reusable for external adoption. This means:
Planning & Analysis Agents (default plugin):
ring:review-slicer - Review slicer (groups large multi-themed PRs into thematic slices for focused parallel review)ring:codebase-explorer - Deep architecture analysis (deep-analysis, complements built-in Explore)ring:reviewing-code skill to orchestrate parallel review workflowDeveloper Agents (dev-team plugin):
ring:backend-go - Go backend specialist for financial systemsring:backend-ts - TypeScript/Node.js backend specialist (Express, NestJS, Fastify)ring:bff-ts - BFF & React/Next.js frontend with Clean Architecturering:ui-designer - Visual design specialistring:frontend - Senior Frontend Engineer (React/Next.js)ring:devops - DevOps and infrastructure specialistring:prompt-reviewer - Agent Quality Analystring:qa - Backend QA specialist (unit, integration, load, chaos)ring:qa-frontend - Frontend QA specialist (accessibility, visual, E2E, performance)ring:sre - Observability and reliability specialistring:ui-engineer - UI component specialist (design systems, accessibility)ring:helm - Helm chart specialist (chart structure, security, Lerian conventions)ring:code-reviewer - Foundation review (architecture, code quality, design patterns)ring:logic-reviewer - Correctness review (domain logic, requirements, edge cases)ring:security-reviewer - Safety review (vulnerabilities, OWASP, authentication)ring:test-reviewer - Test quality review (coverage, edge cases, assertions, test anti-patterns)ring:nil-reviewer - Nil/null safety review (traces pointer risks, missing guards, panic paths)ring:dead-code-reviewer - Dead code review (orphaned code detection, reachability analysis, dead dependency chains)ring:commons-reviewer - lib-commons package usage review (lifecycle, tenancy, http, idempotency, security, database, messaging, outbox; reinvented-wheel opportunities)ring:obs-reviewer - Conditional specialist for tracing, metrics, logging, runtime recovery, redaction, constants, and SafeGo implicationsring:systemplane-reviewer - Conditional specialist for runtime config, hot-reload knobs, admin config, tenant-scoped settings, and systemplane importsring:streaming-reviewer - Conditional specialist for business events, outbox, producers, broker publishing, CloudEvents, manifests, and catalogsring:tenancy-reviewer - Multi-tenant usage review (lib-commons/multitenancy patterns, tenant isolation, JWT tenantId propagation)ring:perf-reviewer - Performance review (code hotspots, infra misconfigurations, Go/TypeScript/Python)Standards Compliance: Refactor-capable dev-team agents produce a
## Standards Complianceoutput section with conditional requirement:
- Optional when invoked directly or via
ring:running-dev-cycle- MANDATORY when invoked from
ring:planning-backend-refactor(triggered by**MODE: ANALYSIS ONLY**in prompt)When mandatory, agents load Ring standards via WebFetch and produce comparison tables with:
- Current Pattern vs Expected Pattern
- Severity classification (Critical/High/Medium/Low)
- File locations and migration recommendations
See
dev-team/docs/standards/*.mdfor standards source. Cross-references: CLAUDE.md (Standards Compliance section),dev-team/skills/planning-backend-refactor/SKILL.md
Product Research Agents (ring-pm-team plugin):
ring:repo-researcher - Repository structure and codebase analysisring:web-researcher - Industry best practices researchring:docs-researcher - Framework documentation researchring:product-designer - Product design and UX researchTechnical Writing Agents (ring-tw-team plugin):
ring:guide-writer - Functional documentation (guides, tutorials, conceptual docs)ring:api-writer - API reference documentation (endpoints, schemas, examples)ring:docs-reviewer - Documentation quality review (voice, tone, structure, completeness)Plugin versions are managed in .claude-plugin/marketplace.json
The following plugins have been archived and are not actively maintained. They remain available in .archive/ for reference:
| Plugin | Description | Status |
|---|---|---|
pmm-team |
Product Marketing (GTM, positioning, competitive intel) | Archived - functionality may be restored based on demand |
finance-team |
Financial planning and analysis | Archived - under evaluation |
ops-team |
Operations management | Archived - under evaluation |
To restore an archived plugin, move its folder from .archive/ to the root directory and register it in marketplace.json.
Ring works across multiple AI development platforms:
| Platform | Native manifest | Symlink installer | Status |
|---|---|---|---|
| Claude Code | ✅ marketplace.json | ✅ --claude |
Source of truth |
| Codex | ✅ .codex-plugin/ |
✅ --codex (built) |
Both paths work |
| OpenCode | ✅ .opencode/ |
✅ --opencode (built) |
Both paths work |
| Cursor | ✅ .cursor-plugin/ |
❌ not in installer | Native only |
| Factory AI | ❌ | ✅ --factory |
Installer only |
Two install mechanisms:
opencode.json, Cursor plugin marketplace, Codex plugin manifest). No local build step, no manual symlink work. Best for end users and CI.ring-install.sh) — symlinks from your local harness config dir into a cloned Ring repo. For Codex/OpenCode, the installer builds a transformed tree at .ring-build/ first (namespace + frontmatter rewrites). Best for local development with hot-reload against the source tree.See the Native plugin install and Symlink installer sub-sections below for usage.
Each Ring plugin ships native manifests for Claude Code, Codex, Cursor, and OpenCode. The harness installs the plugin directly from this repo via its own package manager — no transformation step, no local installer.
| Harness | Mechanism | Per-plugin entry points |
|---|---|---|
| Claude Code | .claude-plugin/marketplace.json (root) |
All 4 plugins enumerated in one marketplace file |
| Codex | <plugin>/.codex-plugin/plugin.json |
default · dev-team · pm-team · tw-team |
| Cursor | <plugin>/.cursor-plugin/plugin.json |
default · dev-team · pm-team · tw-team |
| OpenCode | <plugin>/.opencode/ (INSTALL + JS plugin) |
default · dev-team · pm-team · tw-team |
ring-default is the foundation plugin — install it al