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/ringProven 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 6 active plugins and 89 skills (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:
No comments yet. Be the first to share your thoughts!
Review & Planning Agents (default plugin):
ring:code-reviewer - Foundation review (architecture, code quality, design patterns)ring:business-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-safety-reviewer - Nil/null safety review (traces pointer risks, missing guards, panic paths)ring:consequences-reviewer - Ripple effect review (traces how changes propagate beyond modified files - caller chains, consumer contracts, downstream breakage)ring:dead-code-reviewer - Dead code review (orphaned code detection, reachability analysis, dead dependency chains)ring:review-slicer - Review slicer (groups large multi-themed PRs into thematic slices for focused parallel review)ring:write-plan - Implementation planning agentring:codebase-explorer - Deep architecture analysis (deep-analysis, complements built-in Explore)/ring:codereview command to orchestrate parallel review workflowDeveloper Agents (dev-team plugin):
ring:backend-engineer-golang - Go backend specialist for financial systemsring:backend-engineer-typescript - TypeScript/Node.js backend specialist (Express, NestJS, Fastify)ring:devops-engineer - DevOps infrastructure ...