Shep's skills for agents.
These are skills I use with agents that seemed useful enough to share. They are opinionated on purpose: each one captures a workflow I actually use, including the checks that make it reliable.
| Skill | What it does |
|---|---|
ask-chatgpt-pro |
Uses a signed-in Chrome session to send a significant request to ChatGPT Pro, retrieve the answer, and bring it back into the agent's work. |
tailnet-preview |
Runs concurrent, supervised local web previews that stay private to trusted Tailscale devices. |
Clone the repository, then copy the skill you want into your Codex skills directory:
git clone https://github.com/elsheppo/shkills.git
cp -R shkills/skills/<skill-name> ~/.codex/skills/Start a new Codex session after installing so the skill can be discovered.
Each skill is self-contained. Read its SKILL.md for dependencies and behavior before using it. Some skills depend on authenticated services or additional Codex plugins; ask-chatgpt-pro, for example, requires Chrome browser control and access to ChatGPT Pro.