HA

happycapy-ai/happycapy-skills

Developer tools
137 stars 品質 70 トレンド 70

Happycapy Skills The skill-native collection for Claude Code Curated, production-ready skills for coding, design, documents, media, research, and automation in Happycapy and Claude Code.

概要

Happycapy Skills The skill-native collection for Claude Code Curated, production-ready skills for coding, design, documents, media, research, and automation in Happycapy and Claude Code.

README

A curated collection of drop-in Claude Code skills sourced from leading open projects and community maintainers. Every skill lives in its own folder, keeps source attribution, and is ready to install into ~/.claude/skills.

Repository | What are skills? | Using skills | Create custom skills | Submit a skill

Copy one folder, unlock one capability, and keep your agent stack portable.

Why Happycapy Skills

Happycapy Skills is built for people who want a cleaner way to extend Claude Code without assembling a toolbox from scratch.

  • Curated instead of dumped. Skills are selected because they solve real workflows.
  • Drop-in installation. Each skill is a self-contained folder with a SKILL.md.
  • Broad coverage. The catalog spans app development, design, media, writing, research, and automation.
  • Attribution preserved. Original source and license context stay with each skill directory.
  • Happycapy-aware additions. Some skills are adapted specifically for Happycapy environments and MCP workflows.
Collection What you get Great for
Agent systems Multi-agent orchestration, skill discovery, self-improvement, and autonomous contribution workflows Extending Claude, internal tooling, agent teams
App and web development Next.js, Better Auth, Expo Router, Supabase Postgres, design systems, immersive UI Shipping apps faster with stronger defaults
Design and documents Slides, PowerPoint, PDFs, LaTeX, storytelling, writing, and prompt refinement Client deliverables, reports, documentation
PPTX style systems Six fixed-style PowerPoint skills, each locking in a distinct visual identity — from exhibition posters to field guides to forum decks Branded decks, event materials, product launches
Media and creative AI Image generation, video generation, film workflows, frame extraction, GIF creation Visual content, prototypes, creative production
Social and creator workflows Reddit, Xiaohongshu, Instagram carousel creation, and multi-platform publishing Marketing, community growth, recruiting
Happycapy integrations Feishu MCP, utilities, and environment-specific tools Connected workflows inside Happycapy

Quick Start

Clone the repository, then copy the skill folders you want into your Claude skills directory.

git clone https://github.com/happycapy-ai/Happycapy-skills.git
cd Happycapy-skills

mkdir -p ~/.claude/skills

# Install one skill
cp -r skills/pdf ~/.claude/skills/

# Install a few favorites
cp -r skills/find-skills ~/.claude/skills/
cp -r skills/happycapy-skill-creator ~/.claude/skills/
cp -r skills/frontend-slides ~/.claude/skills/

# Or install everything
cp -r skills/* ~/.claude/skills/

Every skill is self-contained. If a skill includes scripts, references, or assets, they stay inside that skill folder and move with it.

Skill What it helps with
happycapy-skill-creator Adapts or builds new skills for Happycapy by reusing proven upstream patterns
find-skills Discovers installable skills when users ask, “How do I do X?”
frontend-slides Creates rich HTML presentations with visual direction and animation
pdf Handles extraction, OCR, merging, form filling, and PDF generation
capy-video-gen-skill Builds multi-shot AI videos with face consistency across scenes
happycapy-feishu Connects Claude to Feishu or Lark workflows through MCP
claude-code-templates Adds templates, commands, integrations, and setup workflows for Claude Code
oss-contributor-swarm Runs an autonomous open source contribution workflow across GitHub tasks

Skill Catalog

The full catalog currently includes 55 skills across seven collections.

Skill Structure

Every skill follows a simple folder-based structure:

skills/
  my-skill/
    SKILL.md
    LICENSE
    references/
    scripts/
    assets/

That means skills are easy to browse, copy, version, and adapt.

Create Your Own Skill

Skills can stay simple. A minimal skill only needs a folder and a SKILL.md file:

---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---

# My Skill Name

[Add the instructions Claude should follow when this skill is active]

## Examples
- Example usage 1
- Example usage 2

## Guidelines
- Guideline 1
- Guideline 2

The frontmatter requires:

  • name - A unique identifier, usually lowercase with hyphens.
  • description - A complete description of what the skill does and when to use it.

If you want a guided workflow, start with skill-creator or happycapy-skill-creator.

For official background, see How to create custom skills.

Contributing

Contributions are welcome. If you want to add a skill to this collection:

  1. Fork the repository.
  2. Create a new folder under skills/.
  3. Add a SKILL.md with clear frontmatter and instructions.
  4. Include scripts, references, and assets only when they materially help the skill.
  5. Add license and source attribution for adapted work.
  6. Update this README so the new skill appears in the right collection.
  7. Open a pull request.

Please aim for skills that are reliable, clearly documented, and useful in real workflows.

License and Attribution

Each skill keeps its own original license and attribution context. Please check the relevant skill directory for source-specific terms.

The repository itself is licensed under the MIT License. See LICENSE for details.

View this README on GitHub

推奨ツール

別のキーワードを試すか、フィルタを外してください。

インストール

npx skillfish add happycapy-ai/happycapy-skills