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.