My collection of agent skills for AI assistants.
npx skills add <skill-path>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 https://github.com/tbrazelton/agentskills/tree/main/skills/agent-browser |
| aws-cost-optimizer | AWS cost optimization using CLI - identify waste, unattached resources, and savings opportunities | npx skills add https://github.com/tbrazelton/agentskills/tree/main/skills/aws-cost-optimizer |
| gh-issues-optimizer | GitHub Issues optimization using gh CLI - analyze, organize, and improve issue management | npx skills add https://github.com/tbrazelton/agentskills/tree/main/skills/gh-issues-optimizer |
| sql-optimization | Expert-level SQL query and data model optimization based on use-the-index-luke.com principles | npx skills add https://github.com/tbrazelton/agentskills/tree/main/skills/sql-optimization |
- Create a new directory under
skills/ - Add a
SKILL.mdwith proper frontmatter - Test with
npx skills add ./skills/your-skill