AI Skill Hub 强烈推荐:Ring 是一款优质的Prompt模板。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Prompt模板解决方案,这是一个值得深入了解的选择。
Ring 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
Ring 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
# Prompt 无需安装,直接复制使用 # 支持:Claude / ChatGPT / Gemini / 通义千问 等主流模型 # 使用步骤 # 1. 复制 Prompt 模板内容 # 2. 粘贴到 AI 对话框 # 3. 替换 [占位符] 为实际内容 # 4. 发送后获取结构化输出 # 获取原始文件 git clone https://github.com/LerianStudio/ring
# 粘贴到 Claude/ChatGPT 使用 # 示例 Prompt 结构: 你是一位 [角色],擅长 [领域]。 请根据以下要求完成任务: 任务背景:[描述背景] 具体要求:[详细说明] 输出格式:[期望格式] # 将 [] 内内容替换为实际需求
# ring 配置说明 # 查看配置选项 ring --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export RING_CONFIG="/path/to/config.yml"
<p align="center"> <img src="assets/ring-banner.png" alt="Ring by Lerian" width="100%" /> </p>
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](default/.codex-plugin/plugin.json) · [dev-team](dev-team/.codex-plugin/plugin.json) · [pm-team](pm-team/.codex-plugin/plugin.json) · [tw-team](tw-team/.codex-plugin/plugin.json) |
| **Cursor** | <plugin>/.cursor-plugin/plugin.json | [default](default/.cursor-plugin/plugin.json) · [dev-team](dev-team/.cursor-plugin/plugin.json) · [pm-team](pm-team/.cursor-plugin/plugin.json) · [tw-team](tw-team/.cursor-plugin/plugin.json) |
| **OpenCode** | <plugin>/.opencode/ (INSTALL + JS plugin) | [default](default/.opencode/INSTALL.md) · [dev-team](dev-team/.opencode/INSTALL.md) · [pm-team](pm-team/.opencode/INSTALL.md) · [tw-team](tw-team/.opencode/INSTALL.md) |
ring-default is the foundation plugin — install it alongside any other Ring plugin since it provides the using-ring bootstrap that orients agent behavior. Example for OpenCode:
{
"plugin": [
"ring-default@git+https://github.com/lerianstudio/ring.git#main",
"ring-dev-team@git+https://github.com/lerianstudio/ring.git#main"
]
}
Each harness's INSTALL.md (for OpenCode) or plugin.json (for Codex/Cursor) carries the exact install command for that platform.
ring-install.sh symlinks your harness's local config dir into this cloned Ring repo. For Codex and OpenCode, it first builds a transformed tree at .ring-build/ (namespace + frontmatter rewrites required by those tools).
Supported targets: Claude Code, Factory AI, OpenCode, Codex. Not supported by the installer: Cursor (use the native plugin install above).
```bash
```bash
User: "Add user authentication to the app"
Claude: I'm using ring:planning-small-features to scope this feature...
[Pre-dev workflow: PRD, TRD, plan]
Claude: I'm using ring:test-driven-development to implement...
[RED-GREEN-REFACTOR cycle for each component]
Claude: I'm using ring:reviewing-code to validate...
[9 defaults + conditional specialist parallel dispatch]
```
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.
For Claude Code users, you can also install from the marketplace:
The ring:reviewing-code pipeline uses Mithril, an external code analysis tool installed via go install. Mithril performs static analysis, AST extraction, call graph generation, and context compilation for AI-assisted code review.
Install via go install github.com/lerianstudio/mithril@latest. See the Mithril repository for full installation details and release notes.
Testing & Quality (2):
ring:test-driven-development - Write test first, watch fail, minimal codering:fixing-lint - Parallel lint fixing with agent dispatchCollaboration & Planning (5):
ring:reviewing-code - Parallel 9 defaults + conditional specialist dispatch with severity-based handlingring:creating-worktrees - Isolated developmentring:committing-changes - Smart commit organization with atomic grouping, conventional commits, and trailersring:writing-plans - Author phased implementation plans (phase → epic → task) from a spec; first phase detailed into dispatch-ready tasks, later phases epic-level for rolling-wave elaborationring:executing-plans - Rolling-wave execution of a phased plan: implement the detailed phase, checkpoint with the user, elaborate the next phase against the real codebase, repeatMeta Skills (3):
ring:using-ring - Mandatory skill discoveryring:writing-skills - TDD for documentationring:testing-skills-with-subagents - Skill validationIntegration (1):
ring:delegating-to-gandalf - Send tasks to Gandalf (AI team member) via webhook for Slack, Google Workspace, and Jira interactionsSession & Learning (4):
ring:exploring-codebases - Two-phase codebase explorationring:generating-release-guides - Generate Ops Update Guide from git diff analysisring:visualizing - Generate self-contained HTML pages to visually explain systems, code changes, and dataring:creating-handoffs - Create handoff documents capturing session state for seamless context-clear and resumeAudit & Readiness (1):
ring:auditing-production-readiness - 44-dimension production readiness audit; runs explorers in batches of up to 10, appends incrementally to a single report; output: scored report (0-430, max 440 with multi-tenant) with severity ratings. See default/skills/auditing-production-readiness/SKILL.md for invocation and implementation details.Orchestration & Refactoring (7):
ring:using-dev-team - Introduction to developer specialist agentsring:running-dev-cycle - Lean backend development cycle orchestrator driven by a rolling-wave phased plan (phases → epics Epic N.M → tasks Task N.M.T): Gate 0 implementation-owned TDD/coverage/docker-compose/runtime/delivery verification per task, Gate 8 review + Gate 9 validation per epic, phase boundary (Step 11.5) closes each phase and elaborates the next against the real codebasering:running-dev-cycle-frontend - Lean frontend development cycle orchestrator on the same rolling-wave phased plan (Gate 0 per task, Gate 7 review per epic, Gate 8 validation per task, phase boundary per phase)ring:planning-backend-refactor - Backend/codebase standards analysisring:planning-frontend-refactor - Frontend standards analysis and task generationring:planning-codebase-simplification - Whole-codebase structural simplification sweep (hunts unjustified abstractions, adapters, shims; KILL/REVIEW/KEEP output; DELETE-by-default burden of proof for pre-public applications)ring:managing-dev-cycle - Development cycle state management (phase/epic status reporting and cancellation)Backend Gate Skills:
ring:implementing-tasks - Gate 0: TDD implementationring:adding-multi-tenancy - Multi-tenant adaptation (database-per-tenant isolation, integrated into Gate 0)ring:hardening-dockerfiles - Docker image security audit for Docker Hub Health Score grade Aring:creating-helm-charts - Helm chart creation and maintenance following Lerian conventionsring:mapping-service-resources - Service/module/resource hierarchy scanner for dispatch layerring:implementing-readyz - Comprehensive readiness probes (/readyz) with per-dependency status and TLS validationring:instrumenting-streaming-events - Wire lib-streaming event emission from a validated instrumentation mapTesting & Validation:
ring:detecting-goroutine-leaks - Goroutine leak detection and regression testingring:load-testing-with-k6 - k6 load test generation following Lerian platform conventionsring:validating-acceptance-criteria - Gate 9: User approvalring:writing-dev-reports - Assertiveness scoring and metricsring:verifying-code - Atomic Go code verification with MERGE_READY/NEEDS_FIX verdictMigration & Reference (6):
ring:using-lib-commons - Comprehensive reference for lib-commons v5.0.2 (Lerian's shared Go library with 30+ packages)ring:using-runtime - Deep reference and 6-angle audit for lib-observability/runtime: SafeGo, panic recovery, observability trident, policy selection, framework integration. Catches naked goroutine launches that cause silent production failures.ring:using-assert - Deep reference and 6-angle audit for lib-observability/assert: production runtime assertions with observability trident, full domain predicate catalog (double-entry, transaction state machine, financial validations), AssertionError unwrapping patterns. Converts financial invariants into production-enforced rules.ring:migrating-to-lib-systemplane - Migrate Lerian Go services from .env/YAML config to systemplane (database-backed hot-reloadable config)ring:generating-llms-txt - Generate or audit llms.txt files following llmstxt.org spec for AI-friendly repository entry pointsring:applying-licenses - Repository license management (Apache 2.0, Elastic v2, Proprietary)Security (1):
ring:auditing-dependency-security - Supply-chain gate for dependency installations (validates identity, vulnerabilities, suspicious signals)Frontend Quality Skills (1):
ring:checking-frontend-quality - Frontend quality checks in modes accessibility (axe-core/WCAG), visual (snapshots/viewports), e2e (Playwright 3-browser), performance (Lighthouse/Core Web Vitals), or all; dispatches ring:qa-frontendFrontend and backend dev-cycle workflows both use ring:reviewing-code (core plugin) as the review gate.
Pre-Development Workflow (includes ring:using-pm-team + 7 gate skills; Large track gate numbers shown):
ring:using-pm-team - Introduction to product planning workflowring:researching-features - Deep technical/product research (parallel agents)ring:writing-prds - Squad-facing product requirements (WHAT/WHY)ring:mapping-feature-relationships - Feature relationships and phasing (Large only)ring:writing-trds - Technical architecture (HOW)ring:designing-api-contracts - OpenAPI 3.1 contract (openapi.yaml)ring:designing-data-model - Stack-native schema (schema.sql / schema.prisma)ring:pinning-dependency-versions - Technology selectionring:writing-plans (ring-default) - Single execution plan (plan.md), invoked by the orchestratorWorkflow Orchestrators:
ring:planning-small-features - 4-gate orchestrator for small features (<2 days)ring:planning-large-features - 8-gate orchestrator for large features (>=2 days)Additional Planning Skills:
ring:validating-ux-completeness - Standalone UX validation for UI features (run before the TRD)ring:reconciling-predev-docs - Deep cross-reference review of pre-dev documentation artifactsring:mapping-streaming-events - Standalone streaming-event discovery (event catalog + instrumentation map)ring:creating-grafana-dashboards - Grafana dashboard generation for instrumented servicesDocumentation Creation:
ring:using-tw-team - Introduction to technical writing specialistsring:structuring-documentation - Document hierarchy and organizationring:applying-voice-and-tone - Voice and tone guidelines (assertive, encouraging, human)ring:reviewing-docs - Quality checklist and review process高质量的AI编码辅助工具
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,Ring 是一款质量优秀的Prompt模板,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | ring |
| Topics | ai-agentsai-codingclaude-codecode-qualitycode-review |
| GitHub | https://github.com/LerianStudio/ring |
| License | Apache-2.0 |
| 语言 | HTML |
收录时间:2026-06-14 · 更新时间:2026-06-14 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端