Handoff to claude code
Local-first, open-source alternative to Anthropic's Claude Design. MIT-licensed, BYO agent CLI — Claude Code, Kimi, Codex, or any SDK-compatible model. Composable skills · three edit paths · designs as plain HTML/JSX/CSS folders · run locally, no cloud round-trip. Generate banners, thumbnails, websites, animations, design systems.
npx -y skills add aiatelie/ai-atelie --skill handoff-to-claude-codeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Developer handoff package
SKILL.md
1.0 KB, as published. Nobody here has run it
Handoff to Claude Code
⚠️ STUB — this is a working theory of the skill body. Replace as the implementation is refined.
What it does
Packages the current design + all its supporting files into a bundle a developer can drop into Claude Code (or any IDE/agent) to implement against.
Working theory of the body (to be replaced)
- Inventory: which HTML files, components, tokens, and assets are part of the deliverable.
- Generate a
HANDOFF.mdat the project root summarizing:- Scope of the design
- Tokens / variables in use
- Component file map
- Known TODOs and open questions
- Suggested implementation order
- Optionally produce a CLAUDE.md tuned for the consuming agent (Claude Code) with project-specific conventions.
- Call
present_fs_item_for_downloadto give the user the bundle as a zip.
TODO
- Replace with the real skill body once captured.