Skip to main content

Skills in this repository

WenJunDuan/Rlues - Page 12

SkillsMP has collected 522 skills from WenJunDuan/Rlues. Open a skill to review its source and details.

WenJunDuan/Rlues

Showing 40 of 522 collected skills.

occupation
Computer Occupations, All Other
description

PACE 可选 stage. 大需求 (跨 ≥3 模块) 拆成子 feature 序列. 产出 .ai_state/roadmap/{slug}/items.yaml + roadmap.md. 每个子 item 完成后回写 status, 主 agent 自动进入下一个 item 的 plan stage.

Source text: Chinese

updated
occupation
Software Developers
description

维护 .ai_state/architecture/ 长效档案 (项目现状档). Refactor/System 路径完成后强制更新 ARCHITECTURE.md 总入口 + {type}-{slug}.md 子系统档. 注: 不同于 cx 端的 architect.toml subagent (后者是 design stage 工作者).

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

PACE 可选最早 stage. 用户想法模糊时通过对话理清楚. AI 角色: 思考伙伴, 挖用户真正想解决的问题, 必要时提出更好的替代方案. 完成后产出 sprints/{date}-{slug}/brainstorm.md 并路由到 plan / roadmap / direct design.

Source text: Chinese

updated
occupation
Software Developers
description

Compound Learning Loop. 跨 sprint 积累的经验沉淀到 compound/, 按 doc_type 分文件存档. 4 种 doc_type: learning / trick / decision / explore. v9.6.4 重写 (替代 v9.6.2 单文件 lessons.md). 铁律 13: 一事一档, ≤100 行.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

PACE 路由 + 8 stage 状态机. Athena 项目的中枢. 主 agent 进入任何 sprint 前必读. v9.6.4 升级: 新增 brainstorm + roadmap stage, sprints/ 替代 details/, compound/ 颗粒化, 接入 ultrathink/critic, spec-compliance 等.

Source text: Chinese

updated
occupation
Software Developers
description

PACE polish stage. Refactor/System 路径强制. 5 检查项 + worktree 清理 + 触发 architecture 更新. v9.6.4 升级: 加 finishing-a-development-branch 流程 (借 Superpowers), 加 compound/ 触发.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

PACE 可选 stage. 大需求 (跨 ≥3 模块) 拆成子 feature 序列. 产出 .ai_state/roadmap/{slug}/items.yaml + roadmap.md. 每个子 item 完成后回写 status, 主 agent 自动进入下一个 item 的 plan stage.

Source text: Chinese

updated
occupation
Software Developers
description

通过 `agy -p "..."` 命令调度 Google Antigravity CLI (subagent / 并行任务). Athena 在 CC 端可用此 skill 把"重的、可并行的、不需要 CC 自己跑"的任务外包给 Antigravity. Antigravity 由用户的 Google 账号驱动, 默认使用 Gemini 3.5 Flash, 适合大批量、可独立切片的任务. 注: 用户不直接用 Antigravity, 调度由 Athena 负责.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

Athena 开发主入口 skill. 用户说"实施这个 task" / "做这个 feature" 时调度. 按 PACE 路径推进 stage 状态机.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

Athena 项目初始化 skill. 在项目中执行 /athena-init 时调用. 职责: 探测平台 / 工具可用性, 创建 .ai_state/ 目录 + 复制 _index.md 模板 + 填入探测结果.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

从旧版本 Athena (v9.6.1 或更早) 迁移到 v9.6.2. 备份 + 应用 hotfixes + 新增字段.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

项目级 Athena 偏好设置 (e.g. skip_polish, default_path, 优先工具).

Source text: Undetermined

updated
occupation
Software Quality Assurance Analysts & Testers
description

用户主动触发 review (例如 "review 一下我刚写的代码"). 调用 reviewer + evaluator subagent.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

Athena 全局首次配置 (跨项目, 一次性). 部署 rules / hooks / agents / skills 到 ~/.claude/ (CC) 或 ~/.codex/ (CX) 或 ~/.agents/skills/_athena/ (CX 端 skills). 和 athena-init 区别: setup 是全局一次性, init 是每项目一次.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

快速查看当前项目的 Athena 状态: stage, path, sprint, tools_available, 进度. 无副作用, 只读.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

augment-context-engine MCP 工具的调度说明. PACE plan / design 阶段做项目代码语义检索, 找"是否已经实现过"或"相关代码在哪里". 避免重复造轮子.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

Compound Learning Loop. 跨 sprint 积累的经验、模式、约束沉淀到 lessons.md, 后续 sprint 自动加载.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

调用 context7 (npx ctx7) 库文档解析工具. PACE plan / design / impl stage 在需要查第三方库 API / 用法 / 最佳实践时使用. 避免凭记忆瞎写库 API.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

PACE 路由 + 状态机 skill. Athena 的核心编排层. 路由 6 路径 (Hotfix/Bugfix/Quick/Feature/Refactor/System), 状态机 6 stage (plan/design/impl/review/polish/ship). 按路径决定 stage 序列, 按 stage 决定 subagent 矩阵 + rules 注入.

