Claude Skills Kit
A collection of 27 curated skills for Claude, designed for non-technical users.
claude-skills-kit
27 curated agent skills for Claude — designed for non-technical users: PMs, managers, and team leads.
Quick Start
Step 1. Find a skill in the catalog below.
Step 2. Copy the skill folder to your workspace:
- Cowork — copy the skill folder into your Cowork workspace directory. Claude detects it automatically.
- Claude.ai / Projects — open the skill's
SKILL.md, copy its content, and paste it into Project Instructions.
Step 3. Use Claude as usual. The skill activates based on your message — no commands needed.
Each skill folder includes a
docs/INSTALL.mdwith step-by-step instructions for your platform.
Why Claude Skills Kit?
Most skill repositories contain only a SKILL.md file.
Claude Skills Kit ships a complete package per skill:
| What's included | Why it matters |
|---|---|
SKILL.md — core instructions | Claude activates the skill |
README.md (EN + RU) | You know what the skill does before installing |
docs/INSTALL.md | Platform-specific setup in 3 steps |
docs/USER-GUIDE.md | How to use the skill with examples |
Designed for non-technical users. No code, no CLI, no configuration. Bilingual EN/RU. Claude detects the language of your request automatically.
What is a skill?
A skill is a folder containing a SKILL.md file with structured instructions for Claude. Add it to Claude.ai or Cowork — and Claude gains a new, reproducible capability without writing code.
Skills are:
- Interface-agnostic — work in Claude.ai, Projects, API, and Cowork
- Self-contained — each skill folder includes everything needed
- Composable — multiple skills can be combined in a single setup
Skills
Project Management
| Skill | Link | Description |
|---|---|---|
| project-management-kit | → | AI Project Manager agent — 7 skills for project documentation (charter, risk register, project plan, communication plan, meeting protocol, plan-vs-actual report, closure report). PMBoK 8 + Agile. Bilingual EN/RU |
| project-onboarding | → | Full project onboarding for Cowork: generates context.md, folder rules, file map, and starter prompts in one session. Bilingual EN/RU |
Productivity & Workflow
| Skill | Link | Description |
|---|---|---|
| workspace-health-monitor | → | Audits a manager's workspace files to find orphaned files, forgotten action items, duplicates, and plan-to-reality drift. Bilingual EN/RU |
| delegation-brief | → | Generates a structured task brief via 5-question interview — ready to paste into a new Cowork session. Bilingual EN/RU |
| one-to-one-prep | → | Generates a structured prep document for monthly 1-on-1 meetings: action item tracking, prioritized discussion topics, and wellbeing questions. Bilingual EN/RU |
| decision-log | → | Extracts structured decisions from meeting notes, Slack threads, or email chains — builds a clean log separate from action items. Two modes: new log and append with deduplication. Bilingual EN/RU |
| weekly-digest-synthesizer | → | Compiles status updates from multiple .md/.txt files into a structured weekly digest — by project, with action items and blockers. Bilingual EN/RU |
| stakeholder-adapter | → | Adapts any document into audience-specific versions: Leadership (business impact, decision-focused), Engineering/Team (technical depth, actionable), Client (outcome language, no jargon). Bilingual EN/RU |
| hiring-pipeline-reviewer | → | Generates a structured weekly status report for all candidates in your hiring pipeline from interview notes and evaluation sheets. Flags stuck candidates, consolidates scores, and recommends next steps. Bilingual EN/RU |
| retro-pattern-analyzer | → | Analyzes sprint retrospective files to surface recurring pain points, unresolved action items, and positive patterns across sprints. Bilingual EN/RU |
| okr-progress-narrator | → | Transforms raw OKR data (tables, lists, CSV, or pasted text) into a narrative stakeholder update: executive summary, per-objective narrative, KR status table, risks, and next steps. Bilingual EN/RU |
| morning-standup-brief-generator | → | Compiles local notes, tasks, and project files into a structured daily standup brief — Yesterday / Today / Blockers / Questions. No connectors required. Bilingual EN/RU |
AI & Claude Mastery
| Skill | Link | Description |
|---|---|---|
| feature-guide | → | Instantly explains any Claude feature or capability: what it is, where it's available, required plan, how to activate, limitations, and an applicability verdict. Bilingual EN/RU |
| memory-auditor-chat | → | Audits and cleans Claude.ai native memory: finds contradictions, outdated entries, duplicates, and noise in Memory Edits and Memory Summary. Bilingual EN/RU |
| memory-auditor-cowork | → | Audits and cleans file-based memory in Cowork: auto-memory, CLAUDE.md, User Preferences, and Project Instructions. Bilingual EN/RU |
| session-handoff-composer | → | Composes a structured handoff block from the current session when context fills up — decisions, tasks, open questions, and next steps ready to paste into a new session. Bilingual EN/RU |
Analysis & Review
| Skill | Link | Description |
|---|---|---|
| report-analyzer | → | Analyzes large PDF/PPTX reports and produces a structured summary with key data and insights |
| prd-review-challenger | → | Devil's advocate for PRDs, feature specs, and product decisions — surfaces weak assumptions, open questions, implementation risks, and logical gaps before the document goes to the team. Bilingual EN/RU |
| prompt-builder | → | Builds a structured prompt for any task via interactive Q&A |
| context-builder-cowork | → | Generates a structured project-context.md file via interactive interview |
| user-feedback-synthesizer | → | Synthesizes user interview transcripts and feedback files (.md, .txt, .csv) into a prioritized insight report with themes, quotes, and open questions. Bilingual EN/RU |
How to install a skill
Option 1 — Git clone (recommended)
git clone https://github.com/KirKruglov/claude-skills-kit.git
The skill folder will be at skills/skill-name/.
Option 2 — Download a single skill folder
- Open the skill folder in the repository
- Download the
SKILL.mdfile - Create a local folder with the skill name (e.g.,
context-builder-cowork) - Place
SKILL.mdinside that folder
How to add a skill to Claude.ai
Requires a Pro, Max, Team, or Enterprise plan with Code Execution enabled.
- Go to Settings → Capabilities and make sure Code Execution and File Creation is enabled
- Take the skill folder (e.g.,
context-builder-cowork/) and compress it into a ZIP file- The ZIP must contain the folder itself as the root, not the files directly
- Go to Customize → Skills
- Click "+" → "Upload a skill"
- Select the ZIP file
- The skill will appear in the list — enable the toggle
Claude will automatically activate the skill when a request matches its purpose.
How to add a skill to Claude Cowork
- Open Claude Cowork (desktop app)
- Go to Settings → Skills
- Click "+" → "Upload a skill"
- Select a ZIP file prepared as described above
- Enable the toggle
Contributing
Skills are currently authored and maintained by the repository owner.
To suggest a skill or report an issue — open a GitHub Issue with:
- A brief description of what the skill does
- An example trigger phrase
- The expected output
Pull requests are welcome once contributor guidelines are published.
License
MIT