From amp
Manage interactive terminal sessions using tmux. Use for REPLs, long-running processes, interactive CLIs, or commands needing persistent state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/amp:tmux-interactive-sessionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the loaded `mcp__tmux__*` tools for interactive terminal work.
Use the loaded mcp__tmux__* tools for interactive terminal work.
cd, source, or export must persistrawMode: true for REPLsThe standard execute-command wraps commands with markers to detect completion. This breaks REPLs and interactive apps. Use:
rawMode: true — for REPLs, interactive promptsnoEnter: true — for TUI navigation (sends keystrokes only)After either, use capture-pane to see results.
npx claudepluginhub thurstonsand/ansiblonomicon --plugin ampProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.