bartender
Generic bartending capabilities — pour drinks, manage tabs, know regulars
npx skills add majiayu000/claude-skill-registry --skill bartender --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- The Distinction
- Usage
- Core Methods
- Service
- Economics
- Social
- Knowledge
- State
- Advertisements
- Inheritance
- The Bartender's Code
- Integration
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.
