mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-24 03:00:15 -04:00
docs: add three new pattern explanations and update pattern categorization
- Add `analyze_discord_structure` pattern for Discord server analysis - Add `create_design_system` pattern for CSS design system generation - Add `create_golden_rules` pattern for extracting codebase rules - Update pattern numbering in explanations document (11-235) - Add new patterns to suggest_pattern category mappings - Update pattern_descriptions.json with new pattern metadata - Update pattern_extracts.json with new pattern content
This commit is contained in:
@@ -1953,6 +1953,32 @@
|
||||
"WISDOM",
|
||||
"SELF"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "analyze_discord_structure",
|
||||
"description": "Analyze Discord server structures for organizational issues, permissions, and optimization.",
|
||||
"tags": [
|
||||
"ANALYSIS",
|
||||
"BUSINESS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "create_design_system",
|
||||
"description": "Create comprehensive CSS design systems with tokens, typography, spacing, and components.",
|
||||
"tags": [
|
||||
"DEVELOPMENT",
|
||||
"VISUALIZE",
|
||||
"WRITING"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "create_golden_rules",
|
||||
"description": "Extract enforceable rules from codebases to prevent common mistakes and ensure consistency.",
|
||||
"tags": [
|
||||
"ANALYSIS",
|
||||
"DEVELOPMENT",
|
||||
"EXTRACT"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user