configure

Interactively customize Lineup agent models, tools, and memory via YAML override files.

3|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/izantech/lineup --skill configure-izantech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure
Source: https://github.com/izantech/lineup/tree/main/.lineup-core/snapshots/skills/configure
Command: npx skills add https://github.com/izantech/lineup --skill configure-izantech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Changing agent behavior in a multi-agent workflow normally means editing plugin files directly, which breaks on updates and is hard to track. This Skill lets you customize each Lineup agent's model, tools, and memory scope through a guided interactive flow, persisting changes as YAML override files that layer on top of plugin defaults without ever modifying the original agent definitions. ## Core Features & Use Cases - Interactive configuration wizard: Walks through model, tools, and memory options per agent using structured prompts, with a merged view of defaults and overrides. - Override file management: Writes, updates, or deletes YAML override files in ~/.claude/lineup/agents/, storing only fields that differ from plugin defaults plus the plugin version. - Preview and reset: Shows a diff-style preview before applying changes and supports a full reset that restores all agents to plugin defaults. - Use Case: You want the researcher agent to use sonnet instead of haiku and replace WebSearch with an MCP Brave Search tool across agents. The Skill previews the changes, writes only the differing fields to override files, and leaves the plugin's agent .md files untouched. ## Quick Start Ask the assistant to run the Lineup configure skill to change the researcher agent's model to sonnet and preview the override before applying it.

Frequently Asked Questions about configure

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

FAQPage Schema
How do I change the model for a Lineup agent?

Run the configure skill and choose the Model option to set one model for all agents or per agent. Valid values are haiku, sonnet, or opus, and the change is saved as a YAML override file rather than editing the agent's .md file.

How do I replace or add tools for specific agents?

Use the Tools option in the configure flow to replace one tool with another across all agents, or add and remove tools per agent. Tools are stored as comma-space separated lists in the override file, such as Read, Grep, Glob, LS.

Does configuring agents modify the plugin's agent files?

No, the plugin's agent .md files are never modified. All customizations are written as YAML override files in ~/.claude/lineup/agents/, which layer on top of the plugin defaults.

How do I reset Lineup agents to their default settings?

Choose the Reset option in the configure flow, confirm the prompt, and all override files in ~/.claude/lineup/agents/ are deleted. Every agent then falls back to the plugin defaults for model, tools, and memory.

What values are allowed for agent memory scope?

Memory scope must be one of user, project, or local. The configure skill validates this input and rejects any other value before writing the override file.