Add a new reusable motion / shape / filter primitive to lib/primitives/ with safety: JSDoc + sensible defaults + at least one consuming preset + passing snapshot tests + updated docs/lib-api.md + CLAUDE.md index. Use this only when /svg-animate has flagged a missing capability or when the user explicitly asks to "add…
Create, edit, or remix an animated SVG file from a natural-language description. Use this whenever the user asks you to make, build, design, generate, animate, or "draw something that moves" — mascots, logos, loaders, badges, icons, characters, brand marks, or any visual asset that should animate. Always prefer this…
Finalize a rendered SVG for production: run SVGO optimization, add accessibility metadata ( , ), verify viewBox sanity, and copy to a user-specified destination. Use when the user says "ship it", "optimize and export", "make it production-ready", "minify this SVG", "copy the final SVG to ", "export for the website"…
Visually verify a rendered SVG animation by opening it in chrome-devtools MCP, capturing keyframes, and scoring against the 5-point quality rubric. Invoke this immediately after /svg-animate writes an output, or whenever the user asks "is this animation good?", "how does it look?", "verify the motion", or "check the…
Instructions for ChanMeng666/svg-animation-studio, covering claude.md — repository map & api index, 1. what this repo is, 2. directory map, 3. lib api index and 4. workflow (the natural-language loop).
Instructions for ChanMeng666/echook-promo-video, covering claude.md - project guidelines for claude code, project overview, tech stack, key commands and architecture.
Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP. Runs locally from the vitex-cli npm package. Needs 1 environment variable to run.
AGENTS.md instructions for ChanMeng666/femtech-radar, covering agents.md, project overview, the three units, repository layout and data contract (interface ②).
Claude Code instructions for ChanMeng666/femtech-radar: Canonical, up-to-date guidance for this repo lives in AGENTS.md (architecture, the three-unit pipeline, commands, and gotchas) and docs/design-system.md (the current visual identity / FemTech Weekend branding). This file just imports them so Claude Code loads…