docs: hoist RULES.md to docs/ and load it in every conversation#144
Merged
docs: hoist RULES.md to docs/ and load it in every conversation#144
Conversation
Move the builtin implementation rules from the skill-local path (.claude/skills/implement-posix-command/RULES.md) to docs/RULES.md so they apply to all code changes, not just when the implement-posix-command skill is active. - Add @docs/RULES.md to AGENTS.md so the rules are loaded automatically in every Claude conversation about this repo - Update path references in implement-posix-command/SKILL.md and improve-loop/SKILL.md to point to the new canonical location - Remove the now-redundant skill-local copy (git detects it as a rename) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
astuyve
approved these changes
Mar 25, 2026
| @@ -1,3 +1,5 @@ | |||
| @docs/RULES.md | |||
Member
There was a problem hiding this comment.
(nit) Better add this in a specific section of the AGENTS.md instead of at the top ?
AlexandreYang
approved these changes
Mar 25, 2026
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.
Summary
RULES.mdfrom.claude/skills/implement-posix-command/RULES.mdtodocs/RULES.mdas the canonical location@docs/RULES.mdtoAGENTS.mdso the rules are automatically loaded in every Claude conversation, not just when theimplement-posix-commandskill is activeimplement-posix-command/SKILL.mdandimprove-loop/SKILL.mdto point to the new locationTest plan
docs/RULES.mdcontains the full rules contentAGENTS.mdstarts with@docs/RULES.md.claude/skills/implement-posix-command/RULES.mdin skill files🤖 Generated with Claude Code