ワンクリックで
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