Directive banner
lucasxf lucasxf

Directive

Development community

Description

--- description: Add a new coding directive with smart deduplication to appropriate file argument-hint: <directive-content> --- Add the following coding directive with smart deduplication: **New Directive:** $ARGUMENTS **Workflow:** 1. **Search for Similar Directives** — check ALL of the following files: - `CLAUDE.md` (root) - `backend/CLAUDE.md` - `web/CLAUDE.md` - `mobile/CLAUDE.md` - `memory/MEMORY.md` - Look for exact matches, similar wording, or related concepts across

Installation

Installs to ~/.claude/commands/lucasxf-engineering-daybook-directive.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/lucasxf/engineering-daybook/HEAD/.claude/commands/directive.md -o ~/.claude/commands/lucasxf-engineering-daybook-directive.md

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

Full documentation available on GitHub

View Source Repository