config

Configure DevFlow per-project settings via interactive interview and generate .context/.devflow.yaml.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/NEXUZ-SYS/devflow --skill config-nexuz-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config
Source: https://github.com/NEXUZ-SYS/devflow/tree/main/skills/config
Command: npx skills add https://github.com/NEXUZ-SYS/devflow --skill config-nexuz-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides teams to configure DevFlow's per-project settings through an interactive interview, detecting repository heuristics to pre-select recommendations.

Core Features & Use Cases

  • Automatized project configuration via a guided interview.
  • Heuristics-based preselection of workflows (branch flow, worktree, trunk-based) to accelerate setup.
  • Generates a .context/.devflow.yaml with options for git strategy, protected branches, PR CLI, branch protection, auto-finish, and optional MemPalace configuration when detected.

Quick Start

Execute /devflow config to start the project configuration interview.

Frequently Asked Questions about config

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

FAQPage Schema
How do I configure project workflow settings for an existing git repository?

To configure project workflow settings for an existing git repository, run an interactive interview that detects git heuristics and pre-selects recommended workflows. This guided process automatically generates a .context/.devflow.yaml file containing your specific git strategy and branch protection rules.

What is the best way to set up branch flow or trunk-based development configurations?

The best way to set up branch flow or trunk-based development is through an interactive configuration interview that uses git heuristics to pre-select recommendations. It generates a .context/.devflow.yaml file containing your chosen workflow strategy and protected branch settings.

Can I generate a YAML configuration file for protected branches and PR CLI settings?

Yes, you can generate a YAML configuration file for protected branches and PR CLI settings through a guided project setup interview. The process outputs a .context/.devflow.yaml file containing keys for branch protection, auto-finish, and your selected git workflow strategy.

Does the DevFlow configuration interview work for both new and existing repositories?

Yes, the DevFlow configuration interview works across both new and existing repositories. It detects git heuristics from your current project to pre-select recommended workflows and generates the appropriate .context/.devflow.yaml configuration file.

How do I add MemPalace configuration to my project setup YAML file?

You can add MemPalace configuration to your project setup by proceeding through the interactive configuration interview. When MemPalace is detected, the generated .context/.devflow.yaml file will include an optional MemPalace configuration key alongside your workflow settings.