roster-config

Scan installed roster agent files and guide validated configuration edits.

2|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/mathiasbourgoin/roster --skill roster-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roster-config
Source: https://github.com/mathiasbourgoin/roster/tree/main/.opencode/skills/roster-config
Command: npx skills add https://github.com/mathiasbourgoin/roster --skill roster-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually adjusting settings across multiple installed roster agent files is inefficient and risky, especially when enabling optional features that require external dependencies users may not have set up.

Core Features & Use Cases

  • Tunable Discovery & Inspection: Automatically scans all installed roster agent files to surface every configurable setting, grouped by impact tier (optional dependencies, project-specific paths, feature toggles, numeric thresholds) for clear prioritization.
  • Guided Safe Configuration: Walks users through adjusting each tunable with type validation, explicit change previews, and mandatory confirmation to prevent accidental misconfigurations, while preserving all inline frontmatter comments during edits.
  • Dependency Guidance: For tunables that require external packages, it provides clear, platform-specific install instructions and confirms the user has completed setup before allowing the feature to be enabled.
  • Use Case: A user wants to enable the semantic search index for their kb-agent; this skill surfaces the relevant tunable, instructs them to install the required lancedb package, confirms installation, then safely updates the agent's frontmatter without disrupting other settings.

Quick Start

Use the roster-config skill to enable the semantic search feature for your installed kb-agent after you have installed the required lancedb dependency.

Frequently Asked Questions about roster-config

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

FAQPage Schema
How do I discover and adjust roster agent tunables across multiple configuration files?

To adjust roster agent tunables, this skill automatically scans all installed agent files to surface configurable settings grouped by impact tier, including optional dependencies, project-specific paths, and feature toggles. It walks you through validated adjustments with explicit change previews and mandatory confirmation.

Can I enable optional roster agent features that require external dependencies?

Yes, enabling optional roster agent features that require external dependencies is supported by providing clear, platform-specific install instructions. The skill confirms you have completed the required dependency setup before allowing the corresponding feature toggle to be safely enabled in the agent's frontmatter.

What is the safest way to edit frontmatter settings for installed roster agents?

The safest way to edit frontmatter settings for roster agents is using a guided workflow that enforces type validation and explicit change previews. This process requires mandatory user confirmation for all changes and ensures all inline frontmatter comments are preserved during the edits.

How do I turn on the semantic search index for my kb-agent?

To turn on the semantic search index for your kb-agent, the skill surfaces the relevant tunable and instructs you to install the required lancedb package. After confirming installation, it safely updates the agent's frontmatter without disrupting other settings.

Will adjusting feature toggles manually disrupt other settings in my roster agent configuration?

Adjusting feature toggles through this guided workflow will not disrupt other settings because it requires explicit user confirmation and performs type validation for each change. It safely updates the frontmatter while preserving all existing inline comments and unrelated configuration values.

Do I need to manually locate configuration files to change project-specific paths for roster agents?

No, you do not need to manually locate configuration files to change project-specific paths because the skill automatically scans all installed roster agent files. It groups every configurable setting by impact tier, allowing you to easily discover and adjust project-specific paths safely.