Skip to content

Comments

Add publishable TaskYou skill for Claude Code#467

Merged
bborn merged 1 commit intomainfrom
task/1454-taskyou-skill
Feb 21, 2026
Merged

Add publishable TaskYou skill for Claude Code#467
bborn merged 1 commit intomainfrom
task/1454-taskyou-skill

Conversation

@bborn
Copy link
Owner

@bborn bborn commented Feb 19, 2026

Summary

  • Rewrites the /taskyou skill to guide installation when ty CLI is not present, making it useful for new users who don't have TaskYou yet
  • Adds .claude-plugin/plugin.json for plugin marketplace distribution
  • Updates scripts/install-skill.sh to support remote download (curl | bash) without needing the repo cloned
  • Updates orchestrator docs with all installation methods (curl, plugin, local, automatic)

Key changes

  • SKILL.md: Removed non-standard requires metadata that prevented the skill from loading when ty wasn't installed. Added installation detection and guidance as the first step. Kept all orchestration capabilities.
  • plugin.json: Enables claude plugin install distribution
  • install-skill.sh: Now supports two modes — local symlink (from repo) and remote download (from GitHub raw)

Test plan

  • Verify skill loads in Claude Code without ty installed
  • Test curl remote install of the skill
  • Test local ./scripts/install-skill.sh still works
  • Verify /taskyou invocation guides through installation
  • Verify CLI orchestration commands still documented correctly

🤖 Generated with Claude Code

- Rewrite SKILL.md to guide installation when ty is not present,
  removing the non-standard `requires` metadata that blocked loading
- Add .claude-plugin/plugin.json for plugin marketplace distribution
- Update install-skill.sh to support remote download (curl | bash)
  in addition to local symlink mode
- Update orchestrator docs with all installation methods

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bborn bborn merged commit cfa6307 into main Feb 21, 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