aurakit
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
npx @smorky85/aurakit
# or
git clone https://github.com/smorky850612/Aurakit.git && cd Aurakit && bash install.sh
Usage
/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
More from davepoon/buildwithclaude
file-organizer
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
212xlsx
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
187content-research-writer
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
141docx
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
122auth-patterns
This skill should be used when the user asks about "authentication in Next.js", "NextAuth", "Auth.js", "middleware auth", "protected routes", "session management", "JWT", "login flow", or needs guidance on implementing authentication and authorization in Next.js applications.
104server-actions
This skill should be used when the user asks about "Server Actions", "form handling in Next.js", "mutations", "useFormState", "useFormStatus", "revalidatePath", "revalidateTag", or needs guidance on data mutations and form submissions in Next.js App Router.
100