Agent skill · getpaseo

paseo-plugin

Build and manage trusted local Paseo plugins. Use when the user asks to create, edit, install, reload, enable, disable, remove, or troubleshoot a Paseo plugin; add lifecycle hooks; transform agent configuration, environment, MCP servers, or workspace creation; automate permissions or turn follow-ups; add a native surface, sidebar item, or workspace panel; add Command Center items or slash commands; add composer pills or attachment sources; transform, render, or append agent timeline items; contribute a theme; use Paseo from plugin code; or add plugin RPCs.

What it needs

About 9k tokens when loaded.

What this skill does

Paseo plugins Build or manage the requested plugin directly. Use the current public docs to catch contract changes, but keep working from this skill if the network is unavailable. User's request: $ARGUMENTS Check current documentation Fetch https://paseo.sh/llms.txt first. Select and fetch the current plugin Markdown pages from that index before changing a plugin: Plugin quickstart (browser page) Plugin reference (browser page) Use the deployed docs when they disagree with this skill. Do not send the user away to read them instead of completing the work. In the Paseo repository, use public-docs/plugins/v0.8/reference.md for the checkout's API, including unreleased changes. Use docs/plugins.md for maintainer guidance. Complete contracts belong in the public docs; this skill indexes the references and examples. What a plugin can contribute Pick the contribution that matches the request. Each row names the registration, when it fits, and where the full contract lives. Most plugins combine several: a slash command that calls an RPC, which appends a timeline row, which a renderer draws. Contribution Registration Use it when Reference ------------------------- ------------------------------------------------ ------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------- Sidebar surface addSurface + addSidebarItem A full screen of plugin UI reachable from the sidebar reference.md → Surfaces and sidebar items; plugin-examples/local-plugin Workspace panel addWorkspacePanel UI that lives as a tab beside agents, terminals, files, and diffs; locations: ["explorer"] for the Explorer reference.md → Workspace panels Command Center item addCommandCenterItem A global, workspace, or agent action reachable from ⌘K reference.md → Command Center items Client slash command addSlashCommand A /command args in the composer that runs plugin code in …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills getpaseo/paseo-plugin

View the source on GitHub

Browse the @skills marketplace