session-active

Solid

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.

AI & Automation 13 stars 3 forks Updated 4 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-active - intensive live collaboration A credo session runs in exactly one mode - `active`, `passive`, or `autonomous` - set by the `/credo:session-active|passive|autonomous` commands and surfaced on every prompt by the session-mode inject line. This skill is the umbrella for **active** mode: the user is present and you collaborate intensively and live. It ties the credo building-block skills together for this mode; it does not restate their rules. This file also holds the **canonical common core** that all three session skills share. `session-passive` and `session-autonomous` reference this section instead of repeating it - read it there too. --- # Common core (shared by all three session skills) These rules hold in every mode. The mode-specific sections only add or narrow behavior on top of this core. The core is deliberately thin: most of it points at a credo building-block skill that owns the actual rule, so nothing is duplicated. ## One mode at a time The three modes are exclusive - exactly one is active per session, bound to this session's id and surfaced by the inject line. Switching mode is an explicit user act via the `/credo:session-*` commands (which also couple the keep-alive autonomy flag). Do not assume a mode; read the inject line. ## CLARIFY-FIRST Ask until EVERYTHING is clear. Never assume prematurely that a request is clear. A GO happens only after EXPLICIT user confirmation. - Vague or open requests (for example "implement an obsidian mem...

Details

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

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

session-passive

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.

13 Updated 4 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 4 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