ethanaubuchon

Dossier — Development skill for Claude Code

Development community

Force load of Dossier vault profile (and inbox check) before processing the rest of the user's request.

How to install Dossier

Installs to ~/.claude/skills/ethanaubuchon-dossier-tradecraft-dossier/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ethanaubuchon-dossier-tradecraft-dossier && curl -fsSL https://raw.githubusercontent.com/ethanaubuchon/dossier-tradecraft/HEAD/commands/dossier.md -o ~/.claude/skills/ethanaubuchon-dossier-tradecraft-dossier/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dossier does


description: Force load of Dossier vault profile (and inbox check) before processing the rest of the user's request

You are starting a session that needs Dossier vault context. The user's task (if any): $ARGUMENTS

This is the `/dossier` recipe of the dossier-tradecraft framework — a thin enforcement command. Its only job is to ensure the profile-load step runs before any other action.

Workflow

  1. Load context. Invoke the load-context skill. This loads profile.md via `mcp__

Alternatives in Development

  • Om Intake — Process all unread meeting notes in work/meetings/ — reads each file, classifies content, routes to the right 4.6k ★
  • Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★
  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★

Full documentation available on GitHub

View Source Repository