Summary
This section is an archive of agent skills extracted from the live Cowork/Claude environment. It exists so the skills remain available for study, reuse, and re-installation even if the underlying plugins are removed or updated.
What You Will Find Here
- meta-skills built by the wider community for power-user workflows
- first-party Anthropic core skills shipped with Claude
- self-contained skill folders with
SKILL.md, scripts, templates, and references - guidance for AI agents reading this folder on how to interpret and reuse a skill
Structure
| Section | What it contains |
|---|---|
| Meta-skills | community and power-user skills covering broad workflows |
| Core-skills | first-party Anthropic skills — focused, well-tested building blocks |
Recommended starting points
- process-interviewer — extract a complete plan before building anything
- prompt-master — generate and optimise prompts for any AI tool
- deep-research — comprehensive research workflow with web search
- humanizer — strip AI-writing tells from text
- skill-creator — create, modify, and benchmark agent skills
- docx — Word document creation and editing toolkit
- xlsx — spreadsheet handling, formulas, charts, cleaning
Reuse notes for an AI
- To activate a skill in a new environment, copy the entire skill subfolder into the target environment’s skills directory (e.g.
~/.claude/skills/or the plugin’sskills/path). The folder name must match thename:field in the frontmatter. - Each skill’s
description:field doubles as the trigger hint shown to the agent. Match the user’s request against the verbs and example phrases in that description. - Some skills (e.g.
agent-browser,audio-transcriber,openrouter) require external tools or API keys. CheckSKILL.mdand anyreferences/orscripts/files before relying on them. - This is a read-only reference library. Do not modify
SKILL.mdfiles unless explicitly asked.
Scope
- archive of agent skills as they existed at the time of import
- reference for AI agents and the human owner
- not a live execution environment — skills must be copied into an active runtime to run
Related
Source paths (at time of archive, 2026-04-22)
- meta-skills →
%APPDATA%\Claude\local-agent-mode-sessions\<session>\rpm\<plugin-id>\skills\ - core-skills →
%APPDATA%\Claude\local-agent-mode-sessions\skills-plugin\<session>\skills\