By soreavis
A complete pre-ship audit suite for Claude Code: 13 skills covering security (33 OWASP-era vectors), deep code quality, dependency health, regulatory compliance (GDPR/ISO), accessibility (WCAG 2.1 AA), SEO + GEO, form hardening, responsive design, deploy readiness, and LLM hallucination risk — plus /audit:all to orchestrate them and /audit:diff to compare reports over time.
Accessibility audit against WCAG 2.1 AA. Checks semantic HTML, alt text, keyboard navigation, contrast, form labels, ARIA, focus management, and motion preferences. Works on any web frontend.
Orchestrator that runs the bundled audit skills (security, deep, deps, compliance, tech-stack, forms, a11y, seo, deploy, responsive, hallucination) in sequence against a project and merges their reports into one combined scorecard. All sibling audits ship in this same plugin — nothing else to install. Use when the user wants to run "all audits" / "the full audit suite" / "every pre-launch check" before shipping.
Regulatory compliance audit against GDPR, ISO 27001:2022, ISO 9001:2015 (and optionally HIPAA, SOC 2, PCI DSS). Scores code on 7 compliance dimensions (data handling, access control, validation, sanitization, audit trail, error handling, documentation) with line-number evidence. Report-only by default; --fix opt-in.
Deep audit of code quality, security, and injection attack surface. Launches three parallel agents covering dead code, OWASP Top 10, and content injection vectors.
Pre-deployment production readiness checklist. Checks build health, debug code, dev URLs, env vars, error tracking, analytics, SEO, legal pages, and git state. Run before every production push.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A pre-ship audit suite for Claude Code — 13 skills under one plugin. Run any audit on its own, or /audit:all to orchestrate the whole suite into a single combined scorecard.
This is a Claude Code plugin marketplace. The whole suite installs as one plugin (audit); every audit is then an individually invocable, namespaced command (/audit:security, /audit:a11y, …). One install, no per-repo sprawl, no drift between siblings.
| Command | Focus |
|---|---|
/audit:all | Orchestrator — runs the suite in sequence, merges into one scorecard with a SHIP / WARNINGS / DO NOT SHIP verdict |
/audit:security | Attack surface — 33 vectors (OWASP, auth, API, client-side, AI) |
/audit:deep | Code quality + security + injection surface (3 parallel agents) |
/audit:deps | Dependency health — licenses, outdated, unused, duplicates, bundle size, vulns |
/audit:compliance | Regulatory — GDPR, ISO 27001:2022, ISO 9001:2015 (+ HIPAA/SOC2/PCI), 7 dimensions |
/audit:tech-stack | Stack-convention conformance — 8 checks, adapts to your detected stack |
/audit:forms | Form hardening — 38-point spam/bot/security checklist |
/audit:a11y | Accessibility — WCAG 2.1 AA, 29 checks |
/audit:seo | SEO + technical SEO + GEO (generative-engine optimization) |
/audit:deploy | Pre-deploy production-readiness checklist |
/audit:responsive | Responsive / mobile optimization across viewports |
/audit:hallucination | LLM fabrication-risk audit — 46 vectors for prompts, AI-integration code, and generated content |
/audit:diff | Compare two audit reports — what improved, regressed, or is new |
Every audit is report-only by default; the ones that can remediate take an opt-in --fix. All findings carry file:line evidence, and each skill enforces its own anti-hallucination rules (no invented identifiers, evidence-mandated findings).
# 1. Add this marketplace (Git-based; owner/repo shorthand):
/plugin marketplace add soreavis/claude-audit-skills
# 2. Install the suite:
/plugin install audit@soreavis-skills
# 3. Activate without restarting:
/reload-plugins
Then run any audit, e.g.:
/audit:security --fix
/audit:all --tier=full --scope=src/ --report
/audit:a11y
Team setup (project .claude/settings.json):
{
"extraKnownMarketplaces": {
"soreavis-skills": {
"source": { "source": "github", "repo": "soreavis/claude-audit-skills" }
}
},
"enabledPlugins": {
"audit@soreavis-skills": true
}
}
/audit:all tiers| Tier | Audits | When |
|---|---|---|
quick | security, deploy | Fast sanity check / MVP |
standard (default) | security, deploy, forms, a11y, responsive | Most public-facing web projects |
full | hallucination, security, deep, deps, compliance, tech-stack, forms, a11y, seo, responsive, deploy | Pre-launch of a paid / regulated / customer-facing product |
/audit:all # standard tier
/audit:all --tier=full --skip=hallucination # everything except the AI-risk pass
/audit:all --tier=quick --include=a11y # compose tier + include/skip
(/audit:diff isn't part of a run-all — it compares two existing reports. Run /audit:all twice across a fix sprint, then /audit:diff.)
claude-audit-skills/
├── .claude-plugin/
│ └── marketplace.json # lists the `audit` plugin
└── plugins/
└── audit/
├── .claude-plugin/plugin.json
└── skills/
├── all/SKILL.md → /audit:all
├── security/SKILL.md → /audit:security
├── deep/SKILL.md → /audit:deep
└── … (13 skills total)
Grep / Glob / Read against the codebase--report / --fix reports: a _local/ directory (skills create one if needed)No external services. No API keys. Pure methodology + Claude Code execution.
MIT — copy it, ship it, improve it.
Built with Claude Code. Vector and checklist catalogs assembled from OWASP, WCAG 2.1, web.dev, GDPR / ISO 27001:2022, and real shipping experience.
Pre-purchase property due diligence across 62 countries — tax, risks, rental yield, visa, mortgage, and 17 other facets per address. Drop in any address or listing URL: the skill detects the country, loads the local playbook, runs your chosen sections, and outputs a structured Markdown brief. Sources are primary government registries (cadastres, tax authorities, risk bureaux), not aggregator sites. Every figure dated. Every section confidence-labelled with a band that decays without re-verification. A regulatory-watch tracker flags reforms before they invalidate the brief. Try asking: /property-deep-dive Calle Mayor 5, Madrid --visa --retirement /property-deep-dive https://rightmove.co.uk/142857 --integrity --journey=pre-offer /property-deep-dive --compare=fr,it,pt --retirement /property-deep-dive Athens 10556 --type=heritage --journey=foreign-buyer 62 countries fully populated · 22 user-invocable sections · 4 cross-cutting layers.
npx claudepluginhub soreavis/claude-audit-skills --plugin auditComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.