Skip to content

ggonzalez94/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

A collection of agent skills I find useful. These are designed to work with any Agent Skills-compatible tool — Claude Code, Cursor, OpenClaw, Gemini CLI, and others.

Install

Pick the skills you want:

npx skills add ggonzalez94/skills --skill agent-cli-design

Skills

Skill Description Compatibility
agent-cli-design Principles for building CLIs that AI agents can use reliably. Adapted from Justin Poehnelt's "Rewrite your CLI for AI Agents", based on patterns from Google's Workspace CLI. Covers machine-readable output, schema introspection, input hardening, safety rails, and multi-surface architecture. All platforms
babysit Autonomous PR shepherd. Monitors a GitHub PR on a 10-minute loop — checks CI status, addresses review comments (fixes real issues, replies to style nits), resolves merge conflicts, and squash-merges when all checks pass. Safety rule: never merges in the same iteration as a code fix, giving reviewers time to respond. Requires gh CLI and the /loop skill. Claude Code only
crypto-wallet-testing Pre-funded crypto wallet for on-chain testing. Provides agents with access to a funding source for deploying contracts, sending transactions, funding sub-wallets, and bridging across EVM chains. Builds on the open-wallet skill when OWS is available, falls back to raw private key resolution. Includes safety rules and a chain reference with verified token addresses. All platforms
gh-image-video Host images, videos, and other binary attachments on a public Google Cloud Storage bucket (gh-evidence) so they can be embedded in GitHub PR descriptions, comments, and reviews without committing them to the repo. Preflight checks (gcloud installed / logged in / bucket reachable), first-run bucket setup, sensitivity heuristics that pause before uploading anything that looks private, and per-file-type markdown snippets (![](...) for images, bare URL for videos so GitHub auto-embeds, plain link for everything else). Requires gcloud CLI. All platforms
open-wallet Open Wallet Standard (OWS) — the universal wallet layer for AI agents. Local-first encrypted storage, policy-gated signing, and scoped API keys so agents never see raw private keys. Supports EVM, Solana, Bitcoin, Cosmos, Tron, TON, Sui, Filecoin, and Spark from a single mnemonic. Covers CLI, Node.js SDK, Python SDK, policy engine, and multi-chain reference. All platforms
pr-description Concise, human-sounding PR descriptions. Enforces WHY-over-HOW writing, kills AI slop (no "Generated with Claude Code", no test checklists, no ## Summary headers), and checks repo conventions before writing. Includes bad/good examples. All platforms

License

MIT

About

A collection of agent skills for Claude Code, Cursor, Gemini CLI and other Agent Skills-compatible tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors