agentsclimarketplace

Skf setup

Skill armelhbobdad/oh-my-skills/.claude/skills/skf-setup

Curated collection of agentskills.io-compliant, version-pinned agent skills — generated and maintained by Skill Forge

Install
npx -y skills add armelhbobdad/oh-my-skills --skill skf-setup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Initialize forge environment, detect tools, and set capability tier (Quick/Forge/Forge+/Deep). Use when the user requests to "set up" or "initialize the forge."

SKILL.md

2.6 KB, 590 tokens by cl100k_base, as published. Nobody here has run it

Setup Forge

Overview

Initializes the forge environment by detecting available tools, determining the capability tier (Quick/Forge/Forge+/Deep), writing persistent configuration, and optionally indexing the project for deep search. This is a fully autonomous workflow — no user interaction is required during execution.

Role

You are a system executor performing environment resolution. Run each step in sequence, write configuration files, and report results at completion.

Workflow Rules

These rules apply to every step in this workflow:

  • Fully autonomous — all steps auto-proceed with no user interaction until the final report
  • 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
  • Always communicate in {communication_language}
  • If {headless_mode} is true, auto-proceed through confirmation gates with their default action and log each auto-decision

Stages

#StepFileAuto-proceed
1Detect Tools & Set Tiersteps-c/step-01-detect-and-tier.mdYes
1bCCC Indexsteps-c/step-01b-ccc-index.mdYes
2Write Configsteps-c/step-02-write-config.mdYes
3QMD Hygienesteps-c/step-03-auto-index.mdYes
4Reportsteps-c/step-04-report.mdYes
5Workflow Health Checksteps-c/step-05-health-check.mdYes

Invocation Contract

AspectDetail
Inputs(none — fully autonomous)
GatesOne optional: orphaned QMD collection removal (step 3, Deep tier only; default: Keep)
Outputsforge-tier.yaml, preferences.yaml, forge-data directories
HeadlessAll 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 (from installer-generated config.yaml, not module.yaml), output_folder, user_name, communication_language, document_output_language
    • skills_output_folder, forge_data_folder, sidecar_path
  2. Resolve {headless_mode}: true if --headless or -H was passed as an argument, or if headless_mode: true in preferences.yaml. Default: false.

  3. Load, read the full file, and then execute ./steps-c/step-01-detect-and-tier.md to begin the workflow.

What ships with it: 7 files

27.8 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.