一键导入
takode
takode 收录了来自 MrVPlusOne 的 16 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Dispatch workflow for leader/orchestrator sessions. Use when dispatching a quest to a worker, choosing which worker to assign, spawning new worker sessions, or deciding whether to reuse vs spawn. Triggers: 'dispatch', 'send quest', 'assign worker', 'spawn worker', 'which worker', 'reuse or spawn'.
Cross-session orchestration for Takode. Use when you need to interact with other sessions: listing active sessions, peeking at session activity, reading messages, sending instructions to workers, or spawning new sessions. Triggers: 'check on workers', 'send to session', 'orchestrate', 'coordinate agents', 'list sessions', 'peek at session', 'what are my sessions doing', 'check session status'.
Confirm quest intent before creating a new quest or refining an idea into a worker-ready quest. Invoke when a user asks to create, file, refine, scope, or prepare a quest, or before materially rewriting quest title/description/tags as part of refinement. Do not use for routine quest feedback, claiming, completion, verification checks, or other bookkeeping.
Port changes from a git worktree to the main repository. This is the skill behind `/port-changes`; `worktree-rules` remains the underlying skill slug/directory. Use when asked to 'port changes', 'sync to main', 'push to main repo', '/port-changes', or when porting worktree commits.
Quality review for another agent's change. Invoke it with a concise description of the change to review, then inspect that worker's status and diff and later verify whether required findings were addressed.
Adversarial review of a worker's completed task. Independently evaluates whether the worker did thorough, honest work or took shortcuts. Returns ACCEPT or CHALLENGE with specific questions. Invoked by the reviewer session after being spawned by the leader.
Use when validating Takode UI or E2E workflows in a browser, checking frontend behavior, using shared persistent validation state or isolated exceptions, gathering screenshot evidence, exercising Playground states, coordinating dev-server:companion or agent-browser leases, or documenting Quest Journey Execute evidence. This Takode project skill uses agent-browser for interactive validation and forbids stopping, killing, or replacing the live :3456 server.
Use when designing, reviewing, or changing Takode leader/worker/reviewer orchestration instructions, Quest Journey phase briefs, leader dispatch templates, or related project agent workflow docs. Do not use for ordinary quest execution, normal code review, or phase work that only follows existing instructions.
Use when designing, changing, or reviewing Takode CLI commands, JSON output schemas, inspection commands, or orchestration command output that may expose session objects, prompts, histories, logs, recordings, images, tool results, artifacts, or other bulky/uncommon fields.
Use when designing, changing, or reviewing Takode CLI commands, JSON output schemas, inspection commands, or orchestration command output that may expose session objects, prompts, histories, logs, recordings, images, tool results, artifacts, or other bulky/uncommon fields.
Use before changing or reviewing Takode Codex adapter/session behavior involving Codex skills/changed notifications, skills/list or app/list metadata refresh, stale skill/app metadata state, startup or relaunch metadata pickup, Codex session close waves, browser-open relaunch or recovery behavior, or image attachment transport safety.
Use before changing or reviewing Takode Codex adapter/session behavior involving Codex skills/changed notifications, skills/list or app/list metadata refresh, stale skill/app metadata state, startup or relaunch metadata pickup, Codex session close waves, browser-open relaunch or recovery behavior, or image attachment transport safety.
Use before changing Takode injected messages, synthetic user messages, model-only reminders, reminder messages, or reminder-message rendering/delivery. Future agents working on injected-message behavior must read this skill first.
Use when the user wants to remember, capture, save, or add a random idea, thought, note, link, reference, decision, or memory to Yuege's Random Memory Hub in Notion.
Confirm the user's intent before doing any work. Invoke this skill whenever the user includes /confirm anywhere in their message -- even mid-sentence, even if it looks like conversational agreement (e.g. "/confirm Yes, do it"). The /confirm token is always a skill invocation, never conversational. Do not take action on the specific instruction or change request under /confirm until the confirm workflow completes.
Expensive multi-perspective self-review using parallel subagents. Use when asked for a deep self-review, when the reviewer explicitly escalates to the parallel path, or when you need broader code-quality coverage than the default reviewer-owned pass.