Skip to main content

AgiFlow/doompi

SkillsMP は AgiFlow/doompi から 29 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
29
GitHub スター
14
GitHub フォーク
1

このリポジトリの skills

分類待ち

収集済み skill 29 件中 29 件を表示しています。

職業分類
未分類
説明

Use @agimon-ai/doompi-sandbox: Container sandbox for DoomPi launches: the agent, extensions, and tools run inside Docker or Podman while the terminal stays on the host

原文の言語: 英語

更新
職業分類
未分類
説明

Configure DoomPi plugin catalogs and domain resource selections in domains.yaml. Use when creating or editing .doom/domains.yaml or ~/.pi/.doom/domains.yaml, choosing local, Git, or npm plugins, filtering plugin resources, setting aliases or defaults, or…

原文の言語: 英語

更新
職業分類
未分類
説明

Use Doom Pi MCP to inspect domain-scoped servers, authenticate, reload configuration, measure what server tool schemas cost in context, and troubleshoot tool availability.

原文の言語: 英語

更新
職業分類
未分類
説明

Manage long-running commands started by bash: dev servers, watchers, builds, tails, and anything that prompts for input. Trigger when a command needs to outlive the current turn, when bash output was truncated, or when a background process needs to be…

原文の言語: 英語

更新
職業分類
未分類
説明

Architectural review and design-pattern enforcement for this repository, run as a CLI. Hooks already surface patterns before an edit and diagnostics after a batch, so reach for this when you need an explicit sweep, want to know which rules govern a file…

原文の言語: 英語

更新
職業分類
未分類
説明

Use @agimon-ai/doompi-cache: Provider prompt cache policy and deterministic routing for DoomPi

原文の言語: 英語

更新
職業分類
未分類
説明

Configure DoomPi runtime settings, source precedence, and typed session configuration. Use for config.yaml, the doom/config Cordis service, immutable context snapshots, or shared selection transition state. Do not use for defining modes.yaml, domains.yaml, or…

原文の言語: 英語

更新
職業分類
未分類
説明

Configure DoomPi default packages, layers, extensions, hook groups, and named major modes. Use when creating or editing ~/.pi/.doom/modes.yaml or a repository's .doom/modes.yaml, choosing a default mode, or diagnosing which behavior a mode activates.

原文の言語: 英語

更新
職業分類
未分類
説明

Configure DoomPi profile discovery, personas, environment defaults, and precedence in profiles.yaml. Use when creating or changing personal or repository profiles. Do not use for config.yaml runtime settings, modes.yaml, or domains.yaml.

原文の言語: 英語

更新
職業分類
未分類
説明

Author and distribute DoomPi agent skills. Use when creating a SKILL.md, adding supporting references or scripts, contributing a runtime skill directory through Cordis, or publishing activation-gated Help prompts from a DoomPi package.

原文の言語: 英語

更新
職業分類
未分類
説明

Use DoomPi's skill catalog and deferred discovery. Use when browsing available skills, invoking /skill:name, understanding Help and extension-owned skill groups, or diagnosing why a skill is absent or shadowed.

原文の言語: 英語

更新
職業分類
未分類
説明

Create or update a DoomPi extension package inside the DoomPi monorepo or as an external npm package. Use for package layout, Pi discovery entries, shared Cordis lifecycle, package-owned Help, and extension verification.

原文の言語: 英語

更新
職業分類
未分類
説明

Author DoomPi repository or plugin hooks. Use when creating or changing .doom/hooks.yaml, selecting hook groups from modes.yaml, writing hook commands, or adapting Claude Code hook payloads and decisions to DoomPi.

原文の言語: 英語

更新
職業分類
未分類
説明

Use Doom Pi Runner to supervise shell commands, inspect durable logs, provide interactive input, and stop background runs.

原文の言語: 英語

更新
職業分類
未分類
説明

Use Doom Pi Goal to start, budget, pause, resume, complete, block, and inspect persistent repository goals.

原文の言語: 英語

更新
職業分類
未分類
説明

Use Doom Pi Help to activate package guidance, load exact-version skills, and diagnose unavailable or conflicting contributions.

原文の言語: 英語

更新
職業分類
未分類
説明

Use Doom Pi Loop to start, inspect, and stop session-scoped recurring prompts safely.

原文の言語: 英語

更新
職業分類
未分類
説明

Use Doom Pi Plan to draft reviewable normal, debug, or Fable-assisted plans, persist them, and exit safely.

原文の言語: 英語

更新
職業分類
未分類
説明

Use Doom Pi Voice for manual transcription, autonomous capture, narration, configuration, and recovery on macOS.

原文の言語: 英語

更新
職業分類
未分類
説明

Recover a failed or interrupted workflow-mcp run so it resumes from its active repair rather than starting over. Use before calling workflow_run with action recover, whenever a run shows stage error or interrupted, or when deciding between recovering a run,…

原文の言語: 英語

更新
職業分類
未分類
説明

Author DoomPi workflow definitions. Use when creating or changing a *.workflow.yml graph, arranging job dependencies and host-executed steps, or deciding how a command requiring a TTY should run.

原文の言語: 英語

更新
職業分類
未分類
説明

Use DoomPi workflows. Use when discovering or launching workflows, monitoring or controlling asynchronous runs, interpreting terminal notifications, or recovering a failed run safely.

原文の言語: 英語

更新
職業分類
未分類
説明

Draft a clear, source-backed blog post from an approved outline and research brief. Use when the structure and factual basis are ready for prose.

原文の言語: 英語

更新
職業分類
未分類
説明

Turn an approved blog brief and research into a focused, source-aware outline. Use after research and before drafting a post.

原文の言語: 英語

更新
職業分類
未分類
説明

Research a blog topic and produce a traceable source brief. Use before outlining or drafting when claims need current facts, external evidence, quotations, or links.

原文の言語: 英語

更新
職業分類
未分類
説明

Fact-check and edit a blog draft for accuracy, structure, clarity, and publication readiness. Use after drafting or when the user requests an editorial review.

原文の言語: 英語

更新
職業分類
未分類
説明

Implement scoped code changes in an existing repository and verify them with its native checks. Use when the user asks to build, change, or fix code, not for a review-only request.

原文の言語: 英語

更新
職業分類
未分類
説明

Review a code change for concrete defects, regressions, missing tests, and contract violations. Use when the user asks for code review, diff review, or risk assessment, not as a general implementation workflow.

原文の言語: 英語

更新
職業分類
未分類
説明

Design, add, and run focused tests for repository behavior. Use for test implementation, regression coverage, verification, or diagnosing a failing test, not for a review-only request.

原文の言語: 英語

更新
収集済み skill 29 件中 29 件を表示しています。