fix: update skills install paths to align with agent defaults#3617
fix: update skills install paths to align with agent defaults#3617wsehl wants to merge 1 commit intohatchet-dev:mainfrom
Conversation
|
@wsehl is attempting to deploy a commit to the Hatchet Team on Vercel. A member of the Team first needs to authorize it. |
Update documentation to reflect PR hatchet-dev#3617 changes: - Skills now install to .agents/skills/hatchet-cli/ (was skills/hatchet-cli/) - Claude Code symlink created at .claude/skills/hatchet-cli - Updated commit instructions to include .agents/ and .claude/ directories
|
Promptless prepared a documentation update related to this change. Triggered by this PR Updated documentation for the Review: Add Hatchet Skills CLI Reference |
gregfurman
left a comment
There was a problem hiding this comment.
Hey! Thanks for the contribution.
While not related to your changes speficially, I'm wondering about the devex of automatically assuming we should be installing for .claude 🤔 I'll follow up with the team on this.
Otherwise, LGTM. Should be fine to include in next release 👍
Description
hatchet skills are really nice, but right now
hatchet skills installdoesn't make much sense as most agent tooling expect either.agents/skillsor.claude/skillsso it doesn't integrate with Claude Code, Codex, OpenCode, Pi, etc, out of the box.Type of change
What's Changed
here i just changed paths to install skills into
.agents/skills/hatchet-cliwith a.claude/skills/hatchet-clisymlink, but it would be nice to go further and move skills into the repo rootskills/hatchet-clito make it distributable via https://skills.sh/, which is really nice and widely used