Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ring-for-opencode

ring-for-opencode 收录了来自 LerianStudio 的 36 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
36
Stars
4
更新
2026-02-20
Forks
0
职业覆盖
8 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

ringdev-cycle
软件开发工程师

Orchestrates the 6-gate development workflow for implementing tasks. Manages state, dispatches specialist agents, and enforces gate requirements.

2026-02-20
ringdev-feedback-loop
软件开发工程师

Captures metrics and learnings from completed development cycles. Enables continuous improvement by analyzing patterns across cycles.

2026-02-20
ringexecuting-plans
软件开发工程师

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

2026-02-20
ringrequesting-code-review
软件质量保证分析师与测试员

Gate 4 of development cycle - dispatches 6 specialized reviewers (code, business-logic, security, test, nil-safety, consequences) in parallel for comprehensive code review feedback.

2026-02-20
ringusing-dev-team
软件开发工程师

Guide to the dev-team skills - specialist developer agents and 6-gate development cycle. Provides backend engineers (Go/TypeScript), frontend engineers, DevOps, SRE, and QA agents.

2026-02-20
ringusing-ring-opencode
软件开发工程师

Skill discovery workflow and agent dispatch patterns for every conversation.

2026-02-20
ringvisual-explainer
网页开发工程师

Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architecture overview, diff review, plan review, project recap, comparison table, or any visual explanation of technical concepts. Also use proactively when you are about to render a complex ASCII table (4+ rows or 3+ columns) — present it as a styled HTML page instead.

2026-02-20
ringbrainstorming
项目管理专家

Socratic design refinement - transforms rough ideas into validated designs through structured questioning, alternative exploration, and incremental validation.

2026-02-20
ringdev-implementation
软件开发工程师

Gate 0 of the development cycle. Executes code implementation using the appropriate specialized agent based on task content and project language. Handles TDD workflow with RED-GREEN phases. Follows project standards defined in docs/PROJECT_RULES.md.

2026-02-20
ringdev-refactor
软件开发工程师

Analyzes codebase against standards and generates refactoring tasks for ring:dev-cycle.

2026-02-20
ringlinting-codebase
软件开发工程师

Parallel lint fixing pattern - runs lint checks, groups issues into independent streams, and dispatches AI agents to fix all issues until the codebase is clean.

2026-02-20
production-readiness-audit
软件质量保证分析师与测试员

Comprehensive Ring-standards-aligned 44-dimension production readiness audit. Detects project stack, loads Ring standards via WebFetch, and runs in batches of 10 explorers appending incrementally to a single report file. Categories - Structure (pagination, errors, routes, bootstrap, runtime, core deps, naming, domain modeling, nil-safety, api-versioning, resource-leaks), Security (auth, IDOR, SQL, validation, secret-scanning, data-encryption, multi-tenant, rate-limiting, cors), Operations (telemetry, health, config, connections, logging, resilience, graceful-degradation), Quality (idempotency, docs, debt, testing, dependencies, performance, concurrency, migrations, linting, caching), Infrastructure (containers, hardening, cicd, async, makefile, license). Produces scored report (0-430, max 440 with multi-tenant) with severity ratings and standards cross-reference.

2026-02-20
ringwriting-skills
软件开发工程师

TDD for process documentation - write test cases (pressure scenarios), watch baseline fail, write skill, iterate until bulletproof against rationalization.

2026-02-20
ringdev-devops
网络与计算机系统管理员

Gate 1 of the development cycle. Creates containerization, local development setup, and CI/CD configuration using the ring:devops-engineer agent.

2026-02-11
ringdev-sre
网络与计算机系统管理员

Gate 2 of the development cycle. VALIDATES that observability was correctly implemented by developers. Does NOT implement observability code - only validates it.

2026-02-11
ringdev-testing
软件质量保证分析师与测试员

Gate 3 of development cycle - ensures unit test coverage meets threshold (85%+) for all acceptance criteria using TDD methodology.

2026-02-11
ringdev-validation
软件质量保证分析师与测试员

Development cycle validation gate (Gate 5) - validates all acceptance criteria are met and requires explicit user approval before completion.

2026-02-11
ringexploring-codebase
软件开发工程师

Autonomous two-phase codebase exploration - first discovers natural perspectives (layers, components, boundaries), then dispatches adaptive deep-dive explorers based on what was discovered. Synthesizes findings into actionable insights.

2026-02-11
ringinterviewing-user
项目管理专家

Proactive requirements gathering - systematically interviews the user to uncover ambiguities, preferences, and constraints BEFORE implementation begins.

2026-02-11
ringpre-dev-api-design
计算机系统分析师

Gate 4: API contracts document - defines component interfaces and data contracts before protocol/technology selection. Large Track only.

2026-02-11
ringpre-dev-data-model
数据库架构师

Gate 5: Data structures document - defines entities, relationships, and ownership before database technology selection. Large Track only.

2026-02-11
ringpre-dev-dependency-map
软件开发工程师

Gate 6: Technology choices document - explicit, versioned, validated technology selections with justifications. Large Track only. HARD BLOCK: Must load Ring Standards and PROJECT_RULES.md before proceeding.

2026-02-11
ringpre-dev-feature-map
计算机与信息系统经理

Gate 2: Feature relationship map - visualizes feature landscape, groupings, and interactions at business level before technical architecture.

2026-02-11
ringpre-dev-prd-creation
项目管理专家

Gate 1: Business requirements document - defines WHAT/WHY before HOW. Creates PRD with problem definition, user stories, success metrics.

2026-02-11
ringpre-dev-research
软件开发工程师

Gate 0 research phase for pre-dev workflow. Dispatches 3 parallel research agents to gather codebase patterns, external best practices, and framework documentation BEFORE creating PRD/TRD. Outputs research.md with file:line references.

2026-02-11
ringpre-dev-subtask-creation
软件开发工程师

Gate 8: Zero-context implementation steps - 2-5 minute atomic subtasks with complete code, exact commands, TDD pattern. Large Track only.

2026-02-11
ringpre-dev-task-breakdown
项目管理专家

Gate 7: Implementation tasks - value-driven decomposition into working increments that deliver measurable user value.

2026-02-11
ringpre-dev-trd-creation
软件开发工程师

Gate 3: Technical architecture document - defines HOW/WHERE with technology-agnostic patterns before concrete implementation choices.

2026-02-11
ringreceiving-code-review
软件开发工程师

Review reception protocol - requires technical verification before implementing suggestions. Prevents performative agreement and blind implementation.

2026-02-11
ringtest-driven-development
软件质量保证分析师与测试员

RED-GREEN-REFACTOR implementation methodology - write failing test first, minimal implementation to pass, then refactor. Ensures tests verify behavior.

2026-02-11
ringusing-git-worktrees
软件开发工程师

Isolated workspace creation - creates git worktrees with smart directory selection and safety verification for parallel feature development.

2026-02-11
ringusing-pm-team
项目管理专家

10 pre-dev workflow skills + 3 research agents organized into Small Track (4 gates, <2 days) and Large Track (9 gates, 2+ days) for systematic feature planning with research-first approach.

2026-02-11
ringwriting-plans
项目管理专家

Creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps for engineers with zero codebase context.

2026-02-11
ringhandoff-tracking
项目管理专家

Create detailed handoff documents for session transitions. Captures task status, learnings, decisions, and next steps in a structured format.

2026-01-16
ringpre-dev-feature
软件开发工程师

Lightweight 4-gate pre-dev workflow for small features (<2 days)

2026-01-14
ringpre-dev-full
软件开发工程师

Complete 9-gate pre-dev workflow for large features (≥2 days)

2026-01-14