Source text: Chinese

updated
occupation
Software Quality Assurance Analysts & Testers
description

PACE polish stage 专用 skill. 仅 Refactor / System 路径触发. review_pass1 后, ship 前的最终清理段. 清理临时代码 / 完善注释 / 检查冗余 / 低效 / 过度设计. 产出 cleanup-pass-{sprint}.md, 合并 review 意见, stage 由 polish → ship.

Source text: Chinese

updated
occupation
Software Developers
description

通过 `agy -p "..."` 命令调度 Google Antigravity CLI (subagent / 并行任务). Athena 在 CX 端可用此 skill 把"重的、可并行的、不需要 CC 自己跑"的任务外包给 Antigravity. Antigravity 由用户的 Google 账号驱动, 默认使用 Gemini 3.5 Flash, 适合大批量、可独立切片的任务. 注: 用户不直接用 Antigravity, 调度由 Athena 负责.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

PACE 路由 + 状态机 skill. Athena 的核心编排层. 路由 6 路径 (Hotfix/Bugfix/Quick/Feature/Refactor/System), 状态机 6 stage (plan/design/impl/review/polish/ship). 按路径决定 stage 序列, 按 stage 决定 subagent 矩阵 + rules 注入.

Source text: Chinese

updated
occupation
Software Quality Assurance Analysts & Testers
description

PACE polish stage 专用 skill. 仅 Refactor / System 路径触发. review_pass1 后, ship 前的最终清理段. 清理临时代码 / 完善注释 / 检查冗余 / 低效 / 过度设计. 产出 cleanup-pass-{sprint}.md, 合并 review 意见, stage 由 polish → ship.

Source text: Chinese

updated
occupation
Software Developers
description

Sprint 的 Quality Gate 通过后触发。把本 Sprint 学到的提炼为结构化条目追加 lessons.md,供下次 R₀ 读取。

Source text: Chinese

updated
occupation
Software Developers
description

工作流路由器。收到开发任务时触发。按任务复杂度路由到 6 条路径,编排 CC 工具 + 增强节点。

Source text: Chinese

updated
occupation
Software Developers
description

VibeCoding 主入口。从需求到交付的完整工程化开发流程。

Source text: Chinese

updated
occupation
Software Developers
description

项目初始化。每个新项目首次使用 VibeCoding 时运行。扫描项目、生成环境脚本、创建状态目录。

Source text: Chinese

updated
occupation
Software Developers
description

VibeCoding Hermes 全局安装。检查 CC 版本、装插件、配置 Codex、部署 hooks。首次使用运行一次。

Source text: Chinese

updated
occupation
Software Developers
description

VibeCoding 状态面板。显示当前 PACE 状态、最近 hook 触发、项目 lessons 数量、plugin 健康。

Source text: Chinese

updated
occupation
Software Developers
description

Sprint 的 Quality Gate 通过后触发。把本 Sprint 学到的提炼为结构化条目追加 lessons.md,供下次 R₀ 读取。

Source text: Chinese

updated
occupation
Software Developers
description

工作流路由器。收到开发任务时触发。按任务复杂度路由到 6 条路径,编排 Codex 内置工具 + spawn_agent。

Source text: Chinese

updated
occupation
Software Developers
description

Sprint 的 Quality Gate 通过后触发。把本 Sprint 学到的提炼为结构化条目追加 lessons.md,供下次 R₀ 读取。

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

整理 ~/.claude/lessons/ 全局工具链经验。审阅 draft, 改名落档, 维护 INDEX.md, 7 天 archive 自动归档。

Source text: Chinese

updated
occupation
Software Developers
description

工作流路由器。收到开发任务时触发。按任务复杂度路由到 6 条路径,编排 CC 工具 + 增强节点。

Source text: Chinese

updated
occupation
Software Developers
description

VibeCoding 主入口。从需求到交付的完整工程化开发流程。

Source text: Chinese

updated
occupation
Software Developers
description

项目初始化。每个新项目首次使用 VibeCoding 时运行。扫描项目、生成环境脚本、创建状态目录。

Source text: Chinese

updated
occupation
Software Quality Assurance Analysts & Testers
description

单独运行质量审查,不走完整开发流程。

Source text: Chinese

updated
occupation
Network & Computer Systems Administrators
description

VibeCoding 全局安装。检查 CC 版本、装插件、装 Gstack、装 context7 skill、配置 Codex、部署 hooks、初始化全局 lessons。首次使用运行一次。

Source text: Chinese

updated
occupation
Software Developers
description

VibeCoding 状态面板。显示当前 PACE 状态、最近 hook 触发、lessons 数量、plugin 健康、待审 drafts。

Source text: Chinese

updated
occupation
Software Developers
description

Sprint 的 Quality Gate 通过后触发。把本 Sprint 学到的提炼为结构化条目追加 lessons.md,供下次 R₀ 读取。

Source text: Chinese

updated
Showing 40 of 522 collected skills.