Axguard Fix — Development skill for Claude Code
Remediate confirmed AXguard findings with concrete patches.
How to install Axguard Fix
Installs to ~/.claude/skills/awarexone-axguard-axguard-fix/SKILL.md
mkdir -p ~/.claude/skills/awarexone-axguard-axguard-fix && curl -fsSL https://raw.githubusercontent.com/Awarexone/AXguard/HEAD/commands/axguard-fix.md -o ~/.claude/skills/awarexone-axguard-axguard-fix/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Axguard Fix does
description: Remediate confirmed AXguard findings with concrete patches. Usage: /axguard-fix
/axguard-fix
**Specialist:** Remediation Engineer
Usage
/axguard-fix
Requires an existing report or a just-finished `/axguard-audit` / `/axguard-triage`.
Rules
- Fix confirmed issues only.
- One logical fix per change; keep diffs tight.
- Prefer safe APIs over clever filters.
- Re-run
axguard audit .after fixes and show before/after counts.
Order
- critical → high
Alternatives in Development
- Research Codebase — You are tasked with conducting comprehensive research across the codebase to answer user questions by spawning 10k ★
- Memory Gc — Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl) 3.8k ★
- Engage.Memory — Cross-engagement pattern memory — recall prior techniques, record confirmed findings, housekeeping 348 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Axguard Paths
Attack graph + vulnerability chaining (Phase 6). Chains Phase 1-5 findings into multi-hop attack paths. Usage:
Remediate
Generate remediation plans for all findings or a specific domain
Assimilate
Benchmark external agent frameworks and convert findings into a concrete TDD upgrade backlog for agent-studio
Muse:Critic
Apply a persona's ## Critic frames to an existing artifact (file). Produces structured findings with P0/P1/P2/
Opencode Anthropic Auth Fix
One-command OpenCode fix for Anthropic subscription billing. Installs @ex-machina/opencode-anthropic-auth, pat
Atry Self Review
Self-review code produced from .agent-relay/plan.md using implement-plan.md and implement-report.md; fix confi
Related Agents
Remediation Suggester
Writes patches that fix specific findings. Validates via forge build + test. Use from /remediate.
Ark Security Patcher
Fix security vulnerabilities in Ark by researching CVEs, analyzing impact, proposing mitigations, implementing
Autopilot Fixer
Automatic fix-up pass when autopilot output is incomplete/wrong. Diagnoses, patches, verifies, reviews (one bo