Skip to content

feat(skill): add Claude Code skill for AI-driven task orchestration#299

Merged
bborn merged 1 commit intomainfrom
task/768-taaskyou-orchestrator-skills
Jan 31, 2026
Merged

feat(skill): add Claude Code skill for AI-driven task orchestration#299
bborn merged 1 commit intomainfrom
task/768-taaskyou-orchestrator-skills

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 31, 2026

Summary

  • Add a Claude Code skill (/tasky) that teaches any AI agent how to orchestrate Task You via CLI
  • Create install script (scripts/install-skill.sh) for easy setup
  • Update docs to reference the new skill approach

What This Enables

Instead of manually copying system prompts or memorizing CLI flags, users can now:

  1. Install the skill with ./scripts/install-skill.sh
  2. Use natural language with any AI agent:
    • "Show me my task board"
    • "Execute the top priority task"
    • "What's blocked right now?"
    • "Create a task to fix the login bug"

The skill works with Claude Code, Codex, Gemini, or any agent that can execute shell commands.

Files Changed

File Purpose
skills/tasky/SKILL.md The skill that teaches agents Task You CLI orchestration
scripts/install-skill.sh Symlinks skill to ~/.claude/skills/tasky
README.md Added section about installing the AI agent skill
docs/orchestrator.md Updated to reference the skill as the recommended approach

Skill Contents

The skill provides:

  • Quick reference table for all CLI commands
  • Core workflow patterns (survey board → execute → handle blocked)
  • JSON output examples for automation
  • Orchestration patterns (monitoring loops, batch updates)
  • Integration tips for different AI agents
  • MCP tools reference for when running inside Task You

Test plan

  • All existing tests pass (make test)
  • Install script creates valid symlink
  • Manual testing: Install skill and ask Claude to manage tasks

Add a `/taskyou` skill that teaches any AI agent how to orchestrate
Task You via CLI commands.

New files:
- skills/taskyou/SKILL.md - Skill with CLI reference, workflow patterns,
  orchestration examples, and best practices
- scripts/install-skill.sh - Installer that symlinks to ~/.claude/skills/

Updated docs:
- README.md - Added "AI Agent Skill" section
- docs/orchestrator.md - Added skill installation instructions and
  expanded with more AI agent examples

The skill works with Claude Code, Codex, Gemini, or any agent that can
execute shell commands. Uses `ty` (or `taskyou`) CLI throughout.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn force-pushed the task/768-taaskyou-orchestrator-skills branch from 593fa84 to 712b272 Compare January 31, 2026 14:03
@bborn bborn merged commit 4cf3eb8 into main Jan 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant