Skill Claude CodeCodex
How to add a new slash command to Daedalus (src/commands), including the docs-sync step that breaks CI if skipped.
Daedalus is a standalone terminal-based AI coding assistant that runs on your machine. It connects to local LLM servers (LM Studio, Ollama, llama.cpp, vLLM) or remote providers (OpenAI, Groq, OpenRouter, Anthropic), routes requests intelligently, and gives your AI agent access to your file system, terminal, git, web search, and codebase indexing
Skill Claude CodeCodex
How to add a new slash command to Daedalus (src/commands), including the docs-sync step that breaks CI if skipped.
Skill Claude CodeCodex
How to fix a failing tsc/npm run build (type-check) run in a project, batching fixes into sprints to preserve context.
Skill Claude CodeCodex
How to grade a Daedalus run (or pasted agent transcript), root-cause the failure, and ship the fix to Daedalus CORE as a stacked PR — without modifying the prompt-vault sandbox (read-only grading). Covers recurring bug archetypes (Unicode punctuation patch mismatch, syntax-vs-type mislabel, emoji box misalignment…