Instructions file
Instructions for edwardyen724-g/david-vscode, covering claude.md, project: david — agent orchestration for claude code, build, package, install, produce a .vsix and local install.
Instructions file
Instructions for edwardyen724-g/david-vscode, covering claude.md, project: david — agent orchestration for claude code, build, package, install, produce a .vsix and local install.
Plugin Claude Code
David's built-in skills — create-agent, create-job, create-dashboard — bundled with the David VS Code extension and auto-loaded into every David-spawned agent's Claude Code session via --plugin-dir.
Hook
Runs when the agent finishes a response, executing david-stop-router.js via node. From edwardyen724-g/david-vscode.
Hook
Runs when a session starts on startup and resume, executing david-wake-router.js via node. From edwardyen724-g/david-vscode.
Hook
Runs when you submit a prompt, before the agent sees it, executing david-wake-router.js via node. From edwardyen724-g/david-vscode.
Skill Claude CodeCodex
Design and spawn a new worker agent in this David project. Walks the user through a 6-question elicitation (role, name, scope, personality, persistence, runtime), assembles a structured PERSONA, and emits SendUserMessage(createagent, …) to David's plugin which atomically writes files + spawns the live subprocess.…
Skill Claude CodeCodex
Design and write a project dashboard for this David project. Scans the workspace, deduces decision-driving metrics, maps each to a widget, then writes dashboards/ .json (read by David's Dashboards view) + stubs its data/ sources + optionally proposes a populate-job. Metric-selection and visual/layout intelligence plug…
Skill Claude CodeCodex
Design and register a new scheduled or on-demand Job for this David project. Walks the user through a 5-question elicitation (trigger, schedule, runtime, command/prompt, notifications), translates natural-language schedules to cron, and emits SendUserMessage(createjob, …) to David's plugin which writes the job config…
MCP server Claude CodeCodexCursor
Per-call paid skills for AI agents, run server-side: inputs in, outputs back. The body never ships. Runs locally from the sealed-mcp npm package. Needs 2 environment variables to run.