peky — for Claude Code community, for Claude Code, ide skills, agentic-coding, ai-coding, multi-agent, project-manager, peky <command> --help, session|project|all, peky session focus --name <session>

v1.0.0

À propos de ce Skill

Scenario recommande : Ideal for AI agents that need quick rules (read first). Resume localise : All your AI Agents like Claude Code, Codex CLI in a single TUI to keep things organized. It covers agentic-coding, ai-coding, cli workflows.

Fonctionnalités

Quick Rules (read first)
Do not guess flags. Use peky <command --help before running.
Use --yes for side effects to avoid hanging prompts in non-interactive runs.
Scopes are only session project all. Never pass project names to --scope.
Project scope requires focus. If you see "focused project unavailable," run peky session focus

# Core Topics

regenrek regenrek
[143]
[6]
Updated: 3/31/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
62
Canonical Locale
en
Detected Body Locale
en

Scenario recommande : Ideal for AI agents that need quick rules (read first). Resume localise : All your AI Agents like Claude Code, Codex CLI in a single TUI to keep things organized. It covers agentic-coding, ai-coding, cli workflows.

Pourquoi utiliser cette compétence

Recommandation : peky helps agents quick rules (read first). All your AI Agents like Claude Code, Codex CLI in a single TUI to keep things organized.

Meilleur pour

Scenario recommande : Ideal for AI agents that need quick rules (read first).

Cas d'utilisation exploitables for peky

Cas d'usage : Applying Quick Rules (read first)
Cas d'usage : Applying Do not guess flags. Use peky <command --help before running
Cas d'usage : Applying Use --yes for side effects to avoid hanging prompts in non-interactive runs

! Sécurité et Limitations

  • Limitation : Do not guess flags. Use peky <command --help before running.
  • Limitation : Use --yes for side effects to avoid hanging prompts in non-interactive runs.
  • Limitation : Scopes are only session project all. Never pass project names to --scope.

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is peky?

Scenario recommande : Ideal for AI agents that need quick rules (read first). Resume localise : All your AI Agents like Claude Code, Codex CLI in a single TUI to keep things organized. It covers agentic-coding, ai-coding, cli workflows.

How do I install peky?

Run the command: npx killer-skills add regenrek/peky/peky. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for peky?

Key use cases include: Cas d'usage : Applying Quick Rules (read first), Cas d'usage : Applying Do not guess flags. Use peky <command --help before running, Cas d'usage : Applying Use --yes for side effects to avoid hanging prompts in non-interactive runs.

Which IDEs are compatible with peky?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for peky?

Limitation : Do not guess flags. Use peky <command --help before running.. Limitation : Use --yes for side effects to avoid hanging prompts in non-interactive runs.. Limitation : Scopes are only session project all. Never pass project names to --scope..

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add regenrek/peky/peky. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use peky immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

peky

Install peky, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

peky

Overview

Use this skill to operate peky safely and predictably from the CLI, especially when automating or controlling panes via an AI agent.

Quick Rules (read first)

  • Do not guess flags. Use peky <command> --help before running.
  • Use --yes for side effects to avoid hanging prompts in non-interactive runs.
  • Scopes are only session|project|all. Never pass project names to --scope.
  • Project scope requires focus. If you see "focused project unavailable," run peky session focus --name <session> first.
  • Prefer pane IDs for precision. Use pane list --json and pick the pane id.
  • Shortcut: use --pane-id @focused to target the currently focused pane.
  • pane add defaults to active pane. For deterministic automation, pass --pane-id or --session + --index.

Targeting: Session vs Project vs Pane ID

  1. Find session names
bash
1peky session list
  1. Focus the session you intend to operate on
bash
1peky session focus --name "<session>" --yes
  1. Send to a specific pane (recommended)
bash
1peky pane list --session "<session>" --json 2peky pane send --pane-id "<pane-id>" --text "hello world" --yes
  1. Send to the whole session or project
bash
1peky pane send --scope session --text "hello session" --yes 2peky pane send --scope project --text "hello project" --yes 3peky pane send --scope all --text "hello all" --yes

If --scope project fails, the focused session is missing or has no project path. Fix by focusing a session with a valid path.

Run vs Send

Use this to avoid confusion in Codex/Claude sessions:

  • pane run = execute now. Sends the command and a newline. Best for shell commands or anything you want to run immediately.
  • pane send = type only. Sends raw input without pressing Enter. Best when you need to compose input step‑by‑step or control submission.
  • Submitting after send: use pane key to press Enter when you decide to submit.
  • Tool-aware input (default): send/run uses pane tool metadata (Codex/Claude/etc) to format input (bracketed paste + submit). Use --raw to bypass. Use --tool to target only panes running a specific tool.

Examples:

bash
1# Run a shell command (executes immediately) 2peky pane run --pane-id "<pane-id>" --command "ls -la" --yes 3 4# Run on the currently focused pane (no lookup needed) 5peky pane run --pane-id @focused --command "ls -la" --yes 6 7# Type into a prompt without submitting yet 8peky pane send --pane-id "<pane-id>" --text "draft message" --yes 9peky pane key --pane-id "<pane-id>" --key enter --yes 10 11# Target only Codex panes in a broadcast 12peky pane run --scope all --command "hello" --tool codex --yes 13 14# Send raw bytes (no tool formatting) 15peky pane send --pane-id "<pane-id>" --text "raw bytes" --raw --yes

Adding Panes

pane add is the first-class command. It defaults to the focused session + active pane.

bash
1peky pane add --yes 2peky pane add --session "<session>" --index 3 --orientation horizontal --yes 3peky pane add --pane-id "<pane-id>" --yes

Use pane split when you want an explicit split target and no defaults.

When the TUI is running

The CLI talks to the same daemon. You can run CLI commands from another terminal:

  • If the TUI was launched with --temporary-run, the CLI must share that runtime/config env. Otherwise it won't connect.

Fresh / Temporary Runs (safe testing)

Use these when you don't want to touch existing state:

bash
1peky --fresh-config ... 2peky --temporary-run ...

Daemon Management

bash
1peky daemon # foreground 2peky daemon stop --yes 3peky daemon restart --yes 4peky daemon --pprof # requires profiler build

JSON + Automation

Use --json for machine output and --timeout to avoid hangs:

bash
1peky pane list --json 2peky events watch --json 3peky pane tail --json --lines 50

Stress + E2E (local + self-hosted)

Use the built-in stress battery for regression protection:

bash
1scripts/cli-stress.sh

Enable tool loops during stress (Codex/Claude):

bash
1RUN_TOOLS=1 scripts/cli-stress.sh

Tip: when using a local binary alias, always call $PP, not PP:

bash
1PP=./bin/peky 2$PP version

Logs (macOS default)

If you need daemon logs:

bash
1tail -n 200 "$HOME/Library/Application Support/peky/daemon.log"

Troubleshooting Checklist (fast)

  • "focused project unavailable" -> run session focus --name <session>
  • Prompt hangs -> add --yes
  • Wrong pane -> use pane list --json, target by id
  • No daemon -> peky daemon or peky daemon start
  • Can't connect -> ensure same runtime env or stop old daemon

Compétences associées

Looking for an alternative to peky or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resume localise : Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resume localise : The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Développeur