Install
$ agentstack add skill-smorky850612-aurakit-aura-guard ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
AuraKit Guard — 컴팩트 방어 시스템
> 컨텍스트 창 과부하를 방지하는 자동 방어 레이어. > 이 스킬은 내부적으로 동작하며 사용자가 직접 호출하지 않는다.
컴팩트 방어 아키텍처
세션 시작
│
▼
컨텍스트 사용량 모니터링
│
├─ 65% 미만 → 정상 작업 계속
│
└─ 65% 도달 ─────────────────────────────────────────┐
│
CLAUDE_AUTOCOMPACT_PCT_OVERRIDE=65
│
▼
pre-compact-snapshot.sh (PreCompact hook)
├─ 현재 스냅샷 백업
├─ transcript 요약 (claude -p)
└─ .aura/snapshots/current.md 저장
│
▼
/compact 자동 실행
│
▼
post-compact-restore.sh (PostCompact hook)
├─ .aura/snapshots/current.md 읽기
└─ 내용을 stdout → Claude 컨텍스트 주입
│
▼
새 컨텍스트에서 이전 상태 복구됨
환경변수 설정
# ~/.bashrc 또는 ~/.zshrc에 추가 (init.sh가 자동 추가)
export CLAUDE_AUTOCOMPACT_PCT_OVERRIDE=65
이 설정으로 컨텍스트 65% 시점에 자동 컴팩트가 트리거된다. 기본값(90%)보다 일찍 압축하여 컨텍스트 손실을 방지한다.
토큰 사용량 확인 방법
Claude Code에서 /context 명령으로 현재 컨텍스트 사용량을 확인할 수 있다.
/context → 현재 토큰 사용량 및 남은 용량 표시
Hook 연동
| Hook 이벤트 | 파일 | 동작 | |------------|------|------| | PreCompact | pre-compact-snapshot.sh | 스냅샷 저장 | | PostCompact | post-compact-restore.sh | 스냅샷 복구 + 컨텍스트 주입 |
스냅샷 파일 관리
.aura/snapshots/
├── current.md ← 가장 최신 스냅샷 (항상 덮어씀)
├── SNAPSHOT-20250115-143022.md ← 이전 스냅샷 백업
├── SNAPSHOT-20250115-152841.md
└── ...
current.md: 현재 작업 상태. PostCompact 후 컨텍스트에 주입됨SNAPSHOT-*.md: 자동 백업. 수동 복구 시 참조
토큰 절약 원칙 (AuraKit 전체)
| 원칙 | 절감량 | |------|--------| | Hook-First (bash hook으로 검증) | ~60% | | Context:fork 에이전트 격리 | ~25% | | Fail-Only 출력 | ~10% | | Progressive Disclosure | ~5% |
AuraKit — Context Budget Guard: 65% 방어선으로 무손실 작업 보장
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: smorky850612
- Source: smorky850612/Aurakit
- License: MIT
- Homepage: https://aurakit.aurax-dev.workers.dev/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.