claude-code-skills
Professional Claude Code skills marketplace featuring production-ready skills for enhanced development workflows.
This rank signal uses GitHub stars, measured star growth, and recent maintenance. It is not a safety score or install approval.
Worth reviewing before you install
Worth a closer look if the use case fits. It has adoption, measured growth, and recent maintenance. Install notes are available, but you should still inspect the source.
Coding teams. Channel tag: Claude Code. Treat this as a search fit signal, not compatibility proof. Best when you want a concrete install path. Start with daymade-docs/meeting-minutes-taker/SKILL.md.
Inspect daymade-docs/meeting-minutes-taker/SKILL.md and the install command before adding it to a shared agent workflow. No actionable warning was returned for this snapshot.
Compare nearby coding skills in the Claude Code channel when 1,180 GitHub stars, source freshness, or install notes are close. This one has a clearer install path, but a nearby skill may still fit your agent setup better.
How to install claude-code-skills
/plugin marketplace add daymade/claude-code-skillsnpx skills addSKILL.md and source review
Primary path: daymade-docs/meeting-minutes-taker/SKILL.md
64/100 from GitHub star count, star growth rate, and recent update.
64/100 from GitHub star count, star growth rate, and recent update.
27.7/45 points. Star count is log-scaled so large repos lead without completely hiding newer projects.
16.1/35 points from 296 net stars over 53.3 observed day(s).
20/20 points. Most recent GitHub activity: 2026-06-13T11:54:30Z.
- GitHub ranking score uses star count, measured star growth rate, and recent repository update only.
- 950 stars at last scan.
- 62 stars/week measured from 2026-04-22 to 2026-04-29T10:47:52.558Z.
- Most recent GitHub activity was 2026-04-28T15:02:11Z.
Source evidence preview
We show selected README/SKILL.md excerpts, not a full mirror of the repo. Use the focus cards for install notes, usage, and skill rules, then open GitHub before installing.
Command extracted from README.md.
/plugin marketplace add daymade/claude-code-skillsSections found: Core Workflow, Example: Version Switching (Workflow Diagram).
Sections found: Core Workflow, Key Rules, When to Use Diagrams:.
Quick Install
In Claude Code (in-app):
/plugin marketplace add daymade/claude-code-skillsThen:
- Select Browse and install plugins
- Select daymade/claude-code-skills
- Select skill-creator
- Select Install now
From your terminal (CLI):
claude plugin marketplace add https://github.com/daymade/claude-code-skills
### Install Inside Claude Code (In-App)
/plugin marketplace add daymade/claude-code-skills
Then:
- Select Browse and install plugins
- Select daymade/claude-code-skills
- Select the plugin you want
- Select Install now
Automated Installation (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/daymade/claude-code-skills/main/scripts/install.sh | bashWindows (PowerShell):
iwr -useb https://raw.githubusercontent.com/daymade/claude-code-skills/main/scripts/install.ps1 | iexInstall bundles
ccpm install-bundle web-dev # Install web development skills bundle
๐ฌ Live Demo
Coming soon
๐ Documentation: See skills-search/SKILL.md for complete command reference
Requirements: CCPM CLI (npm install -g @daymade/ccpm)
44. ima-copilot - Tencent IMA Companion & Installer
One-stop wrapper for the official Tencent IMA skill (ima.qq.com). Installs upstream ima-skill to Claude Code, Codex, and OpenClaw via npx skills add, guides API key setup, detects and repairs known upstream issues under user consent, and implements a personalized fan-out search strategy that floats priority knowledge bases to the top.
When to use:
- Users mention IMA, ่ พ่ฎฏ IMA, ima.qq.com, or need to install the official ima-skill
- Users report
Skipped loading skill(s) due to invalid SKILL.mdwarnings related to ima-skill - You need to search across IMA knowledge bases with KB-priority boosting
- You need to configure or rotate IMA API credentials
- Upstream ima-skill ships a known issue (e.g., missing YAML frontmatter in submodule files)
Key features:
- Zero-config installation to Claude Code / Codex / OpenClaw via vercel-labs/skills with auto-detection and default symlink mode (fix or upgrade once, every agent sees it)
- XDG-style credential management at
~/.config/ima/{client_id, api_key}with env-var fallback scripts/diagnose.shread-only health check (install presence, credential liveness, known issues)scripts/search_fanout.pyclient-side cross-KB search with priority lists, subset-skip lists, and 100-hit silent-truncation detection- Wrapper-only architecture: never vendors upstream files, never forks โ every repair is a runtime instruction executed with explicit consent and automatic timestamped backups
- Two user-selectable repair strategies for the frontmatter issue (rename to
MODULE.mdor prepend minimal frontmatter) - Personalization via
~/.config/ima/copilot.jsonwith illustrative-only template values
Example usage:
Need the full source? Read full README on GitHub
Core Workflow
Copy this checklist and track progress:
Meeting Minutes Progress:
- [ ] Step 0 (Optional): Pre-process transcript with transcript-fixer
- [ ] Step 1: Read and analyze transcript
- [ ] Step 1.5: Speaker identification (if transcript has "Speaker 1/2/3")
- [ ] Analyze speaker features (word count, style, topic focus)
- [ ] Match against context.md team directory (if provided)
- [ ] Present speaker mapping to user for confirmation
- [ ] Step 1.6: Generate intelligent filename, confirm with user
- [ ] Step 1.7: Quality assessment (optional, affects processing depth)
- [ ] Step 2: Multi-turn generation (PARALLEL subagents with Task tool)
- [ ] Create transcript-specific dir: <output_dir>/intermediate/<transcript-name>/
- [ ] Launch 3 Task subagents IN PARALLEL (single message, 3 Task tool calls)
- [ ] Subagent 1 โ <output_dir>/intermediate/<transcript-name>/version1.md
- [ ] Subagent 2 โ <output_dir>/intermediate/<transcript-name>/version2.md
- [ ] Subagent 3 โ <output_dir>/intermediate/<transcript-name>/version3.md
- [ ] Merge: UNION all versions, AGGRESSIVELY include ALL diagrams โ draft_minutes.md
- [ ] Final: Compare draft against transcript, add omissions
- [ ] Step 3: Self-review for completeness
- [ ] Step 4: Present draft to user for human review
- [ ] Step 5: Cross-AI comparison (if human provides external AI output)
- [ ] Step 6: Iterate on human feedback (expect multiple rounds)
- [ ] Step 7: Human approves final version
Note: <output_dir> = directory where final meeting minutes will be saved (e.g., project-docs/meeting-minutes/)Key Rules
- Never assume - Ask user to confirm if unclear
- Quote controversial decisions verbatim
- Assign action items to specific people, not teams
- Preserve numerical values (ranges, counts, priorities)
- Always use multiple passes - Single turn is guaranteed to lose content
- Normalize equivalent terminology - Treat trivial variations (e.g., "backend architecture" vs "backend", "API endpoint" vs "endpoint") as equivalent; do NOT point out or highlight such differences between speakers
- Single source of truth - Place each piece of information in ONE location only; avoid duplicating tables, lists, or summaries across sections (e.g., API list belongs in Discussion OR Reference, not both)
1. Install markitdown (one-time)
uv tool install "markitdown[pdf]"
When to Use Diagrams:
- Data flow discussions โ Sequence diagram
- Database schema discussions โ ER diagram
- Process/workflow decisions โ Flowchart
- State machine discussions โ State diagram
- System architecture โ Component diagram
Example: Version Switching (Workflow Diagram)
sequenceDiagram
participant User
participant System
Note over System: Current: V2 Active
User->>System: Create V3 (inactive)
User->>System: Set V2 inactive
User->>System: Set V3 active
Note over System: New: V3 ActiveNeed the full source? Read full SKILL.md on GitHub
