chore(dotagents): Manage .claude with dotagents#18809
Open
szokeasaurusrex wants to merge 2 commits into
Open
Conversation
PR #18797 left stale skill files in the `.claude` directory. By slightly adjusting the `dotagents` configuration, we can also manage Claude skills using `dotagents`. This has the added benefit of keeping `.claude` skills in sync with the vendor-neutral `.agents` standard, which Claude Code unfortunately refuses to support.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
szokeasaurusrex
commented
Jul 23, 2026
Member
Author
There was a problem hiding this comment.
These are stale symlinks, which are replaced now by the overarching .claude/skills symlink to .agents/skills
szokeasaurusrex
commented
Jul 23, 2026
Member
Author
There was a problem hiding this comment.
The changes to this file were generated by running dotagents init --force, which sets up dotagents from scratch, with support configured for all dotagents-supported agents.
As init --force clears the config, I then added back all the pre-existing skills manually.
szokeasaurusrex
marked this pull request as ready for review
July 23, 2026 09:08
| @@ -0,0 +1 @@ | |||
| ../.agents/skills No newline at end of file | |||
This comment was marked as low quality.
This comment was marked as low quality.
Sorry, something went wrong.
szokeasaurusrex
commented
Jul 23, 2026
Member
Author
There was a problem hiding this comment.
This file is also made redundant by dotagents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR #18797 left stale skill files in the
.claudedirectory.By slightly adjusting the
dotagentsconfiguration, we can also manage Claude skills usingdotagents. This has the added benefit of keeping.claudeskills in sync with the vendor-neutral.agentsstandard, which Claude Code unfortunately refuses to support.