ワンクリックで
project-profile
Project-specific conventions, naming patterns, and quality standards
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Project-specific conventions, naming patterns, and quality standards
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | Project Profile |
| description | Project-specific conventions, naming patterns, and quality standards |
| version | 1.0.0 |
Project Type: [oss-library | internal-app | website | cli-tool | template-repo] Trigger: Creating plans, naming files, writing docs, running maintenance checklists, or reviewing plan quality
This skill defines the DNA of this project — conventions that influence workspace-level workflows without modifying them.
| Field | Value |
|---|---|
| Type | [type] |
| Primary Language | [languages] |
| Doc Tone | `[formal-technical |
| Doc Language | [en |
| Build System | [command or "None"] |
Pattern: [describe your plan naming pattern]
Pattern: [feat/topic | fix/topic | direct-to-main]
Pattern: [describe your commit message format]
Add project-specific checklists here that don't belong in global rules. Reference existing rules instead of duplicating content.
# Build
[build command or "N/A"]
# Test
[test command or "N/A"]
# Add project-specific verification commands
Describe the documentation flow for this project. Example: internal docs (VI) → public docs (EN) → website
Trigger: AFTER any
/plan createor/plan update— agent MUST run this checklist before presenting plan to user. Purpose: Catch logic errors, security gaps, missing scope, and token bloat BEFORE execution. Defense: If running/plan create, re-read this §6 AFTER Step 9 (Write Plan File) to counter token decay.
.env, credentials, or tokens in plan scopeCompanion skill for the /open workflow. Automates workspace diagnostic steps when starting a new session on a project. Collects active session status, project contracts, active task metrics, compact memory presence, roadmap phases, pending brainstorms, and git status.
Sidecar data for /brainstorm workflow — Brainstorm (open), Decision (finalized), and Research document templates loaded just-in-time.
Sidecar data for /docs workflow — document templates loaded just-in-time when generating docs.
Modular HTML rendering engine for PARA Workspace. Converts Markdown documents, code graphs, and standalone files into interactive, self-contained HTML pages with consistent Notion-inspired theming. Triggers when the user asks to compile docs to HTML, render graph visualization, export markdown to HTML, view docs statically, or preview documents.
Sidecar data for /plan workflow — Detail Plan and Roadmap templates loaded just-in-time.
Sidecar data for /qa workflow — Red Team personas, dimension checklists, and QA report templates loaded just-in-time.