Replace Claude skills generation with path-scoped rules#84
Open
Kush Agrawal (kush-duolingo) wants to merge 1 commit into
Open
Replace Claude skills generation with path-scoped rules#84Kush Agrawal (kush-duolingo) wants to merge 1 commit into
Kush Agrawal (kush-duolingo) wants to merge 1 commit into
Conversation
Skills follow the Agent Skills open standard (agentskills.io) and should be authored directly in .agents/skills/ -- no sync needed. This tool now focuses on rules (guidance/conventions) which still need per-tool sync. - Replace SkillsGenerator (.claude/skills/generated_*/SKILL.md) with ClaudeRulesGenerator (.claude/rules/generated/*.md with paths frontmatter) - Add symlink from .claude/skills/agents to .agents/skills/ so Claude Code discovers skills from the standard location - Update plugins.yaml, test fixtures, and README Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Description
SkillsGenerator(.claude/skills/generated_*/SKILL.md) withClaudeRulesGenerator(.claude/rules/generated/*.md) that usespathsfrontmatter for file-scoped activation.claude/skills/agentsto.agents/skills/so Claude Code discovers skills from the standard Agent Skills location.agents/skills/following the open standard (supported by Cursor, Codex, Copilot, and 30+ tools) -- no sync neededContext: https://duolingo.slack.com/archives/C08TV2ZB4SE/p1778708293248929
Verification steps
make testpassespython3 -m sync_ai_rulesin a repo with.cursor/rules/and verify.claude/rules/generated/is populated withpathsfrontmatter