aurakit
AuraKit is a fullstack development engine for Claude Code that executes 34 operational modes through a single `/aura` command, incorporating Sonnet Amplifier reasoning, OWASP security enforcement via 13 runtime hooks, and token reduction techniques. Use it for accelerated production-grade development workflows spanning build, fix, review, and deployment tasks across multiple frameworks and languages.
git clone --depth 1 https://github.com/davepoon/buildwithclaude /tmp/aurakit && cp -r /tmp/aurakit/plugins/all-skills/skills/aurakit ~/.claude/skills/aurakitSKILL.md
# AuraKit v6 > Sonnet Amplified fullstack development engine for Claude Code. ## Overview AuraKit transforms a single `/aura` command into a complete production-grade development pipeline with 34 modes, OWASP-complete security, and 75% token reduction. ## Key Features - **Sonnet Amplifier** — 5-step forced reasoning for Opus-level quality from Sonnet - **34 Modes** — BUILD/FIX/CLEAN/DEPLOY/REVIEW + 28 extended (TDD, PM, QA, ORCHESTRATE, etc.) - **SEC-01~15** — OWASP Top 10 complete inline security rules - **13 Runtime Hooks** — Zero-token security enforcement (security-scan, bash-guard, bloat-check, auto-format, etc.) - **Tiered Model** — ECO (Sonnet) / PRO (Opus) / MAX (full Opus) with automatic model selection - **75% Token Reduction** — Verified: 82KB → 20KB per BUILD load - **10 Language Reviewers** — TypeScript, Python, Go, Java, Rust, Kotlin, C++, Swift, PHP, Perl - **5 Framework Patterns** — Next.js, Remix, Astro, Nuxt, SvelteKit - **Instinct Learning** — Project patterns auto-saved and reused across sessions - **8-Language UI** — Korean, English, Japanese, Chinese, Spanish, French, German, Italian ## Install ```bash npx @smorky85/aurakit # or git clone https://github.com/smorky850612/Aurakit.git && cd Aurakit && bash install.sh ``` ## Usage ```bash /aura 로그인 기능 만들어줘 # BUILD (auto-detect) /aura fix: TypeError in auth # FIX mode /aura review: # 4-agent parallel review /aura! 버튼 색상 변경 # QUICK mode (~60% fewer tokens) /aura pro 결제 시스템 구현 # PRO tier (Opus builder) ``` ## Links - **GitHub**: https://github.com/smorky850612/Aurakit - **npm**: https://www.npmjs.com/package/@smorky85/aurakit
Scans the codebase for dead code, tech debt, outdated dependencies, and code quality issues. Delegates to the Centinela (QA) agent.
Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.
Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.
Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.
Addresses and fixes findings from a QA code review. Reads the review report, fixes critical and warning issues, and prepares for re-verification. Delegates to the Forja (Dev) agent.
Deep security audit covering OWASP Top 10, authentication, authorization, data protection, dependency vulnerabilities, and secrets scanning. Delegates to the Centinela (QA) agent.
Initialize uc-taskmanager for the current project. Creates works/ directory and configures Bash permissions in .claude/settings.local.json. Use when the user says "uctm init", "initialize uctm", "uctm 초기화", or "초기화".