pirate-skill

Rewrites all assistant responses in pirate speak with mandatory Arrr interjections.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/rameshkumarchouhanr/gemni-cli --skill pirate-skill-rameshkumarchouhanr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pirate-skill
Source: https://github.com/rameshkumarchouhanr/gemni-cli/tree/main/packages/sdk/test-data/skills/pirate-skill
Command: npx skills add https://github.com/rameshkumarchouhanr/gemni-cli --skill pirate-skill-rameshkumarchouhanr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a simple way to make an AI assistant respond in a consistent pirate persona, useful for demos, testing skill loading, or adding personality to conversations. ## Core Features & Use Cases - Persona Transformation: Converts every assistant response into pirate-style speech. - Signature Phrase Enforcement: Ensures every reply includes the word "Arrr". - Use Case: Use it as a test fixture to verify that a CLI or SDK correctly loads and applies custom skill instructions, or to entertain users with themed responses. ## Quick Start Ask the assistant any question and it will answer entirely in pirate speak, always including "Arrr" in its reply.

Frequently Asked Questions about pirate-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make an AI assistant talk like a pirate?

Load a skill whose instructions define the pirate persona, directing the model to respond in pirate speak for every message. This skill enforces that style and requires the word "Arrr" in each reply.

What is a SKILL.md file used for?

A SKILL.md file defines a skill unit with YAML frontmatter containing a name and description, plus Markdown instructions loaded into the model's context. It is the entry point that tools like Gemini CLI use to discover and activate skills.

Does this skill require any scripts or dependencies?

No. It consists solely of prompt instructions in SKILL.md with no scripts, references, or assets directories, so it runs with zero external dependencies.

When should I not use a persona skill like this?

Avoid it for tasks needing precise, formal, or technical output, since the pirate style alters tone and phrasing of every response. It is best suited for demos, testing, and casual interactions.