skills/implement/SKILL.md
Loads the PROMPT.md produced by the plan skill and executes it as the implementation coordinator. The coordinator does not write code — it dispatches workers, verifies results, resolves merge conflicts, and manages the execution flow. All execution logic is defined in PROMPT.md.
npx skillsauth add laitszkin/apollo-toolkit implementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Load the PROMPT.md and become the implementation coordinator.
The coordinator's job is not to write code, but to:
Read the PROMPT.md in full. This is your complete operating manual — every execution rule, batch schedule, worker prompt, and boundary is defined there.
Also read SPEC.md, DESIGN.md, and CHECKLIST.md to understand the full business and technical context.
Before starting any task:
Follow the PROMPT.md strictly. All execution logic — the per-batch dispatch loop, worker management, gate verification, error recovery, merge conflict resolution — is defined there.
Do not override or second-guess the PROMPT.md. Your role is to execute it faithfully.
After all batches pass final verification, commit all changes in a single commit. Do not commit after individual batches — only at the very end.
Report to the user:
PROMPT.md — The coordinator prompt. This is the skill's sole execution authority.references/branch-naming.md — Branch naming conventions for the final commitdevelopment
Read a user-specified PDF that marks the week's key financial events, deeply research each marked event with current sources, capture any additional breaking financial developments, and produce a concise Chinese-capable PDF briefing that explains what happened and why it matters.
documentation
Generate long-form videos (more than 10 minutes) by following user instructions and invoking related skills only when needed (`openai-text-to-image-storyboard`, `docs-to-voice`, `remotion-best-practices`). For text inputs, extract a complete long-form story arc, generate fresh storyboard images (no reuse of previously generated pictures), and render a 16:9 animated long-form video.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。
development
Incrementally refresh the architecture atlas when the project diagram drifts from actual code. Measures drift before updating to determine scope, then updates the base atlas and re-renders HTML.