The Initium skill pack teaches AI coding agents how to plan, write copy, choose blocks, and build pages with Initium styles and strategy files.
Install it when your AI tool supports project skills or can read project-level instruction files.
Requirements
Before installing the skill pack, make sure your project has:
- shadcn initialized.
- The Initium registry configured in
components.json. INITIUM_LICENSE_KEYavailable, because the skill pack is a pro registry item.
Install Through shadcn
Install the skill pack from the Initium registry:
npx shadcn@latest add @initium/initium-agentThe registry installs the skill into:
.agents/skills/initium/The entrypoint is:
.agents/skills/initium/SKILL.mdSupporting workflow docs are installed into:
.agents/skills/initium/references/How To Use The Skill
If your AI tool discovers project skills automatically, ask it to use the Initium skill.
If the tool does not discover skills automatically, tell it:
Read .agents/skills/initium/SKILL.md before changing UI code.
Follow the Initium workflow for strategy, copy, block selection, implementation, and QA.For best results, also place DESIGN.md and STRATEGY.md in the project root while you work.
Manual Install Fallback
Use manual install only when your project or tool cannot install through the shadcn registry.
The manual install shape should match the registry output:
.agents/skills/initium/SKILL.md
.agents/skills/initium/references/After copying the files, tell your AI tool to read .agents/skills/initium/SKILL.md.
Blocks and styles still install through the Initium registry. Manual skill installation does not replace shadcn setup or license requirements for pro registry items.