forge:config

View or update FORGE project settings in .pipeline/project.json.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Chulf58/FORGE --skill forge-config-chulf58
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge:config
Source: https://github.com/Chulf58/FORGE/tree/main/skills/config
Command: npx skills add https://github.com/Chulf58/FORGE --skill forge-config-chulf58

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FORGE project settings can be scattered across files and interfaces; this skill centralizes view/update of config for efficient feature planning and governance.

Core Features & Use Cases

  • View current config values (mode, tester, safe, stacks, version)
  • Update specific keys (mode, tester, safe)
  • Fallback to reading .pipeline/project.json when needed

Quick Start

Update config by specifying a key and value, e.g., set mode lean.

Frequently Asked Questions about forge:config

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

FAQPage Schema
How do I update FORGE project settings like pipeline mode and tester configuration?

Update FORGE project settings by specifying a key and value, such as setting the pipeline mode to lean. You can adjust config options like mode, tester, and safe across projects using MCP tools or by reading .pipeline/project.json.

What FORGE configuration values can I view and modify centrally?

You can view and modify FORGE config values including mode, tester, safe, stacks, and version. This centralizes settings management for efficient feature planning and governance across your projects.

How do I access FORGE project config when MCP tools are unavailable?

Access FORGE project config by falling back to read the .pipeline/project.json file directly when MCP tools are unavailable. This ensures you can still retrieve and manage settings without the MCP interface.

Does FORGE config management work without any external dependencies?

Yes, FORGE config management works without external dependencies. It uses MCP tools when available to view or update settings, and falls back to reading the .pipeline/project.json file if MCP is not present.

Why are my FORGE project settings scattered and how can I centralize them?

FORGE project settings often get scattered across files and interfaces. Centralize them by using this config skill to view and update settings like mode, tester, and safe values in one place for better governance.

Can I set the FORGE pipeline mode to lean for my project?

Yes, you can set the FORGE pipeline mode to lean by specifying the mode key and lean value. This updates your project configuration quickly to use the lean pipeline mode for your feature planning.