scaffold

Featured

Use when starting hyperflow in a new project, refreshing the .hyperflow/ cache, or installing auto-detection shims (AGENTS.md, CLAUDE.md). One-shot project setup; does not start the spec → scope → dispatch chain. Trigger with /hyperflow:scaffold, "init hyperflow", "set up hyperflow", "refresh hyperflow", "install hyperflow shims".

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Scaffold One-shot project setup. Analyzes the codebase, builds the `.hyperflow/` cache, seeds the memory skeleton, and optionally installs detection shims for other AI tools. Does not start the spec → scope → dispatch chain — invoke `/hyperflow:spec` (or `/hyperflow:scope`) when you're ready for that. ## Step 1 — Analysis Cache Check for `.hyperflow/` at project root. **If absent — dispatch parallel searchers (single message, six Agent calls):** | Label | File generated | Discovers | |---|---|---| | `Searcher — analyzing tech stack` | `profile.md` | Name, language, framework, build commands | | `Searcher — mapping folder structure` | `architecture.md` | Dirs, patterns, routing, data flow | | `Searcher — extracting conventions` | `conventions.md` | Naming, style, linting rules | | `Searcher — scanning dependencies` | `dependencies.md` | UI lib, state, data fetching, DB, auth | | `Searcher — auditing test setup` | `testing.md` | Runner, E2E, patterns, commands | | `Searcher — reading git workflow` | `git-workflow.md` | Branches, commits, CI/CD, PR conventions | See [project-analysis.md](references/project-analysis.md) for what each file captures. **If present — staleness check:** Compute SHA256 of tracked config files, compare against `.hyperflow/.checksums`. Refresh only stale files. Print `Refreshing — <comma-separated list of stale files>`. **After analysis:** - Write `.hyperflow/.checksums` (SHA256 of `package.json`, `tsconfig.json`, eslint/biome config, etc.) - A...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category