packmind-onboard
Read-only codebase analysis to identify non-linter architectural patterns and generate draft Packmind Standards and Commands.
Profile →npx skills add majiayu000/claude-skill-registry --skill packmind-onboard --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# packmind-onboard Action skill. Performs **read-only** repository analysis to discover **non-obvious, non-linter** patterns ("exotic insights"), then drafts **Standards** and **Commands** aligned with the codebase's real conventions. ## Guarantees - **Read-only by default.** No files are written unless the user explicitly chooses to apply. - **Preserve existing.** Never overwrite existing artifacts. If a slug already exists, create `-2`, `-3`, etc. - **Evidence required.** Every reported insight must include file-path evidence (and line ranges when feasible). - **Focused output.** Max **5 Standards** and **5 Commands** generated per run. ## Definitions - **Exotic insight:** a pattern a linter cannot reliably enforce (architecture, module boundaries, workflow gaps, cross-module conventions). - **Evidence:** list of file paths; when feasible include line ranges or minimal snippets (≤10 lines total per insight). - **Dominant pattern:** ≥60% of observations OR at least 2× the next most common pattern. ## Step 1 — Mode Selection Present the user with two onboarding modes using AskUserQuestion: - **Quick** - Fast analysis (~4 checks), basic standards & commands. Best for getting started
- Guarantees
- Definitions
- Step 1 — Mode Selection
- Step 2 — Announce
- Step 3 — Detect Existing Packmind and Agent Configuration
- Glob (broad, future-proof)
- Classify
- Step 4 — Detect Project Stack (Minimal, Evidence-Based)
- Language markers (check presence)
- Architecture markers (check directories)
- Step 5 — Run Analyses
- Quick Mode Analyses (4 checks)
- Optimal Mode Analyses (17 checks)
- Analysis Selection Strategy
What does the packmind-onboard skill do?
Read-only codebase analysis to identify non-linter architectural patterns and generate draft Packmind Standards and Commands.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill packmind-onboard --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.