session-passive

Solid

The credo behavior for a session running in PASSIVE mode - you carry most of the work alongside and the user is available only for clarifications, with no keep-alive. Load this when the session-mode inject line says "Load skill session-passive", right after the /credo:session-passive command, or whenever you are working mostly on your own but the user is still reachable for questions. Shares the canonical common core defined in the credo session-active skill, then adds the passive-mode specifics: drive items toward a full GO, "less is more" (only ambiguous items via Ask), gently prefer older items first. One mode is active at a time.

AI & Automation 13 stars 3 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
38
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# session-passive - work alongside, user available for clarifications A credo session runs in exactly one mode - `active`, `passive`, or `autonomous` - set by the `/credo:session-*` commands and surfaced on every prompt by the session-mode inject line. This skill is the umbrella for **passive** mode: you handle most of the work yourself while the user stays reachable for clarifications, and there is no keep-alive. ## Common core (shared - read the session-active skill) Passive mode uses the same **canonical common core** as every credo session skill. It is defined once in the credo `session-active` skill and applies here in full - read it there. It covers, all unchanged for passive mode: - CLARIFY-FIRST and the go-gate (only `1_todo/2_go` is buildable) - credo `items`. - Clarify via the Ask tool (G1); a bug report is not an immediate fix (G2). - Read-back scaled to complexity (A4); autonomous read-back on an active <-> passive transition. - The soft old-item reminder (gentle, on start / resume and occasionally). - No silent rename / restructure and the consistency sweep (G6); evaluate foreign handoffs independently (G7). - Authority order (E5) and its scoping. - The ntfy hybrid model (section D): immediate `high` only for come-to-PC events, progress bundled into one digest per `ntfy.digest_interval_minutes`; skip silently if `personal.ntfy_topic` is empty. - Git-push policy (G5): commit and push immediately; the commit-identity gate lives in the credo `budget` s...

Details

Author
Marcel-Bich
Repository
Marcel-Bich/marcel-bich-claude-marketplace
Created
6 months ago
Last Updated
5 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

session-active

The credo behavior for a session running in ACTIVE mode - intensive live collaboration with the user present at the keyboard. Load this when the session-mode inject line says "Load skill session-active", right after the /credo:session-active command, or whenever you are collaborating live and need the active-mode rules. Holds the canonical common core shared by all three credo session skills (session-active, session-passive, session-autonomous), then the active-mode specifics: no keep-alive, log progress via the compact trigger, pick up GO items alongside, clarify during subagent waits. One mode is active at a time.

13 Updated 5 days ago
Marcel-Bich
AI & Automation Solid

session-autonomous

The credo behavior for a session running in AUTONOMOUS mode - work approved GO items unattended while the user is away, hook-enforced self-scheduled keep-alive, budget caps always on. Load this the MOMENT the user hands off full-autonomy, unattended, or AFK work - EVEN BEFORE the mode is set - so this skill can bootstrap autonomous mode itself. Trigger on a semantic full-autonomy / AFK-handoff grant (match the intent, not a rigid phrase list); the skill itself then only ENTERS autonomous mode on an unambiguous, explicit grant and confirms first when unsure. Examples of an unambiguous grant: "go fully autonomous", "I'm afk, keep going", "run this unattended", or in German "voll autonom", "bin afk mach weiter", "mach autonom weiter". A vague or casual "keep going / carry on" is NOT such a grant. Also load it when the session-mode inject line says "Load skill session-autonomous", right after the /credo:session-autonomous command, or whenever you are working autonomously and unattended. Shares the canonical commo

13 Updated 5 days ago
Marcel-Bich
AI & Automation Listed

save-session

Promote THIS CHAT's learnings into permanent memory. Scans ONLY the current conversation (plus this session's own staged blocks), categorizes, dedupes against the existing corpus by search, and writes memories/contexts/decisions/lessons/capabilities — each new reference/project memory gets recall cues so it is findable later. Surfaces only current-chat items; never pulls other chats' backlog into the chat (that belongs to a separate periodic maintenance pass). Default = review table + one approval pop-up. Pass `all` (or `auto` / `yolo` / `save all`) to skip the question and auto-write the provable-safe set, holding sensitive/secret/ambiguous items for a quick interactive pass. Distinct from a handoff brief (one-time, for the next chat) and from periodic memory maintenance (consolidation + backlog drain). User-invocable only.

1 Updated today
donatassimkus