npx claudepluginhub bryonjacob/aug --plugin aug-core**Uses:** code-patterns skill # Patterns - Convention Overview Display all detected conventions across pattern types. ## Usage ## Purpose Answer: "What are the conventions in this project?" ## Instructions ### 1. Detect All Patterns Use code-patterns skill to analyze all pattern types: - Error handling, testing, imports, naming, architecture, code style ### 2. Filter by Convention Strength Include patterns with >=60% adoption. Note absence for patterns with no clear convention (<60%). ### 3. Generate Report **Standard format:** **--summary:** Conventions only, no examples. ...
/patternsLists available patterns with details, searches by keyword with relevance scores, or shows full pattern content from the Pattern Reference Layer.
/patternsValidates pattern learning system across commands and agents, checks storage integrity and format, analyzes effectiveness trends, generates health reports and analytics. Supports --analytics, --quick, --filter flags.
/patternsShows detected workflow patterns from activity data like commits and sessions, with confidence scores, evidence, and details. Also supports analyze, detail, and dismiss actions.
/patternsLists discovered workflow patterns like behaviors, preferences, time usage, and productivity insights from activity data. Also supports analysis, details, and dismissal.
/patternsManage learned patterns: save high-value ones as skills/agents, analyze quality, review usefulness with SM-2, and view statistics.
/patternsDisplay pattern statistics from the learning engine. Shows top patterns, their frequency, trends, and which agents are affected.
Uses: code-patterns skill
Display all detected conventions across pattern types.
/patterns # Standard report with examples
/patterns --summary # Conventions only, no examples
/patterns --detailed # Include per-module adoption rates
Answer: "What are the conventions in this project?"
Use code-patterns skill to analyze all pattern types:
Include patterns with >=60% adoption. Note absence for patterns with no clear convention (<60%).
Standard format:
Project Conventions
===================
[Pattern Type]:
[Attribute]: [Convention] ([adoption]% adoption)
Example:
[code example]
...
Summary:
Strong conventions (>=80%): <N>
Weak conventions (60-79%): <N>
No conventions (<60%): <N>
Code consistency: [percentage]% ([rating])
Recommendations:
[Based on consistency score]
--summary: Conventions only, no examples.
--detailed: Add per-module adoption breakdown.
consistency_score = strong_conventions / total_patterns * 100
Based on consistency score:
/learn [pattern] - Deep dive into specific pattern type/suggest [file] - Check file compliance with conventions