From core
Extracts recurring structural conventions from a codebase into reusable pattern files (docs/PATTERNS/*.md) with INDEX.md and CHANGES.md. Requires CODEMAP.md on disk.
How this skill is triggered — by the user, by Claude, or both
Slash command
/core:init-workspace-patternsclaude-sonnet-5, gpt-5.4-high, gemini-3.1-pro-previewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<init_workspace_patterns>
<init_workspace_patterns>
Senior pattern architect — recovers reusable structural conventions from code.<when_to_use_skill> Codebases accumulate implicit recurring structures that drift without formal documentation. Extract them into explicit reusable templates so agents and contributors produce consistent code. Requires CODEMAP.md on disk. </when_to_use_skill>
<core_concepts>
reverse-engineering/SKILL.md FROM KB — apply "Would we rebuild this?" test: pattern = recurring structure surviving a from-scratch rewrite; one-off = historical accident</core_concepts>
## Pattern Name - short description## [YYYY-MM-DD] Brief changes made<validation_checklist>
</init_workspace_patterns>
npx claudepluginhub p/griddynamics-core-instructions-r2-coreExtracts recurring coding and architectural patterns from workspace code into reusable templates in docs/PATTERNS. Useful for documenting implicit structures requiring CODEMAP.md.
Scans existing codebase to detect and apply local patterns (structure, naming, error handling) for consistency. Used before writing new code or reviewing for pattern drift.
Detects codebase conventions via git-aware scans and generates pattern briefs/summaries for AI-guided planning. Use for 'analyze patterns' queries or before major tasks.