config

Read and update Towline settings in .planning/config.json with schema validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SienkLogic/towline --skill config-sienklogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config
Source: https://github.com/SienkLogic/towline/tree/main/plugins/dev/skills/config
Command: npx skills add https://github.com/SienkLogic/towline --skill config-sienklogic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Towline configuration can be complex due to many toggles, model mappings, and per-project settings. This skill centralizes access to the Towline planning/config and enforces safe, validated changes.

Core Features & Use Cases

  • Interactive configuration with AskUserQuestion prompts for model, depth, gates, and features.
  • Direct updates via arguments to quickly apply changes to .planning/config.json.
  • Validation against the config schema and graceful handling of missing project context.

Quick Start

Run /dev:config to load the current Towline configuration and adjust settings interactively.

Frequently Asked Questions about config

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

FAQPage Schema
How do I configure Towline model selection and workflow depth settings?

You can configure Towline model selection and workflow depth interactively or by passing direct arguments. The skill reads and updates the .planning/config.json file, applying schema validation to ensure safe changes to model mappings and project settings.

What is the best way to update config.json settings for a Towline project?

The best way to update config.json settings is through validated arguments or interactive prompts. This enforces schema validation during configuration, preventing invalid toggles and ensuring safe modifications to per-agent settings and project features.

Can I adjust Towline gates and per-agent settings interactively?

Yes, you can adjust Towline gates and per-agent settings interactively. The skill uses AskUserQuestion prompts to guide you through model selection, depth, gates, and features, updating the .planning/config.json file with validated configurations.

Does Towline configuration work without an existing project context?

Towline configuration gracefully reports missing project context when no Towline project exists. If you attempt to configure settings without a project, the skill handles the absence safely rather than failing abruptly during the config update.

Why does my Towline config update fail schema validation?

Towline config updates fail schema validation when the submitted settings do not match the expected structure for model mappings, workflow depth, or gates. The skill enforces this validation against the config schema to prevent invalid configurations in .planning/config.json.