docs: improve coding pattern discoverability for coding agents#1615
Merged
docs: improve coding pattern discoverability for coding agents#1615
Conversation
2b60ee9 to
f7cbe0e
Compare
Restructure the coding guidelines from `.patterns/` into `docs/code/` as discoverable markdown documents with YAML frontmatter, reducing context overhead for coding agents. - Relocate pattern docs from `.patterns/` to `docs/code/` with simplified names - Split `idiomatic-rust.md` into `rust-modules.md`, `rust-type-design.md`, and `code-pattern-docs.md` - Add `/code-pattern-discovery` skill for loading relevant coding patterns - Add `/code-pattern-fmt-check` skill for validating pattern doc formatting - Convert `/code-review` command to a skill with pattern violation checks - Update `AGENTS.md` to reference new skills and integrate patterns into the workflow Signed-off-by: Lorenzo Delgado <lorenzo@edgeandnode.com>
f7cbe0e to
11d4d09
Compare
fubhy
approved these changes
Jan 26, 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.
Restructure the coding guidelines from
.patterns/intodocs/code/as discoverable markdown documents with YAML frontmatter, reducing context overhead for coding agents..patterns/todocs/code/with simplified namesidiomatic-rust.mdintorust-modules.md,rust-type-design.md, andcode-pattern-docs.md/code-pattern-discoveryskill for loading relevant coding patterns/code-pattern-fmt-checkskill for validating pattern doc formatting/code-reviewcommand to a skill with pattern violation checksAGENTS.mdto reference new skills and integrate patterns into the workflowNote
Reorganizes coding standards into discoverable pattern docs and introduces skills-based workflows for agents and CI.
.patterns/todocs/code/with YAML frontmatter and adds the speccode-pattern-docs.mdrust-modules,rust-type-design,rust-error-handling,error-reporting,logging,documentation,testing-patterns,services-pattern,cargo-workspace-patterns, plus crate-specific docs (admin-api-*,metadata-db-*,udf-documentation)/code-pattern-discoveryand/code-pattern-fmt-check; converts code review into/code-reviewskill with pattern checksAGENTS.mdand feature skills to reference new patterns; removes legacy.patterns/and deprecated cmdclaude-code-review.ymlto use the new/code-reviewskill and clearer instructionsWritten by Cursor Bugbot for commit 11d4d09. This will update automatically on new commits. Configure here.