Skip to content

hasdfa/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Claude Code Skills Collection

A collection of skills for Claude Code.

Installation

Install a skill using the skills CLI:

npx skills add https://github.com/hasdfa/skills --skill stackblitz

Or install all skills:

npx skills add https://github.com/hasdfa/skills

Available Skills

stackblitz

Download source code from StackBlitz public projects into a local .context/stackblitz/ folder. Use when a user shares a StackBlitz preview URL (e.g., stackblitz.com/edit/abc123) and wants to analyze, run, or work with the code locally.

Usage: Share a StackBlitz URL and the skill will download the project files for local analysis.

codesandbox

Download source code from CodeSandbox public projects into a local .context/csb/ folder. Use when a user shares a CodeSandbox URL (e.g., codesandbox.io/s/abc123) and wants to analyze, run, or work with the code locally.

Usage: Share a CodeSandbox URL and the skill will download the project files for local analysis.

License

MIT

About

Claude Code skills collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors