원클릭으로
project-patterns
CUSTOMIZE THIS — Your project's specific patterns, conventions, and best practices.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
CUSTOMIZE THIS — Your project's specific patterns, conventions, and best practices.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Compressed-prose response style for the orchestrator (opt-in via behavior.caveman_mode). Drops articles, fillers, and transitional prose; preserves code, paths, JSON/TOML, and quoted text verbatim.
Maestro project patterns — Rust CLI with ratatui TUI, tokio async, Claude CLI process management, and stream-json parsing.
TEMPLATE - Backend API development patterns. Copy and customize for your backend framework (Express, Django, Spring Boot, FastAPI, etc.)
TEMPLATE - Frontend web development patterns. Copy and customize for your frontend framework (React, Vue, Angular, Svelte, etc.)
Defensive patterns for GitHub (gh) and Azure DevOps (az) CLI interactions — error handling, idempotency, rate limits, missing resources.
API contract validation patterns for ensuring client-side models match backend JSON responses. Prevents decoding failures from schema mismatches. Tech-stack agnostic.
| name | project-patterns |
| version | 1.0.0 |
| description | CUSTOMIZE THIS — Your project's specific patterns, conventions, and best practices. |
| allowed-tools | Read, Grep, Glob, WebSearch |
Customize this file with your project's specific patterns and conventions.
src/
├── TODO: document your project structure
TODO: Document your architecture patterns (MVC, MVVM, Clean Architecture, etc.)
TODO: Document how state is managed in your project
TODO: Document data access patterns (repositories, services, etc.)
TODO: Document error handling conventions
TODO: Document testing conventions (naming, mocking, fixtures)
TODO: List common mistakes specific to your project