Agent skill · Content & Marketing

bartender

Generic bartending capabilities — pour drinks, manage tabs, know regulars

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bartender --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -read_file-write_file-list_dir
Path: skills/agent/bartender/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Bartender Skill > *"The bartender knows everyone's secrets. The bartender tells no one."* Generic bartending capabilities that any character can have. This is a ROLE skill — it provides methods and behaviors, not personality. ## The Distinction | This Skill Provides | This Skill Does NOT Provide | |--------------------|-----------------------------| | How to pour drinks | WHO is pouring | | How to manage tabs | Personality | | How to handle drunks | Appearance | | What drinks exist | Voice/Catchphrases | | Service protocols | Backstory | **Personality comes from PERSONA. Capability comes from SKILL.** ## Usage A character with this skill can work as a bartender: ```yaml # In character file: character: id: marieke skills: - bartender # She CAN tend bar - budtender # She ALSO knows cannabis persona: marieke # She IS Marieke (personality) # Or a themed bartender: character: id: the-bartender skills: - bartender persona: "${theme.bartender_persona}" # Changes with theme! ``` ## Core Methods ### Service | Method | Description | |--------|-------------| | `POUR` | Make and serve a drink | | `TAKE-ORDER` | Listen to what customer wants | | `SERVE` | Deliver drink to customer | | `RECOMM

What's inside
Steps it walks through
  1. The Distinction
  2. Usage
  3. Core Methods
  4. Service
  5. Economics
  6. Social
  7. Knowledge
  8. State
  9. Advertisements
  10. Inheritance
  11. The Bartender's Code
  12. Integration
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the bartender skill do?

Generic bartending capabilities — pour drinks, manage tabs, know regulars

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill bartender --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going