بنقرة واحدة
fork-terminal-skill
Fork a terminal session to a new terminal window. Use this when the user requests 'fork terminal' or 'create a new terminal' or 'new terminal: <command>' or 'fork session: <command>'.
Fork a terminal session to a new terminal window. Use this when the user requests 'fork terminal' or 'create a new terminal' or 'new terminal: <command>' or 'fork session: <command>'.
Headless browser automation using Playwright CLI. Use for browser testing, screenshots, scraping, and parallel browser sessions. Token-efficient CLI — no MCP overhead.
Complete task lifecycle management system with state-based workflow. Define, refine, implement, and review tasks with automated quality gates and intelligent discovery.
Analyzes project structure, dependencies, and patterns to generate comprehensive context documentation. Uses parallel agent execution for faster analysis. Helps understand unfamiliar codebases quickly.
Comprehensive code quality verification workflow that checks linting, formatting, type safety, tests, and build before committing code. Uses parallel agent execution for maximum speed. Non-destructive - only reports issues without making changes.
Auto-activating documentation cache with fresh API docs. Fetches and automatically consults cached documentation when user works with libraries/frameworks.
| name | Fork Terminal Skill |
| description | Fork a terminal session to a new terminal window. Use this when the user requests 'fork terminal' or 'create a new terminal' or 'new terminal: <command>' or 'fork session: <command>'. |
Fork a terminal session to a new terminal window using agentic coding tools (Claude Code, Codex CLI, Gemini CLI) or raw CLI commands. Supports context handoff with conversation summary for agentic tools.
ENABLE_RAW_CLI_COMMANDS: true # Allow forking with raw CLI commands (ffmpeg, curl, python, etc.) ENABLE_GEMINI_CLI: true # Enable Gemini CLI agent forking ENABLE_CODEX_CLI: true # Enable Codex CLI agent forking ENABLE_CLAUDE_CODE: true # Enable Claude Code agent forking AGENTIC_CODING_TOOLS: claude-code, codex-cli, gemini-cli # List of supported agentic tools
Parse User Request
Read Fork Tool
.claude/skills/fork-terminal/tools/fork_terminal.pyHandle Summary Context (Agentic Tools Only)
.claude/skills/fork-terminal/prompts/fork_summary_user_prompt.md templateRoute to Cookbook
Execute Cookbook Scenario
Fork Terminal
ENABLE_RAW_CLI_COMMANDS is true..claude/skills/fork-terminal/cookbook/cli-command.mdENABLE_CLAUDE_CODE is true..claude/skills/fork-terminal/cookbook/claude-code.mdENABLE_CODEX_CLI is true..claude/skills/fork-terminal/cookbook/codex-cli.mdENABLE_GEMINI_CLI is true..claude/skills/fork-terminal/cookbook/gemini-cli.md