scaffold-silence

Disable scaffold detection warnings by editing .claude/settings.json.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/cosmicdreams/claude-plugins --skill scaffold-silence
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scaffold-silence
Source: https://github.com/cosmicdreams/claude-plugins/tree/main/admin/skills/scaffold-silence
Command: npx skills add https://github.com/cosmicdreams/claude-plugins --skill scaffold-silence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It prevents repetitive scaffold-detection warnings from interrupting your workflow when you do not want the system prompting about scaffolding.

Core Features & Use Cases

  • Disables scaffold prompt: Sets agentSquad.scaffoldDetect to false in the project’s .claude/settings.json without running any scaffolding.
  • Targets the current project: Applies settings only to the specified target directory (defaults to the current working directory).
  • Reversible change: You can re-enable the prompt later by removing agentSquad.scaffoldDetect from .claude/settings.json.

Quick Start

Run the scaffold-silence skill when you are told to disable the scaffold detection prompt so it stops appearing at session start for the current project.

Frequently Asked Questions about scaffold-silence

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

FAQPage Schema
How do I disable scaffold detection warnings in Claude Code project settings?▼

To disable scaffold detection warnings, set `agentSquad.scaffoldDetect` to `false` in the project's `.claude/settings.json` file. This suppresses repetitive scaffold prompting during plugin authoring or project setup without running any actual scaffolding.

What are scaffold detection warnings and when do they interrupt my workflow?▼

Scaffold detection warnings are system prompts that appear at session start when the system detects a potential scaffolding need. They interrupt your workflow by prompting about scaffolding during plugin authoring or project setup when you do not want to run any scaffolding.

Can I target scaffold suppression settings to a specific project directory?▼

Yes, scaffold suppression settings can be targeted to a specific directory. The skill defaults to the current working directory (`$PWD`) but supports target scoping via ARGUMENTS passed to the provided bash script, applying changes only to that project's `.claude/settings.json`.

Is disabling scaffold detection reversible if I need the prompts back later?▼

Yes, disabling scaffold detection is fully reversible. You can re-enable the prompt later by manually removing the `agentSquad.scaffoldDetect` entry from the target project's `.claude/settings.json` file, which restores the default scaffold detection warnings.

What's the best way to stop scaffold prompting without actually scaffolding a project?▼

The best way to stop scaffold prompting without scaffolding is to edit `.claude/settings.json` and write `agentSquad.scaffoldDetect=false`. This directly disables the detection warnings for the active project without triggering any scaffolding processes.

Do I need any dependencies installed to suppress scaffold warnings in my settings?▼

No dependencies are required to suppress scaffold warnings. The skill operates independently using provided bash scripts to modify the `.claude/settings.json` file in the target project directory, requiring no external packages or plugins to function.