Skip to content

link2004/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

A collection of custom skills for Claude Code.

Available Skills

Skill Description
video-frame-reader Extract keyframes from video files and analyze with AI

Installation

Clone this repository and copy the desired skill to your Claude skills directory:

# Clone the repository
git clone https://github.com/link2004/claude-code-skills.git

# Copy a skill to your Claude skills directory
cp -r claude-code-skills/video-frame-reader ~/.claude/skills/

Or install a specific skill directly:

# Install video-frame-reader
git clone --depth 1 https://github.com/link2004/claude-code-skills.git /tmp/claude-code-skills
cp -r /tmp/claude-code-skills/video-frame-reader ~/.claude/skills/
rm -rf /tmp/claude-code-skills

Contributing

Feel free to submit pull requests with new skills or improvements to existing ones.

License

MIT License

About

A collection of custom skills for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •