.claude/skills/analyze-state/SKILL.md
Analyze state management and mutation patterns. Use when debugging state bugs or investigating race conditions.
npx skillsauth add akashmeshram/claude-disco analyze-stateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Map state flows using the state-flow-analyzer agent.
### State Locations
| Type | Location | Scope | Mutators |
### Mutation Points
| State | Written By | Read By | Sync |
### Transaction Boundaries
| Operation | Has Transaction | Consistency |
### Race Condition Risks
| Location | Pattern | Impact | Fix |
### Recommendations
| Priority | Issue | Location | Fix |
Use subagent_type: state-flow-analyzer
tools
Scaffold new projects with proper structure and boilerplate. Use for creating APIs, CLIs, web apps, or libraries from scratch.
tools
Initialize development configurations: CI/CD, linting, testing, Docker. Use for setting up project tooling.
testing
Generate comprehensive analysis report by running multiple agents. Use for full audits, onboarding docs, or architecture reviews.
development
Generate new features, components, services, and modules that follow existing codebase patterns.