Back to list
gmh5225

claude-code-skills

by gmh5225

A curated list of Agent Skills, resources, and tools for AI coding agents like Claude Code, Codex, Gemini CLI, GitHub Copilot, and more.

1🍴 0📅 Jan 22, 2026

SKILL.md


name: claude-code-skills description: Guide for Claude Code skills installation, usage, and development. Use when working with Claude Code specific features, paths, and conventions.

Claude Code Skills

Scope

Use this skill when:

  • Installing skills for Claude Code
  • Developing Claude Code specific skills
  • Understanding Claude Code skill discovery

Installation Paths

  • Project scope: .claude/skills/ in project root
  • User scope: ~/.claude/skills/

Claude Code auto-discovers skills from these directories.

Installing Skills

From GitHub Repository

# Clone to project
git clone https://github.com/user/skill-repo .claude/skills/skill-name

# Or clone to user directory
git clone https://github.com/user/skill-repo ~/.claude/skills/skill-name

Manual Installation

  1. Create skill folder in .claude/skills/
  2. Add SKILL.md with frontmatter
  3. Restart Claude Code to pick up new skills

Verifying Installation

# List installed skills
ls ~/.claude/skills/

# Check skill metadata
head ~/.claude/skills/skill-name/SKILL.md

Using Skills

Skills activate automatically based on your request context. You can also:

  • Mention skill name explicitly in your prompt
  • Use /init to bootstrap context for a repository

Official Skills Repository

Key Official Skills

SkillPurpose
docxWord document manipulation
xlsxExcel spreadsheet operations
pptxPowerPoint presentations
pdfPDF extraction and creation
webapp-testingPlaywright-based web testing
mcp-builderCreate MCP servers
skill-creatorInteractive skill creation

Claude Code Commands

  • /init - Initialize project context
  • Skills auto-load when relevant to your task

Best Practices

  1. Keep skills focused on specific tasks
  2. Use progressive disclosure for large reference files
  3. Include scripts for automation
  4. Test skills in isolated environments first

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon