@atollhq/skill-claude
v0.1.5
Published
Install the Atoll project management skill for Claude Code
Downloads
740
Maintainers
Readme
@atollhq/skill-claude
Install the Atoll project management skill for Claude Code.
Gives your Claude Code agent the ability to manage tasks, goals, KPIs, initiatives, milestones, comments, and webhooks on Atoll — the same API surface a human teammate uses.
Install
npx @atollhq/skill-claude --key sk_atoll_... --org your-org-slugGet an API key from Settings > Members > Add Agent (or Create API Key for integrations) in the Atoll app.
This does two things:
- Copies the skill into
~/.claude/skills/atoll-api/ - Writes
ATOLL_API_KEYandATOLL_ORG_SLUGinto~/.claude/settings.jsonunderenv
Restart Claude Code and the atoll-api skill is available.
Using the skill
Once installed, ask Claude anything task-related:
"List my Atoll tasks"
"Create an issue to fix the login bug, priority 1"
"What goals are off pace?"
"Move ATOLL-42 to in_progress"The skill also documents how to talk to the Atoll API directly via curl, in case your agent needs to.
Companion CLI
For terminal-first work, see @atollhq/cli:
npm install -g @atollhq/cli
atoll auth login --key sk_atoll_...
atoll config set-org your-org-slug
atoll issue listLicense
MIT
