Skip to content

GPTProto/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GPTProto Skills

A collection of Claude Code skills for web automation and artifact creation.

Open-sourced from gptproto.com

Skills

Skill Description
url2pdf Convert web pages to PDF files (single or batch)
web-artifacts-builder Build complex React + shadcn/ui artifacts for claude.ai
webapp-testing Test local web applications using Playwright

Installation

To use these skills with Claude Code, copy the skill folders to your Claude Code skills directory or reference them in your configuration.

Prerequisites

  • Python 3.8+
  • Node.js 18+
  • Playwright (pip install playwright && playwright install chromium)

Quick Start

url2pdf

Convert a single URL:

python skills/url2pdf/url2pdf/scripts/url_to_pdf.py --url "https://example.com" --output "example.pdf"

Batch convert from file:

python skills/url2pdf/url2pdf/scripts/url_to_pdf.py --file urls.txt --output-dir ./pdfs

web-artifacts-builder

Initialize and build a React artifact:

bash skills/web-artifacts-builder/scripts/init-artifact.sh my-app
cd my-app
# ... develop your app ...
bash ../skills/web-artifacts-builder/scripts/bundle-artifact.sh

Stack: React 18 + TypeScript + Vite + Tailwind CSS + 40+ shadcn/ui components

webapp-testing

Test a local web app with Playwright:

python skills/webapp-testing/scripts/with_server.py \
  --server "npm run dev" --port 5173 \
  -- python your_test.py

License

Links

About

claude code skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors