Skip to content

codewithmustafa/claude-code-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

A collection of custom skills for Claude Code. Each skill adds a new capability you can trigger with a /command, ask for in natural language, or let Claude invoke automatically when the context is right.

Skills

Skill Command Description Install
ss /ss Capture a screenshot from iOS Simulator and attach it to the conversation Guide

Installation

Each skill has its own installation instructions in its directory. The general steps are:

1. Copy the skill files

# Example for the "ss" skill
mkdir -p ~/.claude/skills/ss/scripts
cp skills/ss/SKILL.md ~/.claude/skills/ss/SKILL.md
cp skills/ss/scripts/*.sh ~/.claude/skills/ss/scripts/
chmod +x ~/.claude/skills/ss/scripts/*.sh

2. Add permissions

Open ~/.claude/settings.json and add the required permissions listed in the skill's README.

Contributing

Want to add a new skill? Each skill follows this structure:

skills/<name>/
  README.md              # Usage, installation, and permissions
  SKILL.md               # Skill definition (YAML frontmatter + instructions)
  scripts/               # Supporting scripts (optional)

The SKILL.md frontmatter fields:

---
name: skill-name
description: What the skill does
allowed-tools: Tools the skill can use without prompting
auto-invoke: true
user-invocable: true
---

License

MIT

About

A collection of custom skills for Claude Code — add new capabilities via /commands, natural language, or auto-invocation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages