Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

reinsreins 搜索

Agent Skill

reins 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

360

周安装

15

GitHub Stars

8

下载量

120
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:reins(reins 搜索)
来源仓库:https://github.com/welldundun/reins
仓库路径:skills/reins
安装命令:
npx skills add https://github.com/welldundun/reins --skill Reins
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/welldundun/reins --skill Reins

简介

reins 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态,注意是否触发联网、命令执行或文件读写操作。
  • reins 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Reins

Use the Reins CLI to operationalize harness engineering in any repository.

Execution Model (Critical)

  1. The CLI is the execution engine and scoring source of truth.
  2. This skill is the control plane for agent behavior (routing, command order, JSON parsing discipline).
  3. Humans steer goals and tradeoffs; agents execute the loop.

Do not re-implement CLI logic in skill instructions. Always run commands and parse JSON outputs.

Use When

Use this skill when the user asks to:

  • Scaffold repository readiness artifacts (AGENTS.md, ARCHITECTURE.md, docs/, risk-policy.json)
  • Audit or score agent-readiness/maturity (0-24, maturity levels, weakest dimensions)
  • Diagnose readiness gaps with doctor (pass/fail/warn health checks with prescriptive fixes)
  • Evolve the repository to the next Reins maturity level
  • Improve docs-drift/policy-as-code enforcement tied to Reins outputs
  • Understand harness engineering methodology or maturity levels

Don't Use When

Do not use this skill for:

  • Generic code implementation/debugging unrelated to Reins workflows
  • General-purpose lint/test/security checks that do not request Reins scoring or scaffolding
  • Product/domain feature design that does not involve harness-engineering structure
  • Questions about installing random third-party skills (use skill discovery/installer flows instead)

Command Execution Policy

Use this order when running commands:

  1. In user repositories, check if installed skills are stale: npx skills check If updates are available, refresh before running workflow commands: npx skills update
  2. If working inside the Reins repository itself: cd cli/reins && bun src/index.ts <command>../..
  3. Otherwise (or if local source is unavailable): npx reins-cli@latest <command> <target-path>

All Reins commands output deterministic JSON. Always parse JSON output — never text-match against findings strings.

Quick Reference

CLI Commands

# Scaffold harness engineering structure
reins init <path> [--name <name>] [--force] [--pack <auto|agent-factory>]

# Score maturity across 6 dimensions (0-24)
reins audit <path>

# Health check with prescriptive fixes
reins doctor <path>

# Roadmap to next maturity level
reins evolve <path> [--apply]

# Compare audits across repos or over time
reins compare <path1> <path2>

# Show usage
reins help

Maturity Levels

ScoreLevelDescription
0-6L0: ManualTraditional engineering, no agent infrastructure
7-12L1: InloopAgents help, but humans still write code
13-18L2: Guided OutloopHumans steer, agents execute most code
19-21L3: Full OutloopAgents handle full lifecycle with human oversight
22-24L4: Zero TouchAgents maintain, clean, and evolve the system

Core Reins Principles

  1. Repository is the system of record -- Knowledge stays in versioned files.
  2. Humans steer, agents execute -- Prompt-first workflows over manual edits where possible.
  3. Mechanical enforcement over intent-only docs -- CI and policy-as-code back every rule.
  4. Progressive disclosure -- AGENTS.md is the map, deep docs hold details.
  5. Continuous cleanup -- Track debt, docs drift, and stale patterns as first-class work.

Workflow Routing

TriggerWorkflowFile
scaffold, init, setup, bootstrapScaffoldWorkflows/Scaffold.md
audit, score, assess, readinessAuditWorkflows/Audit.md
doctor, health check, diagnose, gapsDoctorWorkflows/Doctor.md
evolve, improve, mature, level upEvolveWorkflows/Evolve.md

Resource Index

ResourcePurpose
SKILL.mdSkill routing, triggers, quick reference
HarnessMethodology.mdFull methodology reference (5 pillars, 10 production patterns)
Workflows/Scaffold.mdScaffold workflow with step-by-step guide
Workflows/Audit.mdAudit workflow with dimension details and output format
Workflows/Doctor.mdDoctor workflow with health checks and fix guidance
Workflows/Evolve.mdEvolve workflow with level-up paths

Examples

  • "Scaffold this repo for Reins"
  • "Audit this project with Reins and summarize the weakest dimensions"
  • "Run doctor on this repo and fix everything that fails"
  • "Evolve this repo to the next Reins maturity level"
  • "What's the harness engineering maturity of this project?"

Negative Examples

These should not trigger Reins:

  • "Fix this React hydration bug"
  • "Add OAuth login to the API"
  • "Run normal project lint and unit tests"

Route to general coding workflows unless the user explicitly asks for Reins scaffolding, audit, doctor, or evolve operations.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.67%
按下载量换算42

Claude

31.2%
按下载量换算37

Cursor

16.55%
按下载量换算20

Gemini CLI

8.72%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills