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

ix-flow

ix-flow 收录了来自 agent-ix 的 17 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

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

这个仓库中的 skills

helloworld-example
其他计算机职业

Smallest possible workflow skill — two phases joined by one auto transition.

2026-06-18
multi-phase-auto-example
其他计算机职业

Multi-phase linear workflow — the agent narrates each phase to the user as it advances.

2026-06-18
acyclic-links-example
其他计算机职业

Build a directed graph of nodes; the core `acyclic` invariant gates the terminal advance.

2026-06-18
minimal-interview-example
其他计算机职业

One question, one phase, interview.complete gates the transition. Demonstrates FR-022, FR-023, FR-024 happy path.

2026-06-18
typed-answers-example
其他计算机职业

Question bank exercising every supported answer type — text, list<text>, enum, bool, int — with minItems and required flags. Demonstrates FR-022, FR-023 validation paths.

2026-06-18
followup-questions-example
其他计算机职业

Two-phase workflow with followUpIf re-surfacing a question downstream. Demonstrates FR-024-AC-8 advisory channel.

2026-06-18
template-from-interview-example
软件开发工程师

Integration of interviews and templates — interview answers drive frontmatter and body of a generated artifact. Demonstrates FR-017..025 end-to-end.

2026-06-18
item-exists-example
软件开发工程师

Custom invariant requires at least one greeting before advancing.

2026-06-18
item-field-shape-example
软件开发工程师

Custom invariant validates that every report item carries a non-empty `summary` field before the next phase.

2026-06-18
hitl-gate-example
软件开发工程师

Terminal advance is gated by first-class CLI HITL state.

2026-06-18
multi-workflow-example
软件开发工程师

One skill ships two related workflows; the user disambiguates by passing the workflow name positionally to `run --path`.

2026-06-18
basic-render-example
软件开发工程师

Minimal artifactTemplates declaration — phase-entry renders one Markdown file from a template with variable substitution. Demonstrates FR-017, FR-018, FR-019.

2026-06-18
variant-selection-example
软件开发工程师

Template variant chosen at render time from an item field (component_type). Demonstrates FR-019 variant resolution.

2026-06-18
ix-flow-create
软件开发工程师

Author a new Agent IX workflow — scaffold a flow (def.yaml) and the skill (SKILL.md) that runs it. Use when asked to create, author, or scaffold an ix-flow workflow.

2026-06-17
intake
其他计算机职业

Collect a request through a short interview, then draft and finish.

2026-06-17
ix-flow
其他计算机职业

Run an Agent IX workflow with ix-flow — create a run and drive it through its phases, pausing at human gates for approval. Use when asked to run, start, continue, or resume an ix-flow workflow.

2026-06-17
release
其他计算机职业

Drive a change from draft through review to release.

2026-06-17