一键导入
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.