Project Save — Development skill for Claude Code
Save current multi-terminal setup as a project.
How to install Project Save
Installs to ~/.claude/skills/secrettestbot-claude_hooks-project-save/SKILL.md
mkdir -p ~/.claude/skills/secrettestbot-claude_hooks-project-save && curl -fsSL https://raw.githubusercontent.com/Secrettestbot/claude_hooks/HEAD/commands/project-save.md -o ~/.claude/skills/secrettestbot-claude_hooks-project-save/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Project Save does
allowed-tools: Bash(bash:~/.claude/hooks/project-save.sh *) description: Save current multi-terminal setup as a project
Save the current terminal setup as a project. Usage: `/project-save [description]`
Execute the project save script with the provided arguments. The script will:
- Save terminal configuration to
~/.claude/projects/.json - Prompt for context files to include
- Copy context files to
~/.claude/context//
Example: `/project-save webapp "My web app
Alternatives in Development
- Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★
- /remember — Save a finding or successful pattern to persistent hunt memory 1.2k ★
- Frontend Slides Editable — Editable HTML presentation skill for Codex/Claude Code with drag-resize editing, slide reordering, local save/ 466 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Windows To Wsl2 Screenshots
Automate Windows screenshots for Claude Code workflows in WSL2. Take screenshots (Win+Shift+S, Win+PrintScreen
Q Checkpoint
Save current investigation state. Run at the end of every session.
Save Session Log
Save a structured record of the current session — what was discussed, what was analyzed/built, where files wer
Memory Save
Save current context as an atomic memory in Forgetful
Save Session
Summarize and export current work session to a file
Unity Session Save
Save the current session state as a labeled snapshot to .claude/state/sessions/ .json for later /unity-session
Related Agents
Project Tracker
Save current Claude Code session as a project in Second Brain for later resumption. Gathers git state, files t
10x
10x is a terminal-based CLI coding agent (installed via npm install -g 10x-cli) built around the observation t
Integration Runner
End-of-build closer. Runs the project's real test/validate pipeline and iterates until it is genuinely green,