Syft guidance rulebook
Skill Solatrader/syft-news-skills/source-skills/syft-guidance-rulebook
Works with Syft CLI (CLI of Syft AI news tool) to generate daily digest and event trees, based on users interested topics
npx -y skills add Solatrader/syft-news-skills --skill syft-guidance-rulebookAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the user wants to capture long-lived preferences, editorial rules, branch preferences, or filtering instructions into a persistent rulebook in Codex or Claude Code without local helper scripts. Also use when the user wants a confirmation-first workflow before saving durable preferences.
SKILL.md
2.1 KB, as published. Nobody here has run it
Syft Guidance Rulebook
Use this skill when the user expresses something that may deserve long-term storage.
Goal
Maintain a persistent user guidance document that future profile, briefing, and storyline work can read as parallel guidance.
Recommended file:
profiles/user_guidance_rulebook.md
If a workspace already uses a JSON rulebook, reuse it instead of forcing Markdown. The critical behavior is the workflow, not the file format.
Golden rule
Never store a long-lived rule directly from one raw user sentence.
Always do this first:
- summarize your understanding
- ask whether the summary is correct
- ask whether the user wants it persisted
- only then write it into the rulebook
Good candidates for storage
- long-term content preferences
- structural editorial preferences
- storyline / branch handling preferences
- search extension preferences
- recurring dislikes or red lines
Bad candidates for storage
- one-off requests for today only
- temporary formatting asks
- speculative guesses that the user has not confirmed
Rulebook entry shape
Each stored rule should preserve:
- id
- name
- scope
- kind
- priority
- status
- canonical guidance text
- short rationale
- source note
- confirmed date
Read references/rulebook-template.md before editing the file.
Scope guidance
Use:
allfor rules that should influence almost everythingeditorialfor daily briefing behaviorstorylinefor event-tree organizationsyft_searchfor search completion behaviorrecommendationfor future recommendation logic
Priority guidance
Use broad bands:
85-100: strong, identity-defining, should almost always affect output65-80: meaningful preference, usually keep active40-60: soft preference<40: weak or situational preference