sparq:config

View, edit, or validate SparQ configuration interactively with schema validation.

27|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/STUkh/sparq-assistant --skill sparq-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sparq:config
Source: https://github.com/STUkh/sparq-assistant/tree/main/claude/skills/sparq-config
Command: npx skills add https://github.com/STUkh/sparq-assistant --skill sparq-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

View, edit, or validate SparQ configuration interactively.

Core Features & Use Cases

  • Guided interactive editor for sparq.config.json with validation against the schema.
  • Non-destructive edits that show diffs before applying changes.
  • Quick setup and troubleshooting workflows for common integration adjustments.

Quick Start

Run the interactive config editor with /sparq:config and follow the prompts to view, edit, or validate sparq.config.json.

Frequently Asked Questions about sparq:config

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

FAQPage Schema
How do I edit sparq.config.json without breaking integrations?

To edit sparq.config.json safely, use an interactive configuration editor that validates changes against the schema and previews diffs before applying safe writes. This non-destructive workflow prevents broken integrations.

What is interactive configuration validation for SparQ settings?

Interactive configuration validation checks sparq.config.json against the schema during guided edits. It enforces YAML frontmatter metadata rules and ensures settings like Jira project keys or checkpoint levels are structurally correct before saving.

How do I change Jira project keys in my SparQ configuration?

Changing Jira project keys requires opening the SparQ configuration file in the interactive editor. The guided workflow lets you adjust integration settings, validates the new keys against the schema, and applies the change via a safe write.

Can I preview configuration changes before writing to sparq.config.json?

Yes, the SparQ interactive editor provides non-destructive edits by generating change diff previews before writing. You can review the exact modifications to sparq.config.json and confirm the safe write to apply them.

Why is my SparQ configuration not working after adjusting checkpoint levels?

Configuration issues after adjusting checkpoint levels often stem from schema validation failures. The interactive editor diagnoses these config issues by validating sparq.config.json metadata and highlighting errors before applying safe writes.

Does the SparQ config editor require any external dependencies?

No, the SparQ interactive configuration editor operates without external dependencies. It independently handles schema validation, change diff previews, and safe writes directly to the sparq.config.json file.