A collection of AI coding agent skills for various tools and services.
| Skill | Description | Invocation | Score |
|---|---|---|---|
| shortcut | Interact with Shortcut stories and epics via the short CLI |
/shortcut |
|
| ponder | Build EVM blockchain data indexers using Ponder (ponder.sh) | /ponder |
claude plugin marketplace add hefgi/skills
claude plugin install <skill-name>npx tessl i hefgi/shortcut
npx tessl i hefgi/pondernpx skills add https://github.com/hefgi/skills --skill shortcut
npx skills add https://github.com/hefgi/skills --skill ponder- Create a new folder:
my-skill/ - Add a
SKILL.mdwith frontmatter (name, description, invocations, tags, version) - Add a
tile.jsonwith the skill metadata (name, version, summary, skill path) - Add any reference files in
my-skill/references/ - Update the Skills table in this README