.unpack/skills/up-extract-standards/SKILL.md
Scan an example repo and extract its coding patterns into a standards file
npx skillsauth add apresmoi/unpack up-extract-standardsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
tools
Show project progress, phases, blockers, and the next runnable phase
research
Export current project state as a portable markdown snapshot for external research
development
Execute the next runnable build phase
tools
Initialize a new project from the Unpack template