
from majiayu000
CLI/TUI control rules and safe automation patterns for Peakypanes — helps agents target sessions and panes reliably and avoid interactive hangs.
Peky provides concrete, safety-first procedures for controlling the Peakypanes CLI/TUI from an AI agent or automation script. It codifies targeting rules (session vs project vs pane id), explains when to use pane run vs pane send, and recommends flags and workflows that avoid interactive prompts. The skill emphasises deterministic automation: use pane IDs, the --yes flag for side effects, and --json for machine-readable outputs. Practical examples are included for focusing sessions, listing panes, sending text, running commands, and managing the daemon.
Use Peky when an agent needs to interact with a PeakyPanes environment (local or remote) programmatically, especially in non-interactive runs or CI-like automation. Ideal for: broadcasting commands to multiple panes, running shell commands in focused sessions, composing multi-step inputs without immediate submission, and recovery steps when the focused project is unavailable. Also useful when you need to avoid prompts or ensure deterministic pane targeting.
Best fit for agents that work with terminal tooling and pane-aware integrations (Claude Code, Codex/Copilot-style agents, and tooling wrappers that understand bracketed paste and pane metadata).
Peky is a CLI/TUI control skill for PeakyPanes, a terminal pane manager. The SKILL.md is well-structured with clear quick rules, targeting guidance, and a troubleshooting checklist. No scripts are bundled — it's a pure documentation skill teaching how to use the peakypanes CLI safely for automation. No security concerns found; all commands are standard CLI operations with no network calls, credentials, or destructive patterns.
SKILL.md body was null in fetch output — had to retrieve from GitHub directly. The source_path in DB appears incorrect (other vs platform). Skill is purely instructional with no executable scripts. Clean and safe.
Uloop: Execute Dynamic Code
Run small C# snippets in the Unity Editor via the uloop CLI for editor automation tasks like prefab wiring, AddComponent flows, and scene edits—without writing
Bookmarklet Creation
Generates browser-executable JavaScript bookmarklets with strict formatting (IIFE wrapper, block comments) and provides ready-to-install links or installer inst
Overnight — Autonomous Long-Running Coding
Orchestrates long-running coding goals: decomposes objectives into atomic tasks, dispatches isolated worktree workers, verifies acceptance criteria, and merges
Bexio API (Swiss CRM & Invoicing)
Integrate and manage Bexio contacts, quotes, invoices, orders and products via the Bexio API. Useful for CRM and Swiss business document workflows.
Content Research Writer
A writing-partner skill that helps research, outline, draft, cite, and iteratively improve articles, tutorials, and thought pieces.
Agent Hierarchy Diagram
Generate visual hierarchy diagrams (ASCII, Mermaid, GraphML) that show agent roles, levels, and delegation for documentation and onboarding.
Review Pull Request
Automated, structured PR reviewer: gathers metadata, diffs, CI results, dependency changes and provides a concise verdict with testing and documentation recomme
Agent Ops — Testing Workflow
Guidance for designing, running, and analyzing test suites for agents: test isolation, execution patterns, and coverage-based enforcement.
libagent
Agent orchestration library for conversational AI — coordinates LLM completions, memory, tool execution, and multi-turn flows; useful for building chat agents a
Raindrop.io API
Manage Raindrop.io bookmarks, collections, tags and highlights via the Raindrop REST API with helper scripts and examples.