Install
$ agentstack add skill-smorky850612-aurakit-aura-compact ✓ 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
/aura-compact — 스냅샷 저장 + 컴팩트
실행 순서 (순서대로, 생략 없이)
Step 1 — 스냅샷 저장 (Bash 도구로 직접 작성)
Write 도구 사용 금지 — Read-before-Write 충돌 방지를 위해 Bash cat > 사용.
mkdir -p .aura/snapshots
cat > .aura/snapshots/current.md << 'SNAPEOF'
# AuraKit Snapshot
- Timestamp: [현재 UTC ISO 8601]
- Mode: [진행 중인 모드]
- Original Request: [사용자의 원래 요청]
## Completed
[완료된 항목들]
## Remaining
[남은 항목들]
## Next Action
[다음에 할 일]
SNAPEOF
Step 2 — 최종 출력 (이것만, 짧게)
스냅샷 저장 완료 후 즉시 아래만 출력:
⚡ aura-compact 완료 — 스냅샷 저장됨.
👉 /compact
👉 /compact 를 반드시 마지막 줄에 단독으로 출력한다. 사용자가 이것만 복사해서 붙여넣으면 끝나도록.
금지 사항
- ❌ Write 도구 사용 금지 (Read-before-Write 충돌)
- ❌ PowerShell SendKeys 금지
- ❌ export CLAUDEAUTOCOMPACTPCT_OVERRIDE 변경 금지 (자식 프로세스 한정, 효과 없음)
- ❌ Start-Sleep / 대기 금지
- ❌ 장황한 설명 금지 — 스냅샷 + 한 줄 안내만
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.