Getting Started with Spawner Skills banner
vibeforge1111 vibeforge1111

Getting Started with Spawner Skills

Development community intermediate

Description

Getting Started with Spawner Skills skill

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/.

Repository README

This is the README for vibeforge1111/vibeship-spawner-skills, shared by 5 entries in this directory. It describes the repository, not this entry specifically.

Getting Started with Spawner Skills

┌─────────────────────────────────────────────────────────────────┐
│                                                                 │
│   ⚡ VIBESHIP SPAWNER SKILLS                                    │
│   462 Specialist Skills for AI-Powered Product Building         │
│                                                                 │
│   You're about to give Claude superpowers.                      │
│                                                                 │
│   https://spawner.vibeship.co/skills                            │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘

What You Just Installed

~/.spawner/skills/
│
├── development/          # 57 skills
│   ├── backend/          # APIs, servers, Node.js
│   ├── frontend/         # React, UI components
│   ├── auth-specialist/  # OAuth, JWT, sessions
│   └── ...
│
├── ai/                   # 12 skills
│   ├── llm-architect/    # LLM integration patterns
│   ├── rag-specialist/   # Retrieval-augmented generation
│   └── ...
│
├── agents/               # 10 skills
│   ├── autonomous-agents/
│   └── multi-agent-orchestration/
│
├── maker/               # 11 skills
│   ├── viral-generator-builder/
│   ├── telegram-bot-builder/
│   └── micro-saas-launcher/
│
└── ... (35 categories, 462 total skills)

How to Spawn a Skill

Step 1: Tell Claude to Load the Skill

Copy and paste this into Claude:

Read these files and become a backend specialist:
~/.spawner/skills/development/backend/skill.yaml
~/.spawner/skills/development/backend/sharp-edges.yaml

Step 2: Verify It's Working

After Claude reads the files, it should respond with something like:

┌─────────────────────────────────────────────────────────────────┐
│  ✓ SKILL LOADED: Backend Specialist                            │
├─────────────────────────────────────────────────────────────────┤
│                                                                 │
│  I now have expertise in:                                       │
│  • REST API design patterns                                     │
│  • Node.js/Express/Fastify                                      │
│  • Database integration                                         │
│  • Authentication flows                                         │
│  • Error handling patterns                                      │
│                                                                 │
│  Sharp edges I'm watching for:                                  │
│  • N+1 query problems                                           │
│  • Missing input validation                                     │
│  • Insecure direct object references                            │
│                                                                 │
│  Ready to build. What do you want to create?                    │
│