baseline
01Skill Claude CodeCodex
Create or update an archguardian baseline to adopt the tool on existing projects incrementally.
Skill Claude CodeCodex
Create or update an archguardian baseline to adopt the tool on existing projects incrementally.
Skill Claude CodeCodex
Analyze staged git changes with archguardian before committing.
Skill Claude CodeCodex
Analyze cyclomatic and cognitive complexity of functions.
Skill Claude CodeCodex
Detect unused exports and dead code.
Skill Claude CodeCodex
Check project dependencies for known security vulnerabilities.
Skill Claude CodeCodex
Generate architecture diagram of the project's dependency structure.
Skill Claude CodeCodex
Dismiss a finding pattern from future archguardian scans.
Skill Claude CodeCodex
Auto-fix archguardian findings like unused imports and naming violations.
Skill Claude CodeCodex
Run archguardian scan with quality gate thresholds.
Skill Claude CodeCodex
Scan Dockerfiles, Kubernetes manifests, and GitHub Actions for security issues.
Skill Claude CodeCodex
Show downstream impact of current file changes using dependency analysis.
Skill Claude CodeCodex
Scan dependencies for license compliance.
Skill Claude CodeCodex
Generate Software Bill of Materials (CycloneDX or SPDX).
Skill Claude CodeCodex
Run a full archguardian project scan, analyze results, and suggest fixes.
Skill Claude CodeCodex
Initialize archguardian in a project with config and git hooks.
Skill Claude CodeCodex
Generate a visual change summary with impact diagram.
Skill Claude CodeCodex
Add archguard-ignore suppression comments to silence false positives.
Command Cursor
Create or update an archguardian baseline for incremental adoption.
Command Cursor
Analyze staged git changes with archguardian before committing.
Command Cursor
Analyze function complexity metrics. Run npx archguardian scan --format json with analyzers.complexity.enabled: true in config. Filter for complexity/ rules. Explain cyclomatic and cognitive complexity scores, suggest refactoring strategies like extracting functions and simplifying branching.
Command Cursor
Integrate test coverage reports. Run npx archguardian scan --format json with analyzers.coverage.enabled: true. Reads lcov or Istanbul JSON. Flags files below minCoverage threshold and uncovered new code above minNewCodeCoverage.
Command Cursor
Detect unused exports. Run npx archguardian scan --format json with analyzers.deadCode.enabled: true. Filter for dead-code/ rules. Explain which exports are never imported. Configure entryPoints to exclude legitimate entry files.
Command Cursor
Check dependencies for known security vulnerabilities.
Command Cursor
Generate architecture diagram of project dependency structure.