gsd-settings

Manage GCP/GCS/GitHub/AWS/Azure/other credentials and settings with ease.

1|Updated Sep 6, 2015
One-click install
npx skills add https://github.com/deerawan/dotfiles --skill gsd-settings-deerawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-settings
Source: https://github.com/deerawan/dotfiles/tree/main/claude/skills/gsd-settings
Command: npx skills add https://github.com/deerawan/dotfiles --skill gsd-settings-deerawan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines configuring the GSD (get-shit-done) workflow by letting you update the workflow toggles and choose a model profile through an interactive, guided prompt instead of manually editing configuration files.

Core Features & Use Cases

  • Config existence, reading, and parsing: Validates the settings file path and loads current settings so updates are based on what you already have configured.
  • Interactive multi-question workflow setup: Collects key parameters (model, research, plan_check, verifier, branching) via a focused sequence of questions.
  • Safe merge and confirmation: Merges your updates into the existing configuration and shows a confirmation summary with quick command references so you can immediately verify and proceed.

Quick Start

Use the gsd-settings skill to interactively update your GSD settings for model profile and workflow toggles.

Frequently Asked Questions about gsd-settings

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

FAQPage Schema
How do I configure GSD workflow toggles and model profile without manual file editing?

You configure GSD settings interactively by answering a guided sequence of questions for model profile and workflow toggles. The skill reads your existing on-disk configuration, parses it, merges your answers, writes the updated settings, and presents a confirmation summary with quick command references.

What is the safest way to update an existing workflow configuration file?

The safest way to update workflow configuration is using a merge-and-confirm process. This skill validates your settings file path, reads current settings, parses the configuration, interactively collects updates, merges them into the existing data, writes the file, and presents a confirmation summary.

Can I interactively set up workflow automation toggles for research and verifier?

Yes, you can interactively set up workflow automation toggles for research and verifier. The guided multi-question setup collects key parameters including model, research, plan_check, verifier, and branching, then merges these choices into your existing settings configuration.

Does this interactive settings setup require any external dependencies?

No, this interactive settings setup requires no external dependencies. It performs deterministic end-to-end execution to ensure configuration existence, parsing, merging, and writing of updated settings entirely within your local environment.

Why does my workflow configuration need to be parsed before updating settings?

Your workflow configuration needs parsing before updating settings so updates are based on what you already have configured. This ensures the interactive merge process preserves existing values and safely integrates new toggles or model profile changes into the on-disk file.