Skip to content

feat: add skill ecosystem (v0.8.0)#47

Merged
keeganthomp merged 1 commit intomainfrom
claude/review-roadmap-3yp4e
Apr 8, 2026
Merged

feat: add skill ecosystem (v0.8.0)#47
keeganthomp merged 1 commit intomainfrom
claude/review-roadmap-3yp4e

Conversation

@keeganthomp
Copy link
Copy Markdown
Owner

Implement the full v0.8.0 skill ecosystem with:

  • 7 new built-in skills: find-contradictions, weekly-digest, export-slides,
    timeline, compare, explain, suggest-tags (10 total)
  • Skill registry: install from GitHub/npm, create scaffolding, publish validation
  • Skill dependency resolution with circular dependency detection
  • Skill-to-skill invocation via ctx.invoke() with depth limiting
  • Skill hooks: auto-run after compile/ingest/lint events
  • Skills config section in config.toml for hooks and per-skill settings
  • CLI subcommands: install, uninstall, create, publish, installed
  • 46 tests covering all new functionality (354 total passing)

https://claude.ai/code/session_018e8iufYvaeSWy7g8iQg9z2

Implement the full v0.8.0 skill ecosystem with:
- 7 new built-in skills: find-contradictions, weekly-digest, export-slides,
  timeline, compare, explain, suggest-tags (10 total)
- Skill registry: install from GitHub/npm, create scaffolding, publish validation
- Skill dependency resolution with circular dependency detection
- Skill-to-skill invocation via ctx.invoke() with depth limiting
- Skill hooks: auto-run after compile/ingest/lint events
- Skills config section in config.toml for hooks and per-skill settings
- CLI subcommands: install, uninstall, create, publish, installed
- 46 tests covering all new functionality (354 total passing)

https://claude.ai/code/session_018e8iufYvaeSWy7g8iQg9z2
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kib Ready Ready Preview, Comment Apr 8, 2026 2:17am

Request Review

@keeganthomp keeganthomp merged commit 73ded20 into main Apr 8, 2026
3 checks passed
@keeganthomp keeganthomp deleted the claude/review-roadmap-3yp4e branch April 8, 2026 02:17
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