By charlesgreen
Go-to-market skills: a Charles Green persona builder for B2B buyer profiles, and a marketing copy auditor that scores landing pages against eight conversion best practices.
Use this skill for Japanese language learning, JLPT preparation at any level (N5 through N1), and structured language acquisition. Provides personalized lessons, grammar explanations, vocabulary building, kanji practice, and study planning for adult English-speaking learners at any proficiency level. Use whenever the user asks about learning Japanese, studying grammar, practicing kanji, building vocabulary, preparing for JLPT, creating study plans, or doing any kind of Japanese language exercise or drill — even if they don't explicitly say 'teach me'.
Use this skill for Japanese-English translation and interpretation services for both personal and business contexts. Handles document translation, real-time interpretation assistance, cultural localization, and professional communication. Specializes in business Japanese (keigo), technical translation, and cross-cultural communication. Use whenever the user needs something translated to or from Japanese, wants help writing an email or message in Japanese, is preparing for a meeting or conversation in Japanese, needs to understand a Japanese document, or asks about keigo, honorifics, or culturally appropriate phrasing — even if they don't explicitly say 'translate'.
Audits B2B service and landing page copy for clarity and persuasion against eight conversion best practices, then recommends specific, highlighted changes tailored to a target persona. Trigger whenever the user asks to "audit my page," "review my landing page copy," "is my page converting," "evaluate this homepage," "check my B2B copy," "review this service page," or shares a URL/copy and asks how to make it more persuasive. Also trigger when the user provides a LinkedIn profile, persona description, or ICP alongside copy and wants the audit framed for that buyer. Use even when the user doesn't say "audit" but is asking how to make a page more compelling, clearer, or higher-converting.
Use this skill as part of the Charles Green methodology to build rigorous B2B buyer personas and buying committees for consulting clients. Trigger whenever the user asks to "build a persona," "describe my buyer," "who is my ICP," "create a customer profile," "map the buying committee," or wants help understanding hopes/fears/decision criteria of a target buyer for a product or service. Also trigger when a client describes a vague target market and needs structured pushback before generating — vague inputs like "small business owners" or "CTOs" are the primary use case, not the exception. The skill is a strategic partner that challenges weak ICP definitions before producing the persona, then grounds the output in real signals where possible. Use even when the user doesn't say "persona" but is describing who they're trying to sell to.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Personal Agent Skills by Charles Green. Each skill is a folder containing a SKILL.md file that Claude loads dynamically when the task matches the skill's description. The same folders work in Claude Code (terminal), the Claude Cowork desktop app, Claude.ai, and the Claude API.
| Skill | What it does |
|---|---|
japanese-teacher | Japanese teacher for adult English-speaking learners at any JLPT level (N5–N1) — grammar, kanji, vocabulary, study plans. |
japanese-translator | Japanese <> English translator and interpreter for business and personal contexts — keigo, technical translation, cultural localization. |
persona-builder | Charles Green methodology partner for building rigorous B2B buyer personas and buying committees. |
marketing-copy-auditor | Conversion-optimization auditor that scores B2B service/landing pages against eight best practices and recommends persona-specific rewrites. |
Skills are grouped into two plugins in .claude-plugin/marketplace.json:
japanese-skills — japanese-teacher + japanese-translatorgrowth-skills — persona-builder + marketing-copy-auditor.
├── .claude-plugin/
│ └── marketplace.json # Claude Code plugin marketplace manifest
├── skills/
│ ├── japanese-teacher/
│ │ └── SKILL.md
│ ├── japanese-translator/
│ │ └── SKILL.md
│ ├── persona-builder/
│ │ └── SKILL.md
│ └── marketing-copy-auditor/
│ └── SKILL.md
├── LICENSE
└── README.md
Each skill folder follows the Agent Skills specification: a SKILL.md with YAML frontmatter (name, description) and Markdown instructions. Skills can later be expanded with helper scripts, reference docs, and assets in the same folder.
Register this repository as a plugin marketplace, then install whichever bundle you want:
# In Claude Code:
/plugin marketplace add charlesgreen/skills
/plugin install japanese-skills@charlesgreen-skills
/plugin install growth-skills@charlesgreen-skills
Or install interactively:
/plugin marketplace add charlesgreen/skillsBrowse and install plugins → charlesgreen-skillsjapanese-skills or growth-skills → Install nowOnce installed, just mention the task naturally — e.g. "Help me prep for JLPT N2 grammar" or "Build me an ICP for a security SaaS targeting CISOs" — and Claude Code will load the matching skill.
Cowork loads skills from your local skills directory, so the simplest workflow is:
# macOS / Linux
mkdir -p ~/.claude/skills
git clone https://github.com/charlesgreen/skills ~/src/charlesgreen-skills
ln -s ~/src/charlesgreen-skills/skills/japanese-teacher ~/.claude/skills/japanese-teacher
ln -s ~/src/charlesgreen-skills/skills/japanese-translator ~/.claude/skills/japanese-translator
ln -s ~/src/charlesgreen-skills/skills/persona-builder ~/.claude/skills/persona-builder
Restart the Cowork desktop app and the skills become available to every Cowork agent. Symlinking (rather than copying) means a git pull here updates Cowork immediately.
You can also install Cowork-side via the Claude Code workflow above — Cowork agents share the same Claude Code plugin runtime, so any plugin you install via /plugin install is also available inside Cowork.
A skill is just a folder with a SKILL.md:
---
name: my-skill
description: Clear description of what this skill does AND when Claude should trigger it. Include the trigger phrases users will actually say.
---
# My Skill
Instructions Claude follows when this skill is active.
## When to use
- Concrete trigger 1
- Concrete trigger 2
## Guidelines
- Guideline 1
- Guideline 2
Two rules that matter more than they sound:
description is the trigger. Claude decides whether to load the skill based on it, so describe both what it does and when to use it — including the phrasings users actually say.SKILL.md focused. Push long reference material into sibling files (e.g. reference.md, examples.md) and link to them from SKILL.md. Claude will read those on demand.Drop the new folder into skills/, add the path to .claude-plugin/marketplace.json, and open a PR.
npx claudepluginhub charlesgreen/skills --plugin japanese-skillsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.