Coding ยท Channel: Claude Code

claude-code-skills

Professional Claude Code skills marketplace featuring production-ready skills for enhanced development workflows.

Collectiondaymade/claude-code-skillsVerify upstream fit
Rank signal64/100

This rank signal uses GitHub stars, measured star growth, and recent maintenance. It is not a safety score or install approval.

SKILL.md proofSKILL.mdOpen the upstream source before installing.
GitHub stars1,180Adoption baseline, not a quality guarantee.
Adoption momentum+39/wk starsMeasured star growth from the current scan window.
Recent updatetodayRecent maintenance signal: last pushed Jun 13, 2026.
Why we list it

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.

Approved public shortlistSKILL.md evidenceAlternatives kept nearby
Best for

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.

Review before install

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 alternatives

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.

GitHub1,180 stars184 forksCollection

How to install claude-code-skills

/plugin marketplace add daymade/claude-code-skills
npx skills add
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.

Install evidence

Command extracted from README.md.

/plugin marketplace add daymade/claude-code-skills
Usage evidence

Sections found: Core Workflow, Example: Version Switching (Workflow Diagram).

Skill rules

Sections found: Core Workflow, Key Rules, When to Use Diagrams:.

README.mdSections: Quick Install, Install Inside Claude Code (In-App), Automated Installation (Recommended), Install bundles

Quick Install

In Claude Code (in-app):

/plugin marketplace add daymade/claude-code-skills

Then:

  1. Select Browse and install plugins
  2. Select daymade/claude-code-skills
  3. Select skill-creator
  4. 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:

  1. Select Browse and install plugins
  2. Select daymade/claude-code-skills
  3. Select the plugin you want
  4. Select Install now

Automated Installation (Recommended)

macOS/Linux:

curl -fsSL https://raw.githubusercontent.com/daymade/claude-code-skills/main/scripts/install.sh | bash

Windows (PowerShell):

iwr -useb https://raw.githubusercontent.com/daymade/claude-code-skills/main/scripts/install.ps1 | iex

Install 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.md warnings 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.sh read-only health check (install presence, credential liveness, known issues)
  • scripts/search_fanout.py client-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.md or prepend minimal frontmatter)
  • Personalization via ~/.config/ima/copilot.json with illustrative-only template values

Example usage:

Need the full source? Read full README on GitHub