Skip to content
Development
Skill

/aura-compact

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

From plugin
aurakit
413 skills23 agents33 hooks
Install
$ npx -y skills add smorky850612/Aurakit --skill aura-compact --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/aura-compact

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

aura-compact.SKILL.md
name: aura-compact
description: "스냅샷 저장 + /compact 안내. 단일 명령으로 완료."
allowed-tools: Read, Bash

/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 CLAUDE_AUTOCOMPACT_PCT_OVERRIDE 변경 금지 (자식 프로세스 한정, 효과 없음)
  • ❌ Start-Sleep / 대기 금지
  • ❌ 장황한 설명 금지 — 스냅샷 + 한 줄 안내만
Ships withaurakit

One command. Full stack. Zero compromise. — All-in-one Claude Code skill with 33 modes, 6-layer security, 23 hooks, and 75% token savings. Works on Codex, Cursor, Manus, Windsurf.

Get the whole plugin
Stats
41
Stars
7
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
5mo ago
Last commit
6mo ago
Created

Repo: smorky850612/Aurakit

Other skills on aurakit.