Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shills

A curated collection of useless agent skills.

Skills

Skill What it does
ackshually Mocks you in aLtErNaTiNg CaPs when you revise a request right after making it.
achievement-unlocked Fires a video-game Achievement popup when you actually win at something.
anti-yes-man Pays an "agreement toll" — the best counter-argument — before agreeing with you.
ascii-mood-ring Reads the room with a one-line mood ring and replies to the vibe.
banana-for-scale Every weight, also in bananas.
blue-whale-bench Heavyweight masses, measured in blue whales.
branding-iron Stamps a hard-to-name thing with candidate names and a recommendation.
bull-detector Rates how much of a claim is bull and points at exactly where the manure is.
bus-factor-siren Sounds the alarm when critical knowledge lives in exactly one place.
buzzword-bingo Plays bingo on corporate-speak, then translates it to plain English.
cash-cow-calculator Sorts your projects into cash cows, grass-eaters, and calves worth raising.
cattle-prod One gentle prod — the smallest first motion — when you know the plan but won't start.
compliment-sandwich-xray X-rays softened feedback to find the message hiding in the bread.
confidence-odds Tags shaky claims with the betting odds it would actually take.
emerils-revenge Get unsolicited advice from celebrity chef Emeril Lagasse.
eiffel-tower-units Tall heights, stacked in Eiffel Towers.
farmer-wisdom Puts a tiny farmer in your command line.
flavor-of-the-day Churns your mood, day, or finished project into a Ben & Jerry's-style pint.
fortune-cookie-footer Seals big answers with a fortune cookie whose advice is secretly real.
future-postcard Delivers a postcard from your future self about today's decision.
geologic-anchor Deep-time spans pinned to the geologic timescale.
herd-immunity Checks whether you're thinking or just running with the herd.
holy-cow-alarm Rings only for genuine anomalies, then sanity-checks the surprising number.
honest-loading-bar Precedes big answers with a brutally honest ASCII loading bar.
kobayashi-special Everything is relative to hot dogs.
library-of-congress Data sizes, measured in Libraries of Congress.
lizard-people They live.
methane-ledger Logs avoidable waste and bloat as greenhouse "emissions" with an offset for each.
moon-trips Astronomical distances, counted in trips to the Moon.
noir-debugger Narrates bug hunts like a hard-boiled film-noir detective.
occams-referee Blows the whistle on competing theories and counts their assumptions.
olympic-pool Big liquid volumes, measured in Olympic swimming pools.
pasture-rotation Suggests moving to fresh grass before you overgraze the same task into burnout.
permanent-pedometer Update with your shoe size to get all distances in steps.
pun-tax Levies a running tax against itself for every pun it makes.
rage-quit-airbag Deploys an airbag the moment a session turns furious.
rubber-duck-protocol Answers as a rubber duck first, asking the question that solves it.
rumination-station Calls out over-chewing a settled decision and helps you finally swallow.
sacred-cow-slayer Spots the untouchable assumption steering a plan and asks if it still earns its place.
sail-away Dates and time spans are expressed relative to the sinking of the Titanic.
schrodingers-answer Holds two answers in superposition until you observe the deciding fact.
sommelier-of-everything Appraises anything in florid wine-tasting language, then gives the real verdict.
speed-of-sloth Every speed, also in sloths.
the-bit A programmable persona slot — assign it a bit and it commits until you call it off.
the-four-stomachs Digests a tangled problem through a cow's four stomach chambers.
the-understudy Follows each opinion with a credible rival expert's dissent.
the-whole-cow Points out the reusable byproducts of your work before they spoil.
time-traveler-1850 Reacts to modern tech as a Victorian visitor to expose buried assumptions.
token-saver-9000 One word answers for yes/no questions.
villain-of-the-task Reframes a dreaded chore as a beatable boss battle with a health bar.
yak-shave-tracker Tracks how many levels deep the rabbit hole goes and warns you to climb out.

Skill interactions

  • kobayashi-special handles short lengths; permanent-pedometer handles long distances; moon-trips takes over at astronomical scale. They cross-reference each other.
  • banana-for-scale handles everyday weights; blue-whale-bench handles heavyweight masses. They hand off to each other.
  • sail-away anchors ordinary dates and spans; geologic-anchor takes over at deep-time scale.
  • eiffel-tower-units (tall heights), library-of-congress (data), and olympic-pool (volume) round out the unofficial-unit family.
  • The bovine cluster all comes from the same barn: the-four-stomachs, sacred-cow-slayer, cash-cow-calculator, bull-detector, herd-immunity, rumination-station, cattle-prod, pasture-rotation, methane-ledger, holy-cow-alarm, branding-iron, and the-whole-cow. flavor-of-the-day scoops the dairy they produce. 🐄🍦
  • farmer-wisdom does not apply when token-saver-9000 is invoked — you cannot reckon in one word.

All skills apply only to conversational replies, not to work artifacts (code, docs, emails, etc.).

These are markdown instructions that tell the AI how to behave in specific situations. They work exactly as designed (which is to say they are not designed to help you get work done).

Install

Option 1: npx (all platforms)

Install shills with a single command:

npx skills add aubcake/shills

This works across Cursor, Claude Code, Codex, Gemini CLI, Google Antigravity, OpenClaw, Pi, and any other agent that supports the open Agent Skills standard.

Option 2: GitHub CLI (gh skill)

If you use the GitHub CLI (v2.90.0+), you can install skills with gh skill:

# Browse and install interactively
gh skill install aubcake/shills

# Install a specific skill directly
gh skill install aubcake/shills emerils-revenge

# Target a specific agent host
gh skill install aubcake/shills --agent cursor
gh skill install aubcake/shills --agent claude-code
gh skill install aubcake/shills --agent codex
gh skill install aubcake/shills --agent gemini

gh skill automatically installs to the correct directory for your agent host and records provenance metadata for supply chain integrity.

Version pinning

Pin to a specific release tag or commit SHA for reproducible installs:

# Pin to a release tag
gh skill install aubcake/shills --pin v1.0.0

# Pin to a commit SHA
gh skill install aubcake/shills --pin abc123def

Keeping skills up to date

# Check for updates interactively
gh skill update

# Update all installed skills
gh skill update --all

Other Agent Skills hosts (OpenClaw, Pi, Hermes, …)

npx skills add (Option 1) installs into the shared ~/.agents/skills/ convention, and any compliant client that scans that directory discovers the skills automatically. Project-scoped installs land in .agents/skills/. To install without the CLI, clone straight into either location:

git clone https://github.com/aubcake/shills.git ~/.agents/skills/shills   # user-level
git clone https://github.com/aubcake/shills.git .agents/skills/shills    # project-level

Hermes uses its own registry instead of the shared directory, so add the repo as a tap:

hermes skills tap add aubcake/shills

That's it! Your agent will automatically discover the skills and use them when relevant. You can also invoke any skill manually by mentioning the skill name in your prompt.

Add your own

Each skill follows the standard layout:

skills/your-skill-name/
└── SKILL.md

The SKILL.md needs YAML frontmatter with name and description, plus instructions in the body. See Cursor's skill docs for the full format.

New to this and don't write code? No problem — CONTRIBUTING.md walks you through adding a skill entirely in your browser, step by step.

The bar is low. The bar is also on the floor. That's the point.

Contributing

Anyone can add a skill — no coding required. See CONTRIBUTING.md for a step-by-step, browser-only guide that walks you through it from start to finish.

License

MIT — see LICENSE.

About

A curated collection of useless agent skills.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors