Guizang's agent skill turns your repo's recent updates into a finished promo video — real components, code-rendered animation, an original code-written soundtrack — no video editor involved.
- agent-skill
- video
- promo
- marketing
A ~150-line skill that stops coding agents from servicing their own bookkeeping instead of shipping the product.
Long-running agent pipelines grow bookkeeping — content hashes, lock files, receipts proving a stage ran, progress metadata — and models reliably mistake it for the product: they invalidate stages, refuse manual runs ("the pipeline cannot issue a receipt"), and burn hours regenerating markers whose output never changed. This skill gives the agent one classification to make before every action (semantic implementation / focused validation / administrative bookkeeping) plus a short never-allowed list. Model-, tool- and domain-agnostic; ships as a single SKILL.md with an install.sh that copies it into every agent skill directory it finds.
For long-running agent pipelines where the agent has ever stalled on self-invented paperwork — rebuilding hash markers, guarding locks, refusing to run a stage by hand — instead of shipping.
git clone https://github.com/Vuk97/forward-implementation-first cd forward-implementation-first ./install.sh # copies SKILL.md into every agent skill directory it finds
It is a behavior contract, not a linter — nothing enforces it beyond the model reading the rules. If your pipeline genuinely requires receipt integrity (regulated pipelines, reproducible builds), read the never-allowed list before adopting it wholesale.
Repository
Vuk97/forward-implementation-firstCharted
Guizang's agent skill turns your repo's recent updates into a finished promo video — real components, code-rendered animation, an original code-written soundtrack — no video editor involved.
An agent skill that geolocates a photo with nothing readable in it — OSM geometry, elevation skylines and satellite tiles turn “where was this taken?” into a measured answer with an error radius.
A skill that makes AI coding agents map the architecture and declare the blast radius before they touch a line of code — rendered as one standalone HTML page.