A collection of skills for Claude Code.
Install a skill using the skills CLI:
npx skills add https://github.com/hasdfa/skills --skill stackblitzOr install all skills:
npx skills add https://github.com/hasdfa/skillsDownload 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.
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.
MIT