swarm-forge-skill

Scaffold and merge AI workflow context files for multiple CLIs.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/fxckcode/skills-kit --skill swarm-forge-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-forge-skill
Source: https://github.com/fxckcode/skills-kit/tree/main/skills/swarm-forge-skill
Command: npx skills add https://github.com/fxckcode/skills-kit --skill swarm-forge-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the setup and refinement of repository AI workflow context across multiple CLIs, replacing ad-hoc scaffolding with guided, safe scaffolding and deterministic context merging.

Core Features & Use Cases

  • Guided repository inspection and targeted context scaffolding for Claude Code, Codex, OpenCode, and Gemini CLI.
  • Creation and refinement of entries like CLAUDE.md, AGENTS.md, and GEMINI.md, plus lightweight knowledge and workflow artifacts.
  • Use Case: A team wants to bootstrap a multi-CLI AI workflow in a new repo without overwriting existing context, then refresh the workflow summary as agents or folders change.

Quick Start

Run the swarm-forge-skill against a repository to inspect its state and scaffold the initial workflow context.

Frequently Asked Questions about swarm-forge-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up AI workflow context files like CLAUDE.md and AGENTS.md for multiple CLIs?

Scaffolding AI workflow context files like CLAUDE.md and AGENTS.md involves inspecting the repository state and generating targeted knowledge files for CLIs like Claude Code, Codex, OpenCode, and Gemini CLI. This guided process replaces ad-hoc setup with safe, deterministic context merging.

What is the best way to configure a multi-CLI AI workflow in a new repository?

Configuring a multi-CLI AI workflow in a new repository is best done through guided scaffolding that creates entries like CLAUDE.md, AGENTS.md, and GEMINI.md while applying development patterns like TDD, BDD, ATDD, or SDD to structure agent interactions.

Can I use this scaffolding approach with Gemini CLI and Codex without losing existing configuration?

Yes, you can use this scaffolding approach with Gemini CLI and Codex without losing existing configuration. It performs deterministic context merging to ensure minimal prompts and safe merges, preserving your current repository context while adding new workflow artifacts.

How does deterministic context merging work when refreshing workflow summaries?

Deterministic context merging works by safely combining new AI workflow context with existing repository files, preventing overwrites during scaffolding. It ensures that refreshing workflow summaries as agents or folders change results in minimal prompts and consistent knowledge file updates.

Does guided context scaffolding support development patterns like TDD and BDD?

Yes, guided context scaffolding supports four development patterns: TDD, BDD, ATDD, and SDD. These patterns are integrated into the workflow context setup to align AI agent behavior with your preferred software engineering methodology.

When should I avoid ad-hoc scaffolding for repository AI context setup?

You should avoid ad-hoc scaffolding for repository AI context setup when managing multiple CLIs, as it risks overwriting existing knowledge files. Using guided, safe scaffolding instead ensures deterministic context merging and protects your current workflow configuration.