sb-configure

Configure SpecBind project settings, templates, rules, adapters, and binary updates via CLI workflows.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/Huruikagi/pc-build-planner --skill sb-configure-huruikagi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sb-configure
Source: https://github.com/Huruikagi/pc-build-planner/tree/main/.agents/skills/sb-configure
Command: npx skills add https://github.com/Huruikagi/pc-build-planner --skill sb-configure-huruikagi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Keeping a SpecBind-managed project correctly configured requires coordinating many surfaces—Agents, language, templates, shared Rules, operational adapters, Steering, and binary updates—each with its own CLI commands, authority boundaries, and follow-up work. This Skill guides an AI agent through those configuration changes safely, with validation and aftercare at every step. ## Core Features & Use Cases - Guided configuration workflow: Classifies each request, loads only the relevant procedure reference, proposes the change, applies it through the owning CLI command, and verifies with specbind configuration show. - Surface-specific procedures: Covers Agent installation and role models, artifact language, project instructions, templates and existing-artifact reconciliation, shared Rules, operational adapters (Release, Git, validation), Steering, and explicit SpecBind binary updates via mise. - Aftercare and authority boundaries: Distinguishes required, recommended, and optional follow-up, enforces narrow Git checkpoint authorization, and prevents edits to product-managed files or lifecycle state. - Use Case: After installing SpecBind, ask the agent to review the project configuration; it inspects the current state, recommends a template and Steering setup order, applies approved changes, and completes the resulting aftercare. ## Quick Start Ask the agent to review and update this project's SpecBind configuration, for example to change the artifact language or add an Agent.

Frequently Asked Questions about sb-configure

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

FAQPage Schema
How do I configure SpecBind for my project after installation?▼

Start with `specbind configuration show` to inspect the current state, then follow the guided workflow: classify the request, load the matching procedure reference, propose and apply the change through the owning CLI command, and finish the required aftercare.

How do I update the SpecBind binary to a new version?▼

Use the explicit update procedure: verify the active mise configuration uses the github:Huruikagi/specbind backend, run `mise upgrade` or `mise use` with an explicit version, then preview and apply the asset refresh with `specbind install --dry-run` and `specbind install`.

Can I edit installed SpecBind Skill or role files directly?▼

No. Installed product-managed Skills, generated Agent roles, protocols, schemas, and managed root-instruction blocks must never be edited by hand. Changes go through the owning CLI commands such as `specbind install` or `specbind remove-agent`.

Does changing the SpecBind language translate existing artifacts?▼

No. Changing the configured language refreshes product-managed renderings but never overwrites project-owned templates, Rules, adapters, Steering, or live artifacts. Retained old-language files are enumerated as aftercare, and translation is a separate previewed change.

What happens to existing Specs when I edit a SpecBind template?▼

A template edit affects only future materialization; no existing artifact changes automatically. You can optionally accept a reconciliation preview that classifies per-artifact diffs, but applying it requires separate confirmation and preserves identities and semantic content.