edwardyen724-g

9 mods across 2 repositories, 2 stars between them.

edwardyen724-g/david-vscode

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.

2 2mo ago A 2,524 tokens original MIT

david-skills

02

edwardyen724-g/david-vscode

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.

2 2mo ago A tokens not measured original MIT

Stop

03

edwardyen724-g/david-vscode

Hook

Runs when the agent finishes a response, executing david-stop-router.js via node. From edwardyen724-g/david-vscode.

2 2mo ago A tokens not measured original MIT

SessionStart

04

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.

2 2mo ago A tokens not measured original MIT

UserPromptSubmit

05

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.

2 2mo ago A tokens not measured original MIT

create-agent

06

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.…

2 2mo ago A 98 tokens original MIT

create-dashboard

07

edwardyen724-g/david-vscode

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…

2 2mo ago A 112 tokens original MIT

create-job

08

edwardyen724-g/david-vscode

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…

2 2mo ago A 97 tokens original MIT

sealed

09

edwardyen724-g/sealed-mcp

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.

0 21d ago A tokens not measured original MIT