Atelier packages complex Claude Code workflows as installable plugins with a strict convention: kebab-case name, one skill per directory, a SKILL.md frontmatter definition, and a references/ folder for context-loaded material. Two plugins ship at v0.1.0: project-bootstrap (drives a repo through a 5-stage planning workflow producing a complete cross-referenced docs/ slate, resume-aware so it continues rather than restarts) and migrate-to-interactive-claude (migrates a project off the metered claude -p API onto the tmux interactive backend to preserve subscription-pool usage after the 2026 billing split). Install via Claude Code’s native /plugin system.
Atelier: Claude Code Plugin Marketplace
2 plugins shipping
v0.1.0 release
5 planning stages
01What it is
A personal Claude Code plugin marketplace shipping opinionated, reusable workflow skills (from project bootstrapping to interactive-Claude migration) as installable plugins with a consistent structure and resume-aware execution.
02Engineering
03 Architecture
Install surface
Claude Code /plugin system
Plugins (v0.1.0)
project-bootstrapmigrate-to-interactive-claude
Plugin convention
kebab-case nameone skill per directorySKILL.md frontmatterreferences/ folder
04 Highlights
- Packages complex Claude Code workflows as installable plugins under a strict convention: kebab-case name, one skill per directory, a SKILL.md frontmatter definition, and a references/ folder
- project-bootstrap drives a repo through a 5-stage planning workflow that produces a complete, cross-referenced docs/ slate, resume-aware so it continues rather than restarts
- migrate-to-interactive-claude moves a project off the metered claude -p API onto the tmux interactive backend to preserve subscription-pool usage after the 2026 billing split
- Two plugins ship at v0.1.0, installed via the Claude Code native /plugin system
05Stack
JSONMarkdownClaude CodePythonTypeScript
06Status
active