docs: improve coding pattern discoverability for coding agents #1615
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.