Leaderboard/Developer Tooling/claude-code-skills
Last commit on September 19, 2026·Created on October 22, 2025

daymade/claude-code-skills

A comprehensive library for authoring, validating, and deploying custom Claude Code skills.
Combined rank
#233
across all skills
In Developer Tooling
#20
category rank
Stars
1.4k
+1.5% in last 7d
Forks
219
+0.9% in last 7d
Watchers
15
-6.3% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides a structured framework for developers to build and govern AI agent capabilities. It streamlines the process of creating custom skills, from initial authoring and validation to final packaging and governance.

The toolkit includes specialized utilities for automating repository setup and generating professional animated CLI demos via VHS terminal recordings, ensuring that new skills are well-documented and visually demonstrated.

WHO IT'S FOR
AI Agent Skill Author
build and validate custom Claude Code skills
Claude Code Power User
tune Claude Code sessions and statuslines
Full-Stack Developer
automate pull requests and CI workflows
Prompt Engineer
benchmark endpoints and refine prompt workflows
Repository contents

106 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Install skill-creator in Claude Code

Installs: The skill-creator skill within the daymade/claude-code-skills marketplace. · Claude Code

Before you start
  • Claude Code 2.0.13 or later
  1. Enter this slash command inside a Claude Code session to add the marketplace.

    /plugin marketplace add daymade/claude-code-skills
  2. In the Claude Code plugin interface, select Browse and install plugins, select daymade/claude-code-skills, select skill-creator, and then select Install now.

README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Fetch a small A-share news brief

Uses ashare-news-fetcher

  • Replace <stock-codes-or-keywords> with comma-separated A-share codes such as 000001,600519, or with specific filtering keywords.
  • Python 3.10+ and requests must be available; beautifulsoup4 is also needed when policy sources are requested.
  • JIN10_APP_ID is optional; without it, the Jin10 source is skipped.

Check the repository for this skill’s setup.

Use ashare-news-fetcher to fetch up to 20 public Chinese market and policy news items related to <stock-codes-or-keywords>. Return the result as Markdown, label each source, and note any source that was skipped or failed. Do not provide investment advice.