Anthropic Claude Skills banner
sausi-7 sausi-7

Anthropic Claude Skills

Development community

Description

A small set of **opinionated, reusable Claude skills** built while shipping real products, games, and experiments.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Skills Toolkit 🧠⚡

A small set of **opinionated, reusable Claude skills** built while shipping real products, games, and experiments.

Instead of prompting Claude from scratch every time, I started treating it like a **junior teammate with clearly defined responsibilities**. These skills are the result of that approach.

This is not a prompt dump. It’s a **builder’s toolkit** optimized for speed, clarity, and iteration.


Why this exists

Most people use AI like this:

“Let me explain everything again and hope it works.”

I wanted:

  • Faster iteration
  • Less cognitive load
  • Consistent output quality
  • Reusable thinking, not just reusable text

So I started formalizing the prompts and structures I kept reusing.

This repo is that toolbox.


Included Skills

🎨 p5js-interactive-graphics

A Claude skill for generating and iterating on **creative, interactive p5.js sketches**.

**Best for:**

  • Interactive visuals
  • Creative coding experiments
  • Generative art with user interaction

**Why it helps:**

  • Avoids boilerplate explanations
  • Encourages visual-first thinking
  • Produces sketch-ready code quickly

🎮 phaser-game-dev

A Claude skill focused on **Phaser-based game development**, iteration, and refactoring.

**Best for:**

  • Rapid game prototypes
  • Power-ups, mechanics, and UI logic
  • Config-driven game design

**Why it helps:**

  • Knows common Phaser patterns
  • Optimized for iteration, not tutorials
  • Thinks in systems (state, config, scaling)

📄 prd-builder

An opinionated PRD builder for **shipping-focused product teams**.

**Best for:**

  • Early-stage products
  • Hackathons and MVPs
  • Founder-led development

**What it intentionally avoids:**

  • Enterprise fluff
  • Over-documentation
  • Vague vision-only PRDs

**Philosophy:**

Optimize for *speed to prototype*, not paperwork.


🎥 transcript-to-interactive

Turns long-form transcripts into **interactive experiences** instead of passive text.

**Best for:*