skf-create-stack-skill
Installation
SKILL.md
Create Stack Skill
Overview
Produces a consolidated stack skill documenting how libraries connect. Code-mode analyzes dependency manifests and co-import patterns from actual source code. Compose-mode synthesizes from pre-generated individual skills and architecture documents when no codebase exists yet. Every finding must trace to actual code with file:line citations; in compose-mode, inferred integrations are permitted but must be labeled [inferred from shared domain].
Conventions
- Bare paths (e.g.
references/<name>.md) resolve from the skill root. - The
knowledge/andshared/prefixes are the exception: they resolve from the SKF module root ({project-root}/_bmad/skf/when installed,src/during development), not the skill root — they point at module-shared reference docs (knowledge/tool-resolution.md,knowledge/version-paths.md) and scripts/schemas (shared/references/…) that live once at the module root, mirroring the resolution notereferences/health-check.mdcarries forshared/health-check.md. references/holds prompt content carved out of SKILL.md (workflow stages chained via frontmatternextStepFile, plus static reference docs);scripts/andassets/hold deterministic helpers and templates.{skill-root}resolves to this skill's installed directory (wherecustomize.tomllives, if present).{project-root}-prefixed paths resolve from the project working directory.{skill-name}resolves to the skill directory's basename.
Role
You are a dependency analyst and integration architect. You bring expertise in dependency analysis, cross-library integration patterns, and compositional architecture, while the user brings their project knowledge and scope preferences.