Skip to main content
在 Manus 中运行任何 Skill
一键导入
on-keyday
GitHub 创作者资料

on-keyday

按仓库查看 2 个 GitHub 仓库中的 25 个已收集 skills。

已收集 skills
25
仓库
2
更新
2026-07-23
仓库浏览

仓库与代表性 skills

rebrgen-adr
软件开发工程师

rebrgen の設計判断を ADR として記録するか検討する。設計方針の議論、選択肢の比較、既存判断の変更、判断理由を残す場面で使用する。

2026-07-13
rebrgen-build
软件开发工程师

rebrgen のビルド、初期セットアップ、EBM再生成、ebmcodegen復旧、新言語ジェネレーター追加を行うときに使用する。

2026-07-13
rebrgen-debug
软件开发工程师

rebrgen のコンパイルエラー、テスト失敗、想定外の挙動を調査するときに使用する。型や構造の定義から原因を追跡するデバッグ手順を提供する。

2026-07-13
rebrgen-dev-tips
软件开发工程师

rebrgen 内部の機能、マクロ、Context型、実装場所や構造を調べるときに使用する。開発中に関連定義やAPIの所在を確認するための知識を提供する。

2026-07-13
rebrgen-inter-lang-refactor
软件开发工程师

rebrgen の複数言語ジェネレーターにまたがるリファクタリング、共通部分の整理、EBM構造変更の影響調査を行うときに使用する。

2026-07-13
rebrgen-new-feature
软件开发工程师

rebrgen のコードジェネレーターへ新機能を追加するときに使用する。共通処理と言語固有処理の配置、EBM変更の判断、実装時の注意点を提供する。

2026-07-13
rebrgen-new-lang
软件开发工程师

新しい rebrgen 言語ジェネレーターを追加するときに使用する。スケルトン生成、フック実装、ビルド、テストの手順を提供する。

2026-07-13
rebrgen-overview
软件开发工程师

rebrgen の作業開始時や、プロジェクト全体像、ASTからEBMを経由するパイプライン、主要ディレクトリと責務を把握するときに使用する。

2026-07-13
当前展示该仓库 Top 8 / 20 个已收集 skills。
harness-cli
其他计算机职业

Use when working with other agents or the harness from inside a runner-spawned task — messaging peers on the agentboard, spawning / driving / killing worker agent sessions, delegating one-shot tasks, moving files in or out of a task's worktree, notifying the human operator, or discovering live agents and topics. Also defines the agentboard conventions (handshake, reply topics, trust model). Reply delivery is asynchronous via the inbox hook — never block on wait/dispatch from an agent turn.

2026-07-23
implementation-pitfalls
软件开发工程师

Use BEFORE dispatching implementer/reviewer subagents (superpowers:subagent-driven-development) or BEFORE extending a layer in this repo. Catalog of concrete past failure modes specific to this project — subagent dispatch checklists + sibling-code grep obligations + spec problem-statement enforcement.

2026-07-16
session-debugging
网络与计算机系统管理员

Use when observing or driving a live harness session's terminal from an agent — reading what a shell / TUI / REPL / claude session is showing, injecting keystrokes, running a shell command inside a live PTY, or diagnosing a worker that looks stuck or unresponsive (harness-cli session snapshot / send / exec).

2026-07-05
landing-to-main
软件开发工程师

Use when landing / pushing / merging a harness task-branch's work to a repo's trunk, AND at the start of a RESUMED session before new work. Covers both local-trunk-authoritative (FF-mirror) repos and PR-based repos. Universal rule — NEVER cherry-pick to the remote (it manufactures dup-SHA divergence) and rebase the task branch onto the current trunk first. Determine each repo's landing policy once and record it in memory.

2026-06-07
independent-review
软件质量保证分析师与测试员

Use when you want a second opinion that does not inherit your framing — adversarial review of a diff or design, catching plausible-but-wrong work, or questioning whether the whole approach is right. Explains when a built-in subagent suffices vs. when to spawn a truly independent agent. For the harness-cli commands themselves, see the harness-cli skill.

2026-06-07
已展示 2 / 2 个仓库
已展示全部仓库