AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Skf Create Stack Skill

skill-armelhbobdad-oh-my-skills-skf-create-stack-skill · by armelhbobdad

Consolidated project stack skill with integration patterns — code-mode (analyzes manifests) or compose-mode (synthesizes from existing skills + architecture doc). Use when the user requests to "create a stack skill.

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-armelhbobdad-oh-my-skills-skf-create-stack-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-armelhbobdad-oh-my-skills-skf-create-stack-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Skf Create Stack Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 named workflow_warnings[]. Each entry has the shape {step: "step-NN", severity: "info|warn|error", code: "", message: "", context: {}}. Step-07 surfaces these in evidence-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

  1. Load config from {project-root}/_bmad/skf/config.yaml and resolve:
  • project_name, output_folder, user_name, communication_language, document_output_language, skills_output_folder, forge_data_folder, sidecar_path
  1. Resolve {headless_mode} with explicit precedence (B2):
  2. Explicit disable wins. If --headless=false or --no-headless was passed, {headless_mode} is false regardless of any preference.
  3. Explicit enable next. If --headless or -H was passed (without =false), {headless_mode} is true.
  4. Preferences fallback. Otherwise, read headless_mode from {sidecar_path}/preferences.yaml (true or false).
  5. Default: false.
  1. Load, read the full file, and then execute ./steps-c/step-01-init.md to 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.