ralph-specum-index
仓库创建 2026年1月12日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
自动构建可 diff 的索引,便于快速定位规格。
这个 Skill 做什么
为代码库生成可搜索的规格索引与组件/外部规范条目。
当你要把现有代码库的规格整理成可搜索的索引时用。它会扫描代码和规格,生成放在 specs/.index/ 下的条目和 index.md,组件与外部规范条目输出可比较、易 diff。支持按路径、类型、快速模式、dry-run 或强制刷新,输出稳定可复现,方便审查和版本对比。
▸ 展开 SKILL.md 英文原文
This skill should be used only when the user explicitly asks to use `$ralph-specum-index`, or explicitly asks Ralph Specum in Codex to generate or refresh index artifacts.
431
Stars
37
Forks
30
仓库内 Skill
+16
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum-codex/skills/ralph-specum-index/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum-codex/skills/ralph-specum-index/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Ralph Specum Index Use this to generate searchable index specs for an existing codebase. ## Contract - Index output lives under `specs/.index/` - Use stable Ralph templates for `index.md`, component specs, and external specs - Keep component and external entries deterministic and easy to diff ## Action 1. Parse the user scope such as path, types, excludes, quick mode, dry run, or force. 2. Scan the requested code areas for controllers, services, models, helpers, migrations, or comparable project structures. 3. Generate or update: - `specs/.index/index.md` - `specs/.index/components/*.md` - `specs/.index/external/*.md` 4. Keep outputs deterministic so start, research, and tria
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有