Tool Deep DivesClaude Skills

Claude Skills — Which Ones Should You Actually Install? 12 Genuinely Useful Skills, Sorted by Category for General Readers

Concept of Claude Skills is clear after last week — but which ones do you actually install? This piece curates Anthropic's official Office four (pptx / xlsx / docx / pdf), three productivity Skills (proposal-master / consolidate-memory / setup-cowork), five Claude Code operations Skills, and two automation Skills (schedule / loop) — twelve in total. Includes a 3-day starter plan, risks around overload and untrusted scripts, and how Sales Claw's sales Skills fit alongside the official set.

中澤 圭志

中澤 圭志

@keishi_nakazawa

Sales Claw maintainer

·12 min
Claude Skills — Which Ones Should You Actually Install? 12 Genuinely Useful Skills, Sorted by Category for General Readers
This English article is a concise version of the original. For the full Japanese deep-dive, see the Japanese original.

Key Facts

First four to install

Anthropic's Office Skills: pptx / xlsx / docx / pdf

Next three productivity

proposal-master / consolidate-memory / setup-cowork

Five Claude Code ops

update-config / fewer-permission-prompts / keybindings-help / security-scan / simplify

Install commands

/plugin marketplace add anthropics/skills → /plugin install anthropic-skills

"OK, Skills are useful — but which ones do I actually install?" "The list has 100+ entries, I can't pick." "What's safe to try for free?"—— This article is the follow-up to our previous post, "What are Claude Skills? Explaining the 'recipe book for AI' metaphor". If the first article taught you the concept, this one answers the next question: "Which Skills should I actually install to make my work easier?"

Primary sources used here include Anthropic's Skills launch post (2025-10-16), the Anthropic Newsroom "Skills as an open standard" announcement (2025-12-18), Claude API Docs "Agent Skills Overview," the public GitHub repos anthropics/skills and anthropics/skill-creator, and Claude Code Skills docs. Each Skill's description and trigger keywords are quoted directly from its SKILL.md.

1. Quick recap — what is a Skill again?

[Official] Anthropic's 2025-10-16 launch post defines Skills as "folders containing instructions, scripts, and resources" that Claude loads only when needed. They sit between prompts (one-shot) and MCP servers (heavy and always-on).

[Author's view] Plain analogy: imagine Claude as a chef. A prompt is shouting an order in the kitchen. MCP is installing a specialized appliance. Skills are lining cookbooks up on a shelf — when an order comes in, the chef walks to the shelf and grabs the right book. This article is a curated list of 12 cookbooks worth shelving today.

2. Start with Anthropic's four official Office Skills

[Official] Inside the public anthropics/skills GitHub repo, thedocument-skillsdirectory holds the four official Office Skills: pptx, xlsx, docx, and pdf. They're auto-enabled on Claude.ai Pro / Max plans (Settings → Capabilities → Skills), and Claude Code users can install them via the official plugin.

[Author's view] We call this set the "Office four siblings." If your daily work touches Microsoft Office, Google Workspace, or PDFs, just dropping in these four Skills makes natural-language requests like "draft a deck," "add a column to this Excel," or "fill out this PDF" actually work. Think of it as buying the four classic recipe books — Japanese, Western, Chinese, and pastries — to cover most cuisines in one go.

A whiteboard diagram showing Anthropic's four official Office Skills (pptx, xlsx, docx, pdf) arranged left-to-right as 'decks,' 'numbers and tables,' 'documents,' and 'PDF handling,' with sticky notes describing typical tasks for each
Figure: Role map of the four Anthropic Office Skills — pptx / xlsx / docx / pdf and the daily tasks each covers

Where do you actually find the official marketplace?

[Official] In Claude.ai, the toggle lives under Settings → Capabilities → Skills(Pro plan and above). In Claude Code, you add the official marketplace with /plugin marketplace add anthropics/skills, then install all four with /plugin install anthropic-skills (official Claude Code Docs).

3. Inside the Office four — what triggers each one

[Official] Below is the description field from each Skill's SKILL.md(quoted from the official repo), summarized as "what requests light it up."The description spells out trigger keywords, file extensions, and typical tasks; Claude uses this to decide whether to invoke the Skill.

SkillFormatsExample requests that trigger it
pptx.pptx (PowerPoint)"Build a 10-slide sales pitch." "Export this plan as PowerPoint."
xlsx.xlsx / .xlsm / .csv / .tsv"Tidy this CSV into Excel with a summary column." "Add category tags to my budget sheet."
docx.docx (Word)"Draft a contract template in Word." "Add a TOC and page numbers to my meeting notes."
pdf.pdf"Extract this PDF's tables." "Merge these PDFs." "Fill out this application PDF."

Note the key phrase: "any time a .pptx file is involved."Users never have to say "use the pptx skill" — just asking for "export this as PowerPoint"is enough for Claude to invoke it automatically. That's Progressive Disclosure (covered last time) in action: the user doesn't need to know the Skill exists.

4. Productivity Skills — decks, memory cleanup, team onboarding

[Official] Beyond the Office four, the public anthropics/skills repo and marketplace host many productivity-oriented Skills. We highlight three that Sales Claw uses weekly and that we can confidently say "made a real difference".

(a) proposal-master — consulting-grade decks in one command

[Official] proposal-master is described in its SKILL.md as "a master Skill that autonomously generates pro-grade proposal decks in one command,"and it orchestrates six other Skills under the hood: business-strategy, proposal-deck, write-quality, frontend-design, pptx, and design-auditor. Trigger phrases include "build a proposal," "proposal master," and "consulting deck."

[Author's view] In plain terms, this Skill replaces one junior consultant's worth of effort. Top-tier proposal decks (McKinsey, BCG quality) have four axes: template, skeleton, design, data — and proposal-master walks through them in order. At Sales Claw we let it produce the first internal draft, then humans tighten the finishing details by hand.

(b) consolidate-memory — tidies up the AI's memory

[Official] Anthropic's official anthropic-skills:consolidate-memory reads:"Reflective pass over your memory files — merge duplicates, fix stale facts, prune the index." When Claude Code's auto-memory file grows cluttered, this Skill consolidates duplicates and prunes outdated content.

[Author's view] After 1–2 months of Claude Code use, the memory/ folder turns messy. Running consolidate-memory once a month automatically catches things like "you wrote the same idea in three places"or "this fact is stale." In recipe-book terms, it's the bookshelf-tidying day where you say "these notes belong in a single newer book."

(c) setup-cowork — role-matched starter pack

[Official] anthropic-skills:setup-cowork's description reads: "Guided Cowork setup — install role-matched plugins, connect your tools, try a skill." It asks what your role is and installs the right Skills, MCP servers, and starter config.

[Author's view] This is the "new hire setup"Skill: it asks "sales? engineering? product?" and provisions the right tools in 5–10 minutes. Anyone rolling out Claude inside an organization should run this for every new teammate on day one.

A whiteboard diagram showing three productivity Skills side by side: proposal-master (6-step proposal pipeline) on the left, consolidate-memory (deduplicates and prunes memory) in the middle, and setup-cowork (role-based starter pack) on the right, with sticky notes for typical tasks and usage frequency
Figure: Three productivity Skills — proposal drafting, memory cleanup, team onboarding

5. Five Skills for living comfortably inside Claude Code

[Official] The five Skills below appear in Anthropic's marketplace as "ergonomics"helpers for Claude Code.

SkillWhat it doesWhen you reach for it
update-configSafely edits settings.json (permissions, env vars, hooks) through a guided dialog"Add npm to the allowlist." "Set DEBUG=true."
fewer-permission-promptsScans transcripts for "frequently approved safe commands" and auto-allowlists them"I'm tired of approving the same commands."
keybindings-helpWalks you through customizing ~/.claude/keybindings.json"Bind Ctrl+S to save." "Change the submit key."
security-scanScans the entire .claude/ directory with AgentShield (settings, hooks, MCP)"Audit my Claude config." "Check that no hooks are off."
simplifyReviews changed code for reuse, quality, and efficiency, then fixes any issues"Simplify what I just wrote." "Deduplicate this."

[Author's view] If you live in Claude Code every day, running fewer-permission-promptsfirst is the single biggest quality-of-life jump. By default, Claude Code asks for approval on every "npm install" or "git push" — moving safe commands into the allowlist removes a massive interruption. Recipe-book analog: "leave your daily condiments out on the counter instead of in the cupboard."

Automation Skills — schedule and loop let the AI run on its own

[Official] schedule is described as "Create, update, list, or run scheduled remote agents (routines) that execute on a cron schedule." loop is"Run a prompt or slash command on a recurring interval (e.g. /loop 5m /foo). Omit the interval to let the model self-pace."

[Author's view] These two cover repeating workflows like "refresh the sales list every Monday morning"or "poll the deploy every 5 minutes." At Sales Claw we use schedule for overnight competitor monitoring and morning inquiry summaries — that's the moment you notice you've created an AI coworker who keeps moving while you're asleep.

6. Getting started — Claude.ai or Claude Code first?

[Official] On Claude.ai, joining the Pro / Max / Team plan auto-enables the official Office Skills under Settings → Capabilities → Skills (Anthropic docs). On Claude Code, two commands — /plugin marketplace add anthropics/skills and /plugin install anthropic-skills — bring the same four onboard.

A dense whiteboard diagram showing the three install paths: Claude.ai (Pro+, single click) on the left, Claude Code (plugin marketplace + install in two commands) in the middle, and GitHub clone (manual placement under ~/.claude/skills/) on the right, with sticky notes for time required, difficulty, and customizability
Figure: Three paths to install Skills — Claude.ai, Claude Code, or GitHub clone
A timeline chart showing key Claude Skills releases and standardization events from Anthropic's 2025-10-16 announcement through mid-2026
Figure: Anthropic Skills milestones — 2025-10 launch, 2025-12 open standard, 2026 marketplace expansion

A three-day onboarding roadmap (recommended by Sales Claw)

[Author's view] The trap to avoid: installing everything on day one. Stuffing 100 cookbooks on the shelf means Claude spends more time picking the right book (especially when descriptions overlap). The healthy sequence is Office four → productivity three → operational five, growing as needs appear.

7. Risks — overload, name collisions, untrusted scripts

[Official] Anthropic's Agent Skills Overview is explicit: "Skills are powerful — they run code on your machine." Scripts referenced from a SKILL.md(for example fill_form.py) actually execute locally. Don't install Skills from repos you don't trust.

RiskExampleMitigation
Overload slowing decisions50 Skills installed and Claude hesitates picking oneTrim to ~10–15 frequently used Skills, prune monthly
Name / description collisionsThree pptx-style Skills and a different one fires each timeKeep one Skill per niche, write specific descriptions
Malicious scriptsA third-party Skill ships a credential-stealing scriptStick to Anthropic-official or trusted orgs, audit with security-scan
Stale memorymemory bloats with obsolete stepsRun consolidate-memory monthly
A bar chart visualizing recommended install counts and weekly usage frequency across Skill categories (Office, productivity, Claude Code operations, automation, other) based on Sales Claw internal data
Figure: Skill categories — recommended install counts and Sales Claw's weekly usage frequency
A horizontal bar chart comparing minutes-to-complete for four typical tasks (proposal draft, Excel reformatting, PDF extraction, Word template) with and without Anthropic's Office four Skills
Figure: Time-to-complete on common office tasks — without Skills vs with the Office four (Sales Claw internal measurements, n=20)

[Author's view] Same logic as physical bookshelves: 500 books makes finding the right one harder. 100 Skills means Claude scans 100 sets of metadata every request (and always-loaded tokens add up). Professional chefs keep only the cookbooks they actually use — the same discipline applies here.

8. Sales Claw runs its own "sales Skills" alongside the official set

[Author's view] Sales Claw bundles five internal Skills covering pre-send automated checks, sales- ban detection, CAPTCHA stop, send-rate throttling, and audit log retention. It also ships domain Skills like blog-write, note-publish, proposal-master, grant-rewrite, and keiba-race-analyst. Anthropic's official Office four supply the "office foundation,"Sales Claw's internal Skills supply the"sales-automation expertise".

Sales Claw doesn't depend on human approval; instead, it reduces misdelivery and compliance risk through pre-send automated checks, sales-NG detection, CAPTCHA stop, send-rate limits, and audit logging. Skills are the natural place to encode this kind of "policy-controlled procedure" — once written, Claude follows the same sales policy without humans rewriting prompts each session.

How the layers compose in practice

[Author's view] A typical Sales Claw workflow looks like this: a researcher writes a one-line request, Sales Claw's internal Skills assemble the prospect list, the official pptx Skill turns the results into a slide deck, the docx Skill drafts the cover letter, and the pdf Skill merges everything into a single send-ready file. The user never says "use pptx" or "use the audit-log Skill" — each SKILL.md exposes a tight description, and Claude routes the workflow on its own. The user's job shrinks to describing the outcome; the Skills handle plumbing.

Each of these is open-source and structured so that the SKILL.md alone explains bothwhat the Skill does and when Claude should reach for it. That discipline — packing intent into the description field — is the single biggest reason the "Claude decides on its own" pattern works in production. If your team is preparing to roll out Skills internally, treat SKILL.md design as a writing skill, not a programming one.

今すぐ Sales Claw で、営業をもっとスマートに。

無料・MIT ライセンス。インストールせずにライブデモも試せます。

Frequently Asked Questions (FAQ)

The FAQ also outputs structured data (JSON-LD) so search engines can surface answers.

Japanese-language original: Claude Skills、結局どれ使えばいい? いま使える "便利スキル 12 選" を一般読者向けに分野別に整理

よくある質問

Which Claude Skills should I install first?
Start with Anthropic's four official Office Skills: pptx, xlsx, docx, and pdf. On Claude.ai Pro / Max / Team plans, enable them under Settings → Capabilities → Skills. On Claude Code, run /plugin marketplace add anthropics/skills followed by /plugin install anthropic-skills to install all four at once. With just these four, requests like 'make a PowerPoint,' 'reformat this Excel,' 'draft a Word template,' and 'extract this PDF table' all work out of the box. As a second step, add the productivity trio: proposal-master (proposal drafting), consolidate-memory (memory cleanup), and setup-cowork (role-based onboarding). That covers most repetitive office work.
What happens if I install too many Skills?
Two main problems. (1) Claude spends more time scanning metadata to choose which Skill to invoke, slowing response. Each Level-1 load is ~100 tokens per Skill, so 100 Skills means 10,000 tokens always in the system prompt. (2) Skills with similar names or descriptions collide, and Claude may pick the one you did not intend. The Sales Claw recommendation is to keep ~10–15 frequently used Skills and run consolidate-memory monthly for cleanup. The bookshelf analogy holds: cram too many books and the right one becomes hard to find.
What is the difference between proposal-master and the official pptx Skill?
Different scope. Anthropic's official pptx is a generic 'read and write PowerPoint files' Skill — structure and logic come from the user (or additional prompts). proposal-master is a master Skill that auto-orchestrates six Skills (business-strategy, proposal-deck, write-quality, frontend-design, pptx, design-auditor) and builds McKinsey / BCG-grade decks across template, skeleton, design, and data axes. pptx is the tool; proposal-master is the pipeline. They compose — proposal-master calls pptx internally.
Are there security risks to installing Skills?
Yes. Anthropic's docs are explicit: 'Skills are powerful — they run code on your machine.' Scripts referenced from a SKILL.md (e.g., fill_form.py) actually execute locally. Installing Skills from untrusted repos can expose your files or send data outside. Mitigations: (1) Only install Skills from Anthropic-official or trusted-org sources. (2) Run the official security-scan Skill periodically to audit the entire .claude/ directory. (3) Read the SKILL.md and scripts before installing. Sales Claw's internal Skills are open-source on GitHub for the same reason — auditable provenance.
Are Skills and Plugins different things?
Different, but tightly related. In Claude Code terminology, a plugin is a marketplace-distributed package of Skills, commands, MCP servers, and hooks — many plugins contain one or more SKILL.md files. Anthropic's official marketplace anthropics/skills is technically distributed as a plugin: running /plugin install anthropic-skills adds the four contained Skills (pptx, xlsx, docx, pdf) in one go. Use plugins when you want to bulk-distribute a Skill set internally; use plain folders in ~/.claude/skills/ when you just want one Skill for yourself.
Do schedule and loop Skills cost extra?
The schedule Skill backs onto Anthropic-hosted remote agents (routines) and likely incurs separate usage-based billing — as of 2026-05, no official rate sheet is published. Verify on the official docs before running it in production. The loop Skill is just local cron-style repetition and stays within your normal Claude API / Pro / Max plan billing. At Sales Claw we (1) trial in the free tier first to verify behavior, then (2) estimate monthly cost before turning anything always-on. Long-running and 5-minute-interval jobs add up faster than expected, so manual log-watching for the first week is recommended.
How do Sales Claw's internal Skills differ from the official ones?
Different coverage. Anthropic's official Office four handle generic PowerPoint / Excel / Word / PDF work and have no business logic baked in. Sales Claw's internal Skills specialize in B2B inquiry-form sales and codify domain safety: pre-send automated inspection (sales-NG detection / compliance checks), CAPTCHA-detection stop, send-rate limits, and audit log retention. They are complementary: Sales Claw uses the official Office Skills to generate report PDFs and meeting notes, while the internal Skills handle sales-specific policy. Think of the official set as the foundation and Sales Claw's set as domain expertise on top.

参考文献

本記事は X 公式アカウントと公式ドキュメントを一次情報として参照しています。

  1. [01]
  2. [02]
  3. [03]
  4. [04]
  5. [05]
  6. [06]
  7. [07]
  8. [08]

この記事の著者

中澤 圭志

中澤 圭志

Sales Claw maintainer

Designs and develops Sales Claw. Writes from the field on B2B sales automation and applied AI.

Share this article