Emergency switch app
Skill aka-kika/akakika-skills/skills/launch-review/emergency-switch-app
Curated, polished agent skills for building calm native apps and running AI coding agents well. Works with Claude Code, Codex, and Cursor.
npx -y skills add aka-kika/akakika-skills --skill emergency-switch-appAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when designing a user-initiated macOS emergency switch that helps the user save context before stopping, switching tasks, or leaving the computer — capture must be transparent, local-first, and easy to delete.
SKILL.md
2.1 KB, as published. Nobody here has run it
Emergency Switch App
Design a user-initiated macOS emergency switch that helps the user save context before stopping, switching tasks, or leaving the computer. Capture must be user-initiated, transparent, local-first, and easy to delete — never silent monitoring.
When to use
Use this skill when designing a user-initiated macOS emergency switch that helps the user save context before stopping, switching tasks, or leaving the computer.
Core rule
Emergency capture must be user-initiated, transparent, local-first, and easy to delete.
Use for
- Quick context note
- Stop-and-save workflow
- “What was I doing?” recovery
- Interruption recovery
- Local daily work summary
Trigger options
Menu bar button
Global shortcut chosen by user
Command palette command
Manual quick capture button
Capture fields
Manual note
Timestamp
Selected project
Current task if app knows it
User-selected files if provided
Optional active app/window title only with clear permission
Privacy rules
- Never silently collect screen, keyboard, messages, or private app content.
- Ask before using any system permission.
- Show exactly what will be saved.
- Store locally by default.
- Let user edit/delete captured notes.
Output
What I was doing
Why I stopped
Next step when I return
Related project/task
Checklist
[ ] Capture is user-initiated
[ ] User sees what is captured
[ ] Permissions are explained
[ ] Data stays local unless user exports
[ ] Delete/edit exists
Prompt template
Drop this into any coding agent (Claude Code, Codex, Cursor, …) to apply the skill:
Use the emergency-switch-app skill to design a privacy-first emergency context capture flow. It must be user-initiated, transparent, editable, deletable, and local-first. Do not add silent monitoring.