Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
open-url
Open URLs, files, and directories on Linux using default applications. Use for launching browsers, opening documents, or viewing files.
mikeyobrien/rho 351
-
memory-consolidate
Consolidate brain memory and mine user sessions since the last consolidation checkpoint (sleep-cycle style). Use to reduce noisy prompt injection while preserving durable high-value memories.
mikeyobrien/rho 351
-
create-sop
Create a new SOP-style skill as skills/<name>/SKILL.md with kind: sop frontmatter and structured Parameters/Steps sections.
mikeyobrien/rho 351
-
pdd
Transform a rough idea into a detailed design document and implementation plan.
mikeyobrien/rho 351
-
session-search
Search across pi session JSONL logs (user prompts, tool calls, results). Uses the session-digest tool and ripgrep for fast triage.
mikeyobrien/rho 351
-
auto-memory
Extract durable learnings and preferences from conversations for automatic memory capture.
mikeyobrien/rho 351
-
code-task-generator
Generate structured .code-task.md files from rough descriptions or PDD plans.
mikeyobrien/rho 351
-
codebase-summary
Analyze a repository and generate comprehensive architecture and workflow documentation.
mikeyobrien/rho 351
-
pdd-build
Execute a completed PDD implementation plan step-by-step with validation gates.
mikeyobrien/rho 351
-
update-pi
Update the pi-coding-agent npm package to the latest version. Use when the user wants to update pi, upgrade pi, or get the latest version of the coding agent.
mikeyobrien/rho 351
-
eval
Plan and run conversational AI agent evaluations with test generation and analysis.
mikeyobrien/rho 351
-
vault-clean
Detect and resolve orphaned notes in the vault. Use during heartbeat maintenance or when vault status shows orphans. Finds notes with no inbound wikilinks and either connects them to the graph or flags them for cleanup.
mikeyobrien/rho 351
-
release-changelog
Keep CHANGELOG.md idiomatic (Keep a Changelog) and cut a tag-based GitHub release that triggers npm publish CI.
mikeyobrien/rho 351
-
code-assist
Implement coding tasks with an explore-plan-code workflow and explicit verification gates.
mikeyobrien/rho 351
-
rho-cloud-email
Manage agent email at [email protected] via the Rhobot Mail API. Use when checking inbox, reading messages, sending email, or managing allowed senders. Requires credentials from rho-cloud-onboard.
mikeyobrien/rho 351
-
small-improvement
Run a curiosity-driven explore-and-build loop to ship one useful improvement.
mikeyobrien/rho 351
-
rho-cloud-onboard
Register an agent email address on Rhobot Mail ([email protected]). Use when the user wants to set up agent email, register a Rhobot Mail account, claim an email handle, or onboard to rhobot.dev.
mikeyobrien/rho 351
-
implement-issue
Implement a GitHub issue or GitLab issue and create a PR/MR
desplega-ai/agent-swarm 335
-
start-leader
Start the Agent Swarm Leader
desplega-ai/agent-swarm 335
-
investigate-sentry-issue
Investigate and triage a Sentry error issue
desplega-ai/agent-swarm 335
-
user-management
How to manage the user registry — creating users for new Slack/GitHub/GitLab identities, managing aliases, resolving users across platforms. Use when a new human interacts with the swarm or when user identity needs updating.
desplega-ai/agent-swarm 335
-
close-issue
Close a GitHub or GitLab issue with a summary comment
desplega-ai/agent-swarm 335
-
swarm-chat
Effective communication within the agent swarm using internal Slack
desplega-ai/agent-swarm 335
-
work-on-task
Work on a specific task assigned to you in the agent swarm
desplega-ai/agent-swarm 335