skills/status/SKILL.md
--- tldr: Quick snapshot of active plan progress mid-session category: observation --- # /eidos:status Quick "where are we?" for the current session. Shows plan progress, recent commits, and what's next — without loading full context or creating files. ## Usage ``` /eidos:status ``` ## Instructions ### 1. Identify the Active Plan Find the plan being worked on this session. Check in order: 1. **Branch name** — if on `task/*`, grep `memory/` for a plan whose claim matches 2. **Recent commi
npx skillsauth add agenticnotetaking/eidos skills/statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quick "where are we?" for the current session. Shows plan progress, recent commits, and what's next — without loading full context or creating files.
/eidos:status
Find the plan being worked on this session. Check in order:
task/*, grep memory/ for a plan whose claim matchesgit log for plan file updates this sessionmemory/plan - * for incomplete plansIf no active plan is found, say so and suggest /eidos:next or /eidos:plan.
Read the plan file. Extract:
[ ] action (skip [p] postponed)# Commits on this branch since diverging from main
git log main..HEAD --oneline
Count only — don't list every commit unless there are fewer than 5.
Keep it tight. No numbered-list format — this isn't a selection prompt, it's a dashboard glance.
**Plan:** [[plan - YYMMDDHHMM - claim]]
**Progress:**
- Phase 1: done (3/3)
- Phase 2: in progress (2/5)
- Phase 3: pending (0/4)
**Current:** Implement login endpoint (Phase 2.3)
**Branch:** `task/add-auth` — 7 commits
**Observations:** 2 open (O1: styling issue, O3: error on empty input)
**Next:** Implement logout endpoint (Phase 2.4)
Omit sections that don't apply (e.g., no observations section if there are none).
If multiple incomplete plans exist, show the most recently touched one and mention the others in a line:
Also open: [[plan - YYMMDDHHMM - other plan]] (Phase 1, 1/3)
This skill is read-only — it only reports. No files created or modified.
No files created or modified.
tools
--- tldr: Generate a manim explainer video through staged research → outline → scenes → code → render → merge, with the outline doubling as a plan/state document category: utility --- # /eidos:video Turn a topic (or a folder of wiki-linked md) into a rendered manim video through a fixed pipeline. Pauses after each stage for review by default. Outline doubles as the plan/state document — wiki-linked checklist tracks progress. Full design in [[spec - video skill - outline driven manim pipeline
tools
--- tldr: Surface session status to the human via a native OS notification category: utility --- # /eidos:ping Send a short out-of-band signal to the human — "I'm done", "I have a question", "I hit a wall" — as a native OS notification. The agent picks the moment; the human gets a popup without watching the terminal. ## Setup (macOS, opt-in) This skill is a no-op until the human has installed the **eidos-ping** menubar app and pointed at it in `.eidos-config.yaml`: ```yaml ping_macos: /path
tools
--- tldr: Persist behaviour corrections to CLAUDE.md category: utility --- # /eidos:toclaude Update CLAUDE.md or specs to correct undesired behaviour. ## Usage ``` /eidos:toclaude [description of correction] ``` ## Instructions 1. Understand the correction — what went wrong, what should happen instead 2. Identify the right location: - **`inject/core/*.md`** — plugin rules that apply to all eidos projects (pick the matching section file) - **`inject/feature/*.md`** — rules tied to a c
development
--- tldr: Create persistent plan for multi-step work category: planning --- # /eidos:plan Create a persistent plan file for multi-step work. ## Usage ``` /eidos:plan [brief description] ``` ## Instructions ### 1. Gather Context If the target file already exists with `status: seed`, read it — its content is raw context that seeds the plan. Use the seed's notes, links, and brain dumps to draft phases and actions. Skip clarification questions the seed already covers. Search for related arti