PROMPTCRAFT & CONTEXT SORCERY

Terminal-based context management for AI driven development

Pluqqy brings order to chaos. A terminal tool to organize and manage your own prompts and contexts for Claude Code, Codex, Gemini, Amp, Cursor, and other AI assistants. Write your components once, combine them into pipelines, and switch between configurations instantly. Keep context minimal and focused—both you and your AI work from the same single source of truth. You craft the content, Pluqqy handles the organization.

✦ ENCHANTING FEATURES ✦

🖥️

Terminal Interface

Launch with `pluqqy` for a complete visual experience. Navigate pipelines, create components, and manage your curated knowledge through an intuitive TUI.

Bespoke Pipelines

Combine your contexts, prompts, and rules into reusable pipelines. No AI generation—you craft what works for your workflow, Pluqqy keeps it organized.

🔄

Instant Context Switching

One command (`pluqqy set [pipeline]`) to switch your AI's entire context. Reference @PLUQQY.md in your AI assistant, swap pipelines instantly—same file, different curated contexts. Includes powerful CLI and search capabilities.

✦ WITNESS THE RITUAL ✦

1

Initialize Your Realm

Run pluqqy init to create a .pluqqy folder in your project root with organized subdirectories.pluqqy/ ├── pipelines/ ├── components/ │ ├── contexts/ │ ├── prompts/ │ └── rules/ ├── archive/ │ ├── pipelines/ │ └── components/ │ ├── contexts/ │ ├── prompts/ │ └── rules/ ├── tmp/ └── .git

2

Launch the Interface

Type pluqqy to open the terminal user interface for visual management

3

Craft Your Components

Write contexts, prompts, and rules as markdown files. Use examples as templates or start from scratch

4

Forge Pipelines

Combine components into pipelines. Running pluqqy set [pipeline] generates PLUQQY.md in your project root

Example Pipeline Output

# CONTEXT
You are a senior developer...
# PROMPTS
Focus on clean, maintainable code...
# RULES
Always include error handling...
See examples →

✦ CONTEXT SWITCHING SORCERY ✦

Your pipelines, your rules. Switch contexts based on what you're building. One reference (@PLUQQY.md), infinite configurations.

Pluqqy managing multiple AI assistant sessions - different pipelines for different tasks

One Pluqqy TUI instance, multiple AI assistant sessions

✦ Example Pipelines ✦

Pluqqy is a terminal tool to manage and switch AI prompt/context pipelines for your projects. See how components combine into different pipelines.

Click a pipeline to see how components change

Feature Forge Components

PLUQQY.md Preview

~ 1,847 tokens

✦ COMMAND LINE MASTERY ✦

Full CLI interface for when you prefer commands over the TUI

Pipeline Operations

pluqqy set [pipeline] Set active pipeline & generate PLUQQY.md
pluqqy show [pipeline] Preview composed pipeline output
pluqqy list pipelines List all available pipelines
pluqqy clipboard [pipeline] Copy pipeline to clipboard

Component Management

pluqqy create [type] [name] Create new context, prompt, or rule
pluqqy edit [component] Edit component in external editor
pluqqy list components List contexts, prompts, and rules
pluqqy usage [component] Show which pipelines use a component

Search & Organization

pluqqy search "tag:api" Search by tags
pluqqy search "type:prompt" Filter by component type
pluqqy archive [item] Archive components or pipelines
pluqqy examples [category] Install example components

All commands support --output json for scripting and -y to skip confirmations