From core
Extracts recurring coding and architectural patterns from workspace code into reusable templates in docs/PATTERNS. Useful for documenting implicit structures requiring CODEMAP.md.
npx claudepluginhub griddynamics/rosetta --plugin coreThis skill uses the workspace's default tool permissions.
<init_workspace_patterns>
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.
Consults design pattern catalog before implementing or refactoring code to check for matching patterns and follow established implementations.
Finds code examples and design patterns like API endpoints, authentication, database queries, and error handling in the codebase. Triggered for 'how to implement X', 'show examples of X', or following conventions.
Share bugs, ideas, or general feedback.
<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>
<validation_checklist>
</init_workspace_patterns>