Conversation
Signed-off-by: oliver könig <okoenig@nvidia.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: oliver könig <okoenig@nvidia.com>
|
Hi @ko3n1g , thanks for making this. Initially, i used the .claude/skills so that claude would find them out of the box, however, this created problem, because people mount their skills on .claude/skills and then git was causing issues, thus reverted back to using skills/. Do you know if this would introduce any similar conflict? |
Yeah I think that would still lead to issues. Perhaps we want to add these folders to .gitignore as a follow-up this PR. We need a single source of truth so that we can symlink it for other agents into read-only dirs |
Agents had no guidance on commit/PR title format, leading to non-semantic titles like `[ci] fix: …` instead of `fix(ci): …`. The new section calls out the Conventional Commits format, valid types, the 80-char limit, and the bracket-prefix anti-pattern. Signed-off-by: oliver könig <okoenig@nvidia.com>
Summary
sync-skills.ymlworkflow to keepskills/in sync with agent directories via the_sync_skills.yml@v0.91.0reusable workflowskills/.claudedirectoryAGENTS.mdso agents know to usetype(scope)?: descriptionformat for commit messages and PR titles (prevents bracket-prefix anti-patterns like[ci] fix: …)Test plan
main