ワンクリックで
up-extract-standards
Scan an example repo and extract its coding patterns into a standards file
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Scan an example repo and extract its coding patterns into a standards file
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Initialize a new project from the Unpack template
Apply a follow-up conversation to patch or steer existing docs
Scan an existing project and create docs + alignment phases
Show project progress, phases, blockers, and the next runnable phase
Initialize a new project from the Unpack template
Check consistency between specs, phases, decisions, and traceability markers
| name | up-extract-standards |
| description | Scan an example repo and extract its coding patterns into a standards file |
Scan an example repository and extract its patterns into a standards file for the standards library.
$ARGUMENTS should be the path to an example repository to scan. If empty, ask the user.
Scan the repository:
package.json, tsconfig.json, pyproject.toml, .eslintrc*, .prettierrc*, ruff.toml, and similar config filesExtract patterns across these categories:
Project structure:
Naming conventions:
File patterns:
Import/export patterns:
Tooling:
Library-specific patterns:
Anti-patterns observed:
Determine the right standards file to write or update:
.unpack/standards/ based on detected stackWrite the standards file with status seeded and all extracted patterns.
Report what was extracted, confidence level on each pattern, and ask the user to confirm or adjust key patterns before marking as confirmed.