
from claude_skills53
Generates or updates a project-local .dh/skill_discovery.yaml by scanning a repo, inferring stack signals, and suggesting relevant skills — supports both intera
This wizard inspects a repository to infer its technology stack, inventories installed agent skills, and produces a draft .dh/skill_discovery.yaml that maps project signals to recommended skills. It supports an interactive mode (asks targeted questions before writing) and an AUTO_MODE (--auto) that writes a best-effort draft annotated for review. The generated YAML includes skill_rules grouping suggested skills by when they should be injected, with inline reasons and install hints for uninstalled candidates.
Best used with agents that support repository Read and Write tools and can run shell commands (npx) — e.g., Claude Code, tools-backed agents that can run Python and Node in project context.
A skill-discovery wizard that scans a repo to infer tech stack, inventories installed skills via npx, searches a marketplace for candidates, and generates a .dh/skill_discovery.yaml config file. Supports interactive and auto modes. No bundled scripts — pure instruction-based SKILL.md with references/ directory for progressive disclosure. Well-documented with clear entry/exit criteria, error handling, and output schema.
No scripts to run — SKILL.md only. The skill instructs the agent to run 'npx skills list' and 'npx skills list -g' which are standard npm invocations, no security concerns. Well-structured wizard flow with mermaid diagram, clear steps, and good error handling documentation. Niche audience — only useful within the development-harness plugin ecosystem.
SAM Discovery
Structured requirements-gathering skill that runs SAM Stage 1 discovery: asks WHO/WHAT/WHEN/WHY to produce an ARTIFACT:DISCOVERY document with goals, NFRs, refe
Group Items to Milestone
Assign backlog items to a GitHub milestone: create missing issues for high-priority items, assign selected items to a milestone, and update Project V2 status to