taskery
Generates operator instructions for Taskery workflows.
Install
mkdir -p .claude/skills/taskery && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16518" && unzip -o skill.zip -d .claude/skills/taskery && rm skill.zipInstalls to .claude/skills/taskery
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Generate concise but complete instructions that teach any model how to use every Taskery feature across CLI, API, and web board workflows.Key capabilities
- →Generate instructions for Taskery CLI commands
- →Describe Taskery API route surface and payload shapes
- →Explain Taskery web board features
- →Detail Taskery core lifecycle operations
- →Outline Taskery environment variables and run-mode differences
- →Specify Taskery status and priority enums
How it works
The skill compiles a complete Markdown guide by covering all specified facets of Taskery, including CLI commands, API details, web board features, and operational rules. It structures the information into predefined sections for clarity.
Inputs & outputs
When to use taskery
- →Teach another model how to use Taskery
- →Generate documentation for Taskery API
- →Create a Taskery lifecycle playbook
About this skill
Taskery Full Operator
Use this skill when the user wants a reusable instruction set/prompt that teaches another model how to operate Taskery end-to-end.
Defaults
Unless the user specifies otherwise, assume:
- API base URL:
http://127.0.0.1:4010 - Web board URL:
http://127.0.0.1:3010 - Preferred CLI:
taskery <command> - Source-repo CLI fallback:
pnpm --filter taskery exec node --import tsx src/bin/taskboard.ts <command>
Output Rules
Return one concise Markdown guide that is still complete. Keep it practical and command-first.
You must cover all of the following facets:
- Core lifecycle: create, inspect, update, move across statuses, review, complete, delete
- CLI commands:
create,list,show,update,move,delete,settings,up - CLI filters/flags, including
--status,--priority,--assignee,--titleContains, and notification settings flags - Optimistic concurrency with
expectedVersion(required formoveanddelete, recommended forupdate) - Conflict handling (
VERSION_CONFLICT=> re-fetch and retry once) - Status and priority enums
- JSON-first behavior and exit codes (
0..4) - API route surface and payload shapes
- Web board features (drag/drop, edit modal, due dates, sync indicator, notification settings)
- Environment variables and run-mode differences (
taskery upvs API/web dev split)
Required Structure In Generated Guide
Use these section headings in order:
Taskery At A GlanceOperating Rules For ModelsCLI CommandsTask Lifecycle PlaybooksNotification SettingsAPI SurfaceWeb Board FeaturesRun Modes And EnvFailure Handling
Canonical Facts To Include
- Statuses:
PENDING | STARTED | BLOCKED | REVIEW | COMPLETE - Priorities:
LOW | MEDIUM | HIGH | URGENT - CLI defaults to JSON output;
--textis optional for humans - CLI exit codes:
0: success1: internal/runtime error2: validation error3: task not found4: version conflict
- API endpoints:
GET /api/healthGET /api/tasksPOST /api/tasksPATCH /api/tasks/:idPOST /api/tasks/:id/moveDELETE /api/tasks/:idGET /api/settings/notificationsPATCH /api/settings/notifications
- API response shapes:
GET /api/tasks=>{ tasks, notificationSettings }- task mutations =>
{ task } - settings routes =>
{ settings } - errors =>
{ code, message, details? }
Instruction Quality Bar
- Keep it concise, but do not omit any feature category above.
- Prefer executable examples over prose.
- Do not invent unsupported endpoints or commands.
- For any write operation, instruct models to verify state afterward with
listorshow. - State explicitly that
showobtains the currentversionfor safe writes.
When not to use it
- →When the user wants to operate Taskery directly
- →When the user wants to generate documentation for a different tool
- →When the user wants to learn about Taskery's internal implementation
Limitations
- →The guide must not invent unsupported endpoints or commands
- →The guide must be concise but complete, covering all specified feature categories
- →The guide must prefer executable examples over prose
How it compares
This skill generates a structured, command-first guide for another model to operate Taskery, unlike a general documentation tool that might produce prose-heavy descriptions.
Compared to similar skills
taskery side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| taskery (this skill) | 0 | 5mo | No flags | Intermediate |
| enhance-claude-memory | 11 | 5mo | Review | Beginner |
| windsurf-custom-prompts | 1 | 2mo | No flags | Beginner |
| agent-customization | 0 | 3mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by am-will
View all by am-will →You might also like
enhance-claude-memory
avifenesh
Use when improving CLAUDE.md or AGENTS.md project memory files.
windsurf-custom-prompts
jeremylongshore
Create and manage custom prompt libraries for Cascade. Activate when users mention "custom prompts", "prompt library", "prompt templates", "cascade prompts", or "prompt management". Handles prompt library creation and organization. Use when working with windsurf custom prompts functionality. Trigger with phrases like "windsurf custom prompts", "windsurf prompts", "windsurf".
agent-customization
CGSOG-JumpStarts
Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). Use for: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns
help
yangyuan-zhen
[OMX] Guide on using oh-my-codex plugin
skill-development
anthropics
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
writing-skills
obra
Use when creating new skills, editing existing skills, or verifying skills work before deployment