Use this root skill as the entry point for the bundled Syft CLI workflow pack.
This package assumes the user has:
syft followingsyft topsyft searchIf the syft command is missing or syft status fails because the CLI is not installed,
pause the workflow and tell the user to install the official Syft CLI first:
npm install -g @orionarm/syft-cli
After installation, ask the user to run:
syft login
syft status
Only continue with the bundled workflows after the CLI is available and authenticated.
Do not try to solve every request from this file alone.
Use this file to choose the correct bundled subskill, then read that subskill's SKILL.md.
Subskills live under:
subskills/syft-news-pipeline/subskills/syft-profile-summary/subskills/syft-daily-briefing/subskills/syft-storyline-tree/subskills/syft-storyline-backfill/subskills/syft-guidance-rulebook/When the user's request is broad or spans multiple stages, start with:
subskills/syft-news-pipeline/SKILL.mdThat bundled skill is the orchestration entry point and contains the top-level workflow map.
Read:
subskills/syft-profile-summary/SKILL.mdUse when the task is to turn syft following into reusable profile artifacts such as:
following_topics.mdprofile_summary.mdRead:
subskills/syft-guidance-rulebook/SKILL.mdUse when the user expresses a durable preference or editorial rule that should persist across future runs.
Read:
subskills/syft-daily-briefing/SKILL.mdUse when the user wants a personalized daily edition from Syft CLI signals.
Read:
subskills/syft-storyline-tree/SKILL.mdUse when the user wants a relationship-first reading view with trunks, branches, and merged timelines.
Read:
subskills/syft-storyline-backfill/SKILL.mdUse when the user already has a storyline tree and wants one branch, one trunk, or the full tree extended with more chronology.
Apply these rules before and after routing:
syft is available. Run syft status.
If the command is not found or the CLI is missing, instruct the user to install it with:
```bash
npm install -g @orionarm/syft-cli
```
Then have the user run:
```bash
syft login
syft status
```
syft following as the declared-interest source of truth in Syft-only environments.This root skill exists to satisfy package hosts that require a top-level SKILL.md.
The actual domain workflows remain modular in the bundled subskills so the package stays maintainable and the agent can load only the needed instructions.
共 1 个版本