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

suisya-systems

按仓库查看 3 个 GitHub 仓库中的 47 个已收集 skills。

已收集 skills
47
仓库
3
更新
2026-07-26
仓库浏览

仓库与代表性 skills

org-delegate
其他计算机职业

ワーカーClaudeを派遣して作業を委譲する。窓口は司令塔であり、 手を動かす実作業は原則としてワーカーに任せる。 ユーザーから作業の依頼を受けたとき、ファイル編集・実装・調査等の 実作業が発生する場合に発動する。

2026-07-26
org-setup
其他计算机职业

組織の全ロール(窓口・ディスパッチャー・キュレーター・ワーカー)に必要な Claude Code の許可設定・環境変数を一括で配置・更新するスキル。 「設定して」「許可設定を更新して」「セットアップして」 「permissions設定」「org-setup」等で発動する。

2026-07-26
work-discovery
软件开发工程师

open Issue を triage して「次の仕事候補(N 件 + 推奨 1 件)」を窓口が人間へ提示する。 決定的ツール tools/work_discovery_scan.py を 1 回実行し、その候補 JSON を 設計書 §5.2 の人間可読フォーマットでレンダリングするところで停止する(propose-only)。 起動主体は窓口に限定。手動 / イベント起動のみ(常駐 /loop なし)。 「次の仕事候補出して」「triage して」「次なにやる?」や PR マージ後の proactive next-dispatch で窓口が手動起動する。

2026-07-25
org-curate
其他计算机职业

蓄積された生の学び(knowledge/raw/)を整理・統合する。 ディスパッチャーが worker クローズ時の閾値チェック (tools/check_curate_threshold.py) 超過でオンデマンド起動した キュレーターから 1 回だけ呼び出される(常駐 /loop は廃止)。 手動で「知見を整理して」と言われたときにも使う。

2026-07-22
org-retro
其他计算机职业

委譲プロセスの振り返り。ワーカーへの作業委譲が完了したとき、 委譲の進め方自体を振り返り、プロセス改善の知見を記録する。 さらに、完了タスクの作業パターンをwork-skillとして蓄積すべきか判断する。 実作業の技術的な振り返りはワーカーが自動的に行うため、ここでは扱わない。

2026-07-22
skill-audit
其他计算机职业

skill の棚卸し(廃止候補 / 重複統合 / owner 明記チェック)。 状態ベースで発火する: 候補キュー knowledge/skill-candidates.md の pending が 5 件以上、 または .claude/skills/ 配下の work-skill 数(org-* を除く)が 20 以上になった場合のみ実行。 時間ベースの /loop では起動しない(変化の無い日に raw ログを汚す副作用を避けるため)。

2026-07-22
skill-eligibility-check
其他计算机职业

作業パターンを skill 化すべきか判定する共通スキル。org-retro と org-curate から呼ばれ、 「skill 化推奨 / 候補止まり / curated ノートのまま」の 3 値と根拠を返す。 自動 skill 化はせず、推奨は machine-local な knowledge/skill-candidates.local.md に追記し、 窓口が候補キューが溜まった時点でバッチで人間に問い合わせる二段構え。

2026-07-22
org-pull-request
软件开发工程师

ワーカー完了報告に対するユーザー承認後の push / PR 作成 / CI 監視 / レビュー指摘ループ / PR マージ後の最終クローズを窓口が実行する。発動条件: (1) ワーカーから完了報告を受領しユーザーが「OK」「進めて」等の明示的承認を出した直後、 (2) GitHub PR にレビュー指摘 / CI 失敗が来てワーカーへ修正指示を送り直すとき、 (3) PR がマージされ最終クローズ条件を満たしたとき。 単に「ワーカーに作業を依頼する」初動は org-delegate であり本スキルではない。

2026-07-22
当前展示该仓库 Top 8 / 23 个已收集 skills。
work-discovery
项目管理专家

Triage open Issues and have the Lead present "next-work candidates (N items + 1 recommendation)" to the human. Run the deterministic tool tools/work_discovery_scan.py once and stop after rendering the candidate JSON in the human-readable format defined by design doc §5.2 (propose-only). The trigger is restricted to the Lead. Manual / event-driven only (no resident /loop). Fires when the Lead manually invokes for "show next-work candidates", "triage", "what's next?", or for proactive next-dispatch after a PR merge.

2026-07-18
org-delegate
其他计算机职业

Dispatch a Worker Claude to delegate work. The Lead is the command tower; hands-on execution is, in principle, left to Workers. Fires when a user request involves actual hands-on work such as file edits, implementation, or investigation.

2026-07-18
org-start
其他计算机职业

Start up the org. Load the previous state and brief, then launch the dispatcher pane. Run this once right after starting Claude Code. Also triggered by "start", "boot", "begin", etc. The curator is not launched (it has moved to on-demand launch by the dispatcher when the threshold check at worker close fires).

2026-07-16
org-down
其他计算机职业

Suspend the org and fully stop it, down to and including the broker daemon. Use when told "stop it completely", "bring it down including the daemon", "org down it", "shut everything down". An integrated shutdown that runs suspend (state save + stopping ja-managed processes / panes) to completion and then calls `claude-org-runtime org down`. For a plain "suspend" / "done for today", use /org-suspend, which leaves the daemon running.

2026-07-16
org-pull-request
软件开发工程师

After the user approves a worker's completion report, the Lead handles push / PR creation / CI monitoring / review-feedback loop / final close after PR merge. Triggers: (1) immediately after a worker submits a completion report and the user gives explicit approval such as "OK" or "go ahead", (2) when review feedback / CI failure arrives on the GitHub PR and you need to send fix instructions back to the worker, (3) when the PR is merged and the final close conditions are met. The initial "delegate work to a worker" step is handled by org-delegate, not by this skill.

2026-07-16
org-suspend
其他计算机职业

Suspend the org and persist all state to disk. Use when the user says "suspend", "save and exit", "I want to close", "let's stop for now", "done for today".

2026-07-16
pr-watch-pane
软件开发工程师

Run PR CI / merge monitoring (tools/pr-watch.sh) in a dedicated pane pr-watch-<PR> inside the broker tmux session. When the Lead starts it with `/pr-watch-pane <PR>` right after creating a PR, the monitoring runs in ja-root cwd, outside the sandbox, and continues independently of /clear or the Lead session's lifetime. Idempotent start via the pane name (no double monitoring), identity registration with role=watcher, and the pane auto-closes when monitoring ends (CI green / PR merged / timeout). The Bash tool's background mode is session-lifetime-bound and unsuitable for a long-running watcher, so this skill is the recommended path. Triggered by "watch CI in a pane", "run pr-watch in a pane", "watch PR <N>'s CI", etc.

2026-07-16
dispatcher-resume
其他计算机职业

Read the handover file written by /dispatcher-handover and bring the Dispatcher back in a fresh session. Use it on the very first turn after /clear. Atomically update `dispatcher_pane_id` / `dispatcher_peer_id` in state.db, and resume the `/loop 3m` worker monitoring loop. Use when the Secretary instructs "resume the Dispatcher" / "resume" / "pick up from the handover". This is not /org-start (the Worker / Secretary / Curator are assumed to still be alive).

2026-07-04
当前展示该仓库 Top 8 / 23 个已收集 skills。
已展示 3 / 3 个仓库
已展示全部仓库
suisya-systems Agent Skills | SkillsMP