aura-compact

Save AuraKit snapshots to .aura/snapshots/current.md and trigger /compact.

37|7|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/smorky850612/Aurakit --skill aura-compact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aura-compact
Source: https://github.com/smorky850612/Aurakit/tree/main/skills/aura-compact
Command: npx skills add https://github.com/smorky850612/Aurakit --skill aura-compact

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

스냅샷 저장과 /compact 안내를 단일 명령으로 완료하는 간단한 워크플로를 제공합니다.

Core Features & Use Cases

  • 스냅샷 저장: .aura/snapshots/current.md 파일에 스냅샷 정보를 기록합니다.
  • 단일 명령 흐름: 스냅샷 저장 직후 즉시 /compact 지침을 제시합니다.
  • Use Case: AuraKit 세션 중 진행 상태를 보존하고 최종 결과를 빠르게 확인하고자 할 때 유용합니다.

Quick Start

한 줄 명령으로 스냅샷을 저장하고 /compact를 실행합니다.

Frequently Asked Questions about aura-compact

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save a snapshot and run /compact in one command during an AuraKit session?

To save a snapshot and run /compact in one command, use this workflow to write progress data to .aura/snapshots/current.md and immediately emit the final /compact guidance. It automates both actions into a single execution step.

What is the simplest way to automate AuraKit snapshot saving in a Bash environment?

Automating AuraKit snapshot saving in a Bash environment involves executing simple file writes to create the current.md snapshot file. This workflow captures your session progress and structures it automatically without manual intervention.

Can I trigger the /compact prompt automatically right after capturing my project progress?

Yes, you can trigger the /compact prompt automatically right after capturing project progress. The workflow saves your session state to a structured snapshot file and immediately presents the final completion guidance in one continuous flow.

Do I need any external dependencies or components to automate this snapshot and compact workflow?

No external dependencies or components are required to automate this snapshot and compact workflow. It operates entirely within the Bash environment using simple file writes to generate the snapshot and emit the guidance.

When should I use a one-command snapshot flow instead of manual session saving?

You should use a one-command snapshot flow when you need to quickly preserve progress during AuraKit sessions and trigger the final compact prompt without manually running separate commands for saving and completion.

What is the best way to maintain session context before running a compact operation across projects?

The best way to maintain session context before a compact operation is to write structured progress data to a dedicated snapshot file. This ensures your session state is safely captured before the final guidance executes across projects.