Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Relay

Relay 收录了来自 momobits 的 21 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
21
Stars
2
更新
2026-05-17
Forks
0
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

relay-auto
软件开发工程师

Drive Relay items end-to-end through the full code pipeline (analyze → plan/superplan → review → implement → verify → resolve) without per-skill prompting. Spawns one isolated agent per item that runs the entire pipeline and returns a structured summary; the main session never absorbs analyze landscape scans, plan code blocks, or verify diffs. Default mode picks the next item per priority rules and pauses after each; sweep mode walks N items or the whole backlog. Resumable across context compaction via on-disk session state. Use when you want to automate the code pipeline and just let Relay run.

2026-05-17
relay-help
接待员和信息文员

Navigate the Relay workflow. Analyzes current project state, helps you decide what to do, and routes you to the right skill. Use when you need guidance, want to file something but are not sure if it is an issue or feature, or say what should I do next.

2026-05-17
relay-setup
软件开发工程师

Set up the Relay workflow system for a new project. Creates directory structure, status files, and runs project-specific configuration. Use once per project.

2026-05-17
relay-analyze
项目管理专家

Analyze and validate an item before implementation. Checks if the problem still exists, identifies root cause, and maps blast radius. Use as the first step when starting work on an item from relay-ordering.md.

2026-05-02
relay-order
项目管理专家

Generate prioritized work ordering in relay-ordering.md. Analyzes dependencies, severity, and complexity to produce phased implementation plan. Use after relay-scan updates status.

2026-05-02
relay-plan
软件开发工程师

Create a detailed, step-by-step implementation plan with risk mitigation. Use after relay-analyze has validated the item and mapped the blast radius.

2026-05-02
relay-resolve
软件开发工程师

Close out and archive completed work. Creates implementation docs, archives resolved items, and updates ordering. Use after relay-notebook or relay-verify.

2026-05-02
relay-scan
软件开发工程师

Scan the project documentation and codebase to generate relay-status.md with current state of all tracked items. Use periodically or after creating/resolving issues and features.

2026-05-02
relay-superplan
项目管理专家

Creates a detailed, step-by-step implementation plan with risk mitigation. Use after relay-analyze has validated the item and mapped the blast radius. Spawns 5 competing agents with distinct strategies, once complete, synthesizes the best approach for the agents outputs. Use instead of relay-plan when you want broader exploration of implementation options.

2026-05-02
relay-verify
软件质量保证分析师与测试员

Verify implementation against the finalized plan. Checks diffs, completeness, correctness, and runs regression tests. Use after code changes are implemented.

2026-05-02
relay-review
软件质量保证分析师与测试员

Adversarial review of the implementation plan. Tries to break the plan by finding holes, edge cases, and regressions. Final gate before writing code. Use after relay-plan or relay-superplan.

2026-05-01
relay-exercise-auto
软件开发工程师

Walk an entire active exercise session end-to-end without per-item prompting. Spawns one isolated agent per work item that runs /relay-exercise-run then /relay-exercise-file with auto-decisions, and reports a summary back. Default mode walks all `mapped` capabilities in `_control.md` order; goal mode walks all non-terminal Journey steps in step order. Use when you want to sweep a session end-to-end and protect the main session's context window.

2026-04-30
relay-exercise
软件开发工程师

Map project capabilities for stress-testing. Default mode (no argument) scans bottom-up; goal mode (/relay-exercise "<goal>") builds a top-down journey with gap discovery. Creates a session subfolder under .relay/exercise/<session>/ with _control.md (Journey for goal mode, Context Chains for default) and updates the master registry at .relay/relay-exercise.md. Use at project onboarding, when the project has evolved, or to stress-test whether a specific goal is achievable.

2026-04-18
relay-cleanup
档案文员

Archive abandoned brainstorm files in .relay/features/. Use periodically to clean up brainstorms that were started but never completed through relay-design.

2026-04-16
relay-exercise-file
项目管理专家

Walk exercise findings within the active session with the user, file as issues or brainstorm seeds with session-aware Source headers, and update both the session _control.md and the master hub. Use after /relay-exercise-run produces findings.

2026-04-16
relay-exercise-run
软件质量保证分析师与测试员

Execute realistic scenarios against a capability (or group) within the active session. In goal-mode sessions, walks the journey end-to-end with adaptive gap handling (alternative / file / skip). Writes to .relay/exercise/<session>/<capability>.md (default) or step-<N>-<capability>.md (goal). Use after /relay-exercise creates a session.

2026-04-16
relay-brainstorm
项目管理专家

Interactive brainstorming session for a new feature idea. Explores approaches, trade-offs, and produces a brainstorm file. Use when you have a feature idea to explore.

2026-04-15
relay-discover
软件质量保证分析师与测试员

Scan the codebase to discover bugs, gaps, inconsistencies, and technical debt. Creates issue files in .relay/issues/. Use periodically or after significant code changes.

2026-04-12
relay-design
项目管理专家

Design features from a brainstorm file into detailed specs. Creates individual feature files with architecture, interfaces, and data flow. Use after relay-brainstorm produces a READY FOR DESIGN brainstorm.

2026-04-03
relay-new-issue
软件开发工程师

File a specific bug or gap as an issue. Redirects features to relay-brainstorm. Use when you have identified a specific problem to document.

2026-04-03
relay-notebook
软件开发工程师

Create and run a Jupyter verification notebook that exercises the real project API end-to-end. Use after relay-verify confirms implementation is complete.

2026-04-03