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/ and shared/ 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 note references/health-check.md carries for shared/health-check.md.
  • references/ holds prompt content carved out of SKILL.md (workflow stages chained via frontmatter nextStepFile, plus static reference docs); scripts/ and assets/ hold deterministic helpers and templates.
  • {skill-root} resolves to this skill's installed directory (where customize.toml lives, 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.

Installs
14
GitHub Stars
95
First Seen
May 6, 2026
skf-create-stack-skill — armelhbobdad/bmad-module-skill-forge