My collection of agent skills for AI assistants.
npx skills add ryanb58/agentskills --skill <skillname>For example: npx skills add ryanb58/agentskills --skill porkbun
skills/
├── skill-name/
│ ├── SKILL.md # Required: Entry point with frontmatter
│ └── references/ # Optional: Additional docs
│ └── api.md
| Skill | Description | Install |
|---|---|---|
| agent-browser | Web research automation using agent-browser - headless browser for AI agents with compact text output | npx skills add ryanb58/agentskills --skill agent-browser |
| aws-cost-optimizer | AWS cost optimization using CLI - identify waste, unattached resources, and savings opportunities | npx skills add ryanb58/agentskills --skill aws-cost-optimizer |
| gh-issues-optimizer | GitHub Issues optimization using gh CLI - analyze, organize, and improve issue management | npx skills add ryanb58/agentskills --skill gh-issues-optimizer |
| sql-optimization | Expert-level SQL query and data model optimization based on use-the-index-luke.com principles | npx skills add ryanb58/agentskills --skill sql-optimization |
| pgcli-data-modeler | PostgreSQL database model analysis using pgcli - read-only exploration of schemas, tables, relationships, views, and stored procedures | npx skills add ryanb58/agentskills --skill pgcli-data-modeler |
| porkbun | Porkbun API interface for DNS, domain registration, SSL, and URL forwarding - uses a locally cached OpenAPI spec with user-approved updates | npx skills add ryanb58/agentskills --skill porkbun |
- Create a new directory under
skills/ - Add a
SKILL.mdwith proper frontmatter - Test with
npx skills add ./skills/your-skill