smart-ralph
仓库创建 2026年1月12日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
作为插件框架的中心化规范,便于统一行为与参数传递。
这个 Skill 做什么
Ralph 插件核心,定义公共参数、执行模式与协调/委派规则。
用来统一管理 Ralph 插件的运行方式和参数,比如切到“quick mode”、控制最大迭代、保存/加载 state file,或把任务委派给子代理。遇到要调优执行流程、检查循环行为、或需要协调多个子任务时会用到。特别之处在于它是所有 Ralph 操作的中枢,负责共享行为、参数约定和委派规则,保证各部分一致协同。
▸ 展开 SKILL.md 英文原文
This skill should be used when the user asks about "ralph arguments", "quick mode", "commit spec", "max iterations", "ralph state file", "execution modes", "ralph loop", "coordinator behavior", "delegate to subagent", or needs guidance on Ralph plugin arguments, state management, delegation patterns, or execution loop behavior. Core behavioral skill for all Ralph Specum operations.
431
Stars
37
Forks
30
仓库内 Skill
+16
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum/skills/smart-ralph/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum/skills/smart-ralph/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Smart Ralph Core skill for all Ralph plugins. Defines common arguments, execution modes, shared behaviors, and coordinator delegation rules. ## Common Arguments All Ralph commands support these standard arguments: | Argument | Short | Description | Default | |----------|-------|-------------|---------| | `--quick` | `-q` | Skip interactive phases, auto-generate artifacts, start execution immediately | false | | `--commit` | `-c` | Commit and push spec/feature files after generation | true (normal), false (quick) | | `--no-commit` | | Explicitly disable committing files | - | | `--max-task-iterations` | `-m` | Max retries per failed task before stopping | 5 | | `--fresh` | `-f` | Force
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有