help

Solid

Contextual guidance and command discovery. Three modes — narrative (first-time), contextual (mid-task), compact (quick reference). Shows available commands, active skills, and intelligent suggestions based on vault state. Triggers on "/help", "what can I do", "show commands", "how does this work".

Data & Documents 3,368 stars 217 forks Updated 3 months ago MIT

Install

View on GitHub

Quality Score: 89/100

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

Skill Content

## EXECUTE NOW **Target: $ARGUMENTS** Parse immediately: - If target contains `--compact`: force compact mode regardless of vault state - If target contains a skill name (e.g., "help reduce" or "help reflect"): show detailed help for that specific skill - If target is empty: determine mode from vault state **Execute these steps:** 1. Gather vault state (Step 1) 2. Resolve domain vocabulary (Step 2) 3. Determine mode (Step 3) 4. Discover commands dynamically (Step 4) 5. Render the appropriate mode (Step 5) **START NOW.** Reference below defines each step. --- ## Step 1: Gather Vault State Determine the **notes folder** by checking which domain-named directory exists (notes/, reflections/, concepts/, ideas/, decisions/, memories/, or any custom name from derivation-manifest.md). Then gather counts: - **Note count:** `.md` files in the notes folder, excluding MOCs (files with `type: moc` in frontmatter) - **Inbox count:** `.md` files in the inbox folder (inbox/, journal/, encounters/, etc.) - **Observation count:** `.md` files in `ops/observations/` or `ops/methodology/` - **Tension count:** `.md` files in `ops/tensions/` - **Connection density:** count wiki links (`[[`) across notes folder; sparse if fewer than 2x note count - **Queue state:** pending tasks in `ops/queue/queue.yaml` or `ops/queue/queue.json` - **Health warnings:** check latest report in `ops/health/` if it exists - **Tutorial state:** check `ops/tutorial-state.yaml` for incomplete tutorial - **Session ...

Details

Author
agenticnotetaking
Repository
agenticnotetaking/arscontexta
Created
3 months ago
Last Updated
3 months ago
Language
Shell
License
MIT

Related Skills