A curated collection of AI agent skills following the Agent Skills format.
Skills follow the Agent Skills format and work across Warp, Claude Code, Codex, Cursor, Gemini CLI, and other compatible agents.
View all skills with documentation and examples at skills.sh.
npx skills add Zettersten/skillscodex plugin marketplace add Zettersten/skillsAfter adding the marketplace, restart Codex, open /plugins, select the skill collection, install and enable it, then start a new thread.
git clone https://github.com/Zettersten/skills ~/.claude/skills/zetterstengit clone https://github.com/Zettersten/skills ~/.agents/skills/zettersten| Skill | Tool | What It Does |
|---|---|---|
httpie |
HTTPie CLI | Make HTTP requests with expressive, human-friendly syntax |
| Skill | Tool | What It Does |
|---|---|---|
sharepoint-api |
agent-browser + SharePoint REST API | Automate SharePoint/OneDrive operations — list files, download/upload documents, filter with CAML queries, discover APIs via HAR capture |
| Skill | Tool | What It Does |
|---|---|---|
liquid-glass |
CSS / SVG | Implement Apple's Liquid Glass UI effect (iOS 26 / macOS 26) using SVG displacement filters and backdrop-filter |
skills/
├── .agents/
│ └── plugins/
│ └── marketplace.json
├── .codex-plugin/
│ └── plugin.json
├── .claude-plugin/
│ └── marketplace.json
├── skills/
│ ├── httpie/
│ │ └── SKILL.md
│ ├── liquid-glass/
│ │ ├── SKILL.md
│ │ ├── assets/
│ │ ├── references/
│ │ └── scripts/
│ └── sharepoint-api/
│ ├── SKILL.md
│ ├── scripts/
│ └── references/
├── LICENSE
└── README.md
Contributions welcome. Each skill lives in its own directory under skills/<skill-name>/ and requires a SKILL.md with valid frontmatter per the Agent Skills spec.
Don't see what you need? Open an issue.
MIT