digital-stoic-org

60 mods across 1 repository, 20 stars between them.

load-context

49

digital-stoic-org/agent-skills

Skill Claude CodeCodex

Resume session from CONTEXT-llm.md. Use when resuming work, loading saved context, continuing a previous session. Triggers include "load context", "resume session", "continue where I left off".

20 2d ago A 46 tokens original MIT

meta-prompt

50

digital-stoic-org/agent-skills

Skill Claude CodeCodex

Recursive meta-prompt ledger for human-guided complex tasks spanning multiple sessions. Maintains RELIANCE.md — a single-source, append-aware file carrying FINALITÉ, the RAIL session-chain, and the decision/collaboration trail across context resets. Use when: a complex task spans sessions and you want loss-free…

20 2d ago A 110 tokens original MIT

pick-harness

51

digital-stoic-org/agent-skills

Skill Claude CodeCodex

Diagnose an agent FAILURE and prescribe the cheapest/earliest guardrail to add NEXT — then scaffold it ready to paste. Craft-on-the-fly, friction-driven, minimal: grow a harness to fit the real failure mode instead of designing one upfront. Sibling of /pick-model (picks the model) and /pick-workflow (picks the…

20 2d ago B 195 tokens original MIT

pick-model

52

digital-stoic-org/agent-skills

Skill Claude CodeCodex

Evaluate whether the CURRENT model+effort fits a task, and recommend a switch only when worth the cache cost. Use when user asks "which model", "pick model", "model for", "what effort", "is haiku enough", "Opus or Sonnet", "should I downgrade/upgrade", or when routing a non-trivial task to a tier before starting…

20 2d ago A 107 tokens original MIT

pick-workflow

53

digital-stoic-org/agent-skills

Skill Claude CodeCodex

Decide HOW work should EXECUTE — linear vs parallel fan-out, sub-agents vs teams vs dynamic Workflow, and the per-step seam — instead of defaulting to linear+single-model. Produces an execution design, does NOT run the task. Delegates the per-step model+effort call to a model-picker skill when the environment has one.…

20 2d ago A 156 tokens original MIT

plan-context

54

digital-stoic-org/agent-skills

Skill Claude CodeCodex

Convert an analysis just done in-session into a resumable, traceable plan file — frontmatter + dashboard + execution log + lots whose closure is a re-runnable shell command — then run the execution pass (/pick-workflow then /pick-model) so a FRESH session can orchestrate it lot by lot. Use when the analysis is done…

20 2d ago A 141 tokens original MIT

post-mortem

55

digital-stoic-org/agent-skills

Skill Claude CodeCodex

Introspective end-of-session retrospective — the agent reflects on its OWN context (method, decisions, dead-ends, token spend, estimated API cost, lessons) and writes an honest, root-caused report ending in a reusable playbook. Use at the end of a long or complex session (30min+, multi-phase, sub-agents spawned, or a…

20 2d ago A 142 tokens original MIT

save-context

56

digital-stoic-org/agent-skills

Skill Claude CodeCodex

Save session to CONTEXT-llm.md with conversation summary. Use when saving work, checkpointing progress, preserving session state. Triggers include "save context", "save session", "checkpoint", "save my progress".

20 2d ago A 48 tokens original MIT

scratch

57

digital-stoic-org/agent-skills

Skill Claude CodeCodex

Session scratch pad for parking side-thoughts during deep work without losing flow. Use when user says "scratch", "note this", "park this", "jot this down", "remember for later", or wants to capture a quick thought mid-task. Always use this skill for any /scratch command — even for simple captures — because it manages…

20 2d ago A 78 tokens original MIT

experimental

58

digital-stoic-org/agent-skills

Plugin Claude Code

Experimental and utility skills: deployment, background tasks, pinning, summarization, skill testing, distillation, and context bootstrapping. Plus staged session hooks (list-context sync, session pin, recent-notes), gated OFF by default.

20 2d ago A tokens not measured original MIT

background

60

digital-stoic-org/agent-skills

Skill Claude CodeCodex

Run a task in the background. Use when user wants to start a long-running task without blocking, run agent tasks or shell commands asynchronously. Triggers include "background", "run in background", "async", "non-blocking".

20 2d ago A 49 tokens original MIT