AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Aura Compact

skill-smorky850612-aurakit-aura-compact · by smorky850612

스냅샷 저장 + /compact 안내. 단일 명령으로 완료.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-smorky850612-aurakit-aura-compact

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-smorky850612-aurakit-aura-compact)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Aura Compact? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.