Skip to content

Conversation

@k29
Copy link
Contributor

@k29 k29 commented Jan 9, 2026

Implement skills framework compatible with Claude Code's agent skills:

  • Discover skills from multiple locations (in priority order):
    1. ~/.claude/skills/ (user-level Claude Code compatibility)
    2. ~/.tycode/skills/ (user-level)
    3. .claude/skills/ in workspace (project-level Claude Code compatibility)
    4. .tycode/skills/ in workspace (project-level, highest priority)
  • Parse SKILL.md files with YAML frontmatter (name, description)
  • Add invoke_skill tool for loading skill instructions on demand
  • Add /skills and /skill commands for listing and manual invocation
  • Integrate with one_shot, coder, and coordinator agents

Bump version to 0.4.0 for this feature addition.

Implement skills framework compatible with Claude Code's agent skills:
- Discover skills from multiple locations (in priority order):
    1. ~/.claude/skills/ (user-level Claude Code compatibility)
    2. ~/.tycode/skills/ (user-level)
    3. .claude/skills/ in workspace (project-level Claude Code compatibility)
    4. .tycode/skills/ in workspace (project-level, highest priority)
- Parse SKILL.md files with YAML frontmatter (name, description)
- Add invoke_skill tool for loading skill instructions on demand
- Add /skills and /skill commands for listing and manual invocation
- Integrate with one_shot, coder, and coordinator agents

Bump version to 0.4.0 for this feature addition.
// Skills Commands
// =============================================================================

async fn handle_skills_command(state: &ActorState, parts: &[&str]) -> Vec<ChatMessage> {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At some point I want to modularize slash commands as well. Besides just cleaning things up, I think it would make it possible to use CC plugins

@tigy32 tigy32 merged commit 3891275 into tigy32:main Jan 11, 2026
6 checks passed
@k29 k29 deleted the feature/skills-support branch January 12, 2026 18:57
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.

2 participants