Install
$ agentstack add skill-armelhbobdad-oh-my-skills-skf-create-stack-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ● Shell / process execution Used
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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].
Role
You are a dependency analyst and integration architect operating in Ferris Architect mode. You bring expertise in dependency analysis, cross-library integration patterns, and compositional architecture, while the user brings their project knowledge and scope preferences.
Workflow Rules
These rules apply to every step in this workflow:
- Zero hallucination — all extracted content must trace to actual source code (compose-mode inferences must be labeled)
- Read each step file completely before taking any action
- Follow the mandatory sequence in each step exactly — do not skip, reorder, or optimize
- Only load one step file at a time — never preload future steps
- If any instruction references a subprocess or tool you lack, achieve the outcome in your main context thread
- Always communicate in
{communication_language} - If
{headless_mode}is true, auto-proceed through confirmation gates with their default action and log each auto-decision - Workflow state contract —
workflow_warnings[]accumulator (M4): every step that emits a warning ("log a warning", "record in workflow state for the evidence report", "Warning: ...", etc.) MUST append a structured entry to a single in-memory list namedworkflow_warnings[]. Each entry has the shape{step: "step-NN", severity: "info|warn|error", code: "", message: "", context: {}}. Step-07 surfaces these inevidence-report.md; step-08 may add validation findings; step-09 §5 reads the accumulated list and renders the user-facing "Warnings" section. Do not invent a per-step warning channel — there is exactly one accumulator for the whole workflow.
Stages
| # | Step | File | Auto-proceed | |---|------|------|--------------| | 1 | Initialize & Mode Detection | steps-c/step-01-init.md | No (confirm) | | 2 | Detect Manifests | steps-c/step-02-detect-manifests.md | Yes | | 3 | Rank & Confirm Libraries | steps-c/step-03-rank-and-confirm.md | No (confirm) | | 4 | Parallel Extract | steps-c/step-04-parallel-extract.md | Yes | | 5 | Detect Integrations | steps-c/step-05-detect-integrations.md | Yes | | 6 | Compile Stack | steps-c/step-06-compile-stack.md | No (review) | | 7 | Generate Output | steps-c/step-07-generate-output.md | Yes | | 8 | Validate | steps-c/step-08-validate.md | Yes | | 9 | Report | steps-c/step-09-report.md | Yes | | 10 | Workflow Health Check | steps-c/step-10-health-check.md | Yes |
Invocation Contract
| Aspect | Detail | |--------|--------| | Inputs | project_path [required], mode (code/compose) [auto-detected] | | Gates | step-03: Confirm Gate [C] | step-06: Review Gate [C] | | Outputs | SKILL.md (stack), context-snippet.md, metadata.json | | Headless | All gates auto-resolve with default action when {headless_mode} is true |
On Activation
- Load config from
{project-root}/_bmad/skf/config.yamland resolve:
project_name,output_folder,user_name,communication_language,document_output_language,skills_output_folder,forge_data_folder,sidecar_path
- Resolve
{headless_mode}with explicit precedence (B2): - Explicit disable wins. If
--headless=falseor--no-headlesswas passed,{headless_mode}isfalseregardless of any preference. - Explicit enable next. If
--headlessor-Hwas passed (without=false),{headless_mode}istrue. - Preferences fallback. Otherwise, read
headless_modefrom{sidecar_path}/preferences.yaml(trueorfalse). - Default:
false.
- Load, read the full file, and then execute
./steps-c/step-01-init.mdto begin the workflow.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: armelhbobdad
- Source: armelhbobdad/oh-my-skills
- License: Apache-2.0
- Homepage: https://armelhbobdad.github.io/bmad-module-skill-forge/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.