mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-22 00:56:35 +03:00
Move the 8 directories under bundles/ to the repo root via git mv and remove the now-empty bundles/ directory. Replace the "bundles" entry in pyproject.toml [tool.deptry] extend_exclude with the 8 moved dir names so the moved trees stay excluded from Python dependency analysis. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
36 lines
610 B
Markdown
36 lines
610 B
Markdown
---
|
|
name: {{PHASE_NAME}}
|
|
description: >-
|
|
{{TRIGGER_DESCRIPTION}}
|
|
license: MIT
|
|
compatibility: Compatible with any agent supporting the Agent Skills format
|
|
metadata:
|
|
tags: [workflow, generated]
|
|
spec-version: "1.0"
|
|
---
|
|
|
|
# {{PHASE_NAME}}
|
|
|
|
This skill is part of the **{{BUNDLE_NAME}}** bundle, generated by
|
|
workflow-architect on {{GENERATION_DATE}}.
|
|
|
|
## When to Use
|
|
|
|
{{WHEN_TO_USE}}
|
|
|
|
## What to Do
|
|
|
|
{{WHAT_TO_DO}}
|
|
|
|
## Transition Signals
|
|
|
|
This phase typically ends when:
|
|
|
|
{{TRANSITION_SIGNALS}}
|
|
|
|
## What to Tell the User
|
|
|
|
During this phase, communicate with the user in this style:
|
|
|
|
{{COMMUNICATION_GUIDANCE}}
|