원클릭으로
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.