bgill55/daedalus

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

4Stars on the repository
4Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-slash-command

01

bgill55/daedalus

Skill Claude CodeCodex

How to add a new slash command to Daedalus (src/commands), including the docs-sync step that breaks CI if skipped.

4 2d ago A 32 tokens original MIT

bgill55/daedalus

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.

4 2d ago A 38 tokens original MIT

bgill55/daedalus

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…

4 2d ago A 130 tokens original MIT