Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

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.

Browse Skills

View all skills with documentation and examples at skills.sh.

Install

Agent Skills (npx)

npx skills add Zettersten/skills

Codex

codex plugin marketplace add Zettersten/skills

After adding the marketplace, restart Codex, open /plugins, select the skill collection, install and enable it, then start a new thread.

Manual (Claude Code)

git clone https://github.com/Zettersten/skills ~/.claude/skills/zettersten

Manual (Warp)

git clone https://github.com/Zettersten/skills ~/.agents/skills/zettersten

Skills

CLI Tools

Skill Tool What It Does
httpie HTTPie CLI Make HTTP requests with expressive, human-friendly syntax

Automation & APIs

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

UI & Visual Effects

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

Repository Structure

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

Contributing

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.

Request a Skill

Don't see what you need? Open an issue.

License

MIT

About

AI Skills to enhance working AI harnesses such as Claude Code and Codex

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages