Skip to main content

Quick start

Get started with Sundial in under a minute.

Add a skill

Option 1: Tell your agent

The most flexible way to add a skill. Copy this prompt and send it to your agent (Claude Code, Cursor, Codex, etc.):

Copy prompt to your agent
Run `npx sundial-hub add skill` if `skill` is not already installed. Then, use sundial to publish a skill, follow the steps.

Your agent will handle installation, walk you through setup, and can help you customize the skill on the fly. This is the recommended approach because your agent can adapt to your project context.

Option 2: Run the CLI directly

If you prefer to run things yourself, use the CLI:

npx sundial-hub add skill && claude

Then type /skill to activate the skill.

Next steps