settings
Solidgrade every settings scope for silent faults, then probe the live gate (saves report to .construct/)
Install
Quality Score: 80/100
Skill Content
Details
- Author
- MaisonDeVolonte
- Repository
- MaisonDeVolonte/construct
- Created
- 4 weeks ago
- Last Updated
- 2 days ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
claude-settings-auditor
Audit every Claude Code settings layer — user, project, local, and managed — and report the effective merged configuration with its risks: over-broad Bash allows, missing deny rules for secrets, bypassPermissions defaults, unvetted MCP servers and hooks, and rules that never match. Use before trusting a new repo's checked-in settings, or to harden your own before handing the agent more autonomy.
setup
step by step setup wizard that takes you from install to fully configured (saves roadmap to .construct/)
silent-fragility-audit
Scan a change (or a subsystem) for the project's house failure mode — code that runs green and silently does nothing. Use after adding any collector, fetcher, model loader, or try/except; when a subsystem's output looks plausible but unverified; or on request ("audit X for silent fragility"). Wrong math gets caught by tests; silence doesn't.