Claude Starter banner
raintree-technology raintree-technology

Claude Starter

Code Quality community intermediate

Description

Advanced Claude Code framework with 40+ skills, meta-commands, skill orchestration, workflow automation, and TOON format support.

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-starter

Advanced Claude Code framework with 40+ skills, meta-commands, skill orchestration, workflow automation, and TOON format support.

[](https://www.npmjs.com/package/create-claude-starter) [](https://opensource.org/licenses/MIT)

Quick Install (npx add-skill)

Install individual skills directly:

# Token optimization
npx add-skill raintree-technology/claude-starter --skill toon-formatter

# Claude Code meta-tools
npx add-skill raintree-technology/claude-starter --skill claude-skill-builder
npx add-skill raintree-technology/claude-starter --skill claude-mcp-expert

# Blockchain
npx add-skill raintree-technology/claude-starter --skill move-prover
npx add-skill raintree-technology/claude-starter --skill helius

# List all available skills
npx add-skill raintree-technology/claude-starter --list

What is this?

The most advanced `.claude/` configuration framework for [Claude Code](https://code.claude.com) that provides:

  • 40 Skills - Auto-activating expertise (Stripe, Supabase, Aptos, Expo, Plaid, Whop, Shopify, iOS)
  • Meta-Commands - Create custom commands from templates in <2 minutes
  • Skill Orchestration - Multi-skill collaboration with semantic matching
  • Workflow Automation - YAML-based workflows (GitHub Actions-inspired)
  • TOON Format - 30-60% token savings for tabular data
  • 14 Commands - Meta-commands, debugging, TOON, workflows
  • Templates - Build your own skills and commands

This is configuration, not code. No library, no framework, no runtime dependencies.

Installation

Option 1: NPX (Recommended)

# Install to current project
npx create-claude-starter@latest

# Install specific skills
npx create-claude-starter --skills stripe,supabase,expo

# Install with profile
npx create-claude-starter --profile web-saas

Option 2: Plugin Marketplace (Within Claude Code)

# Install everything
/plugin marketplace add raintree-technology/claude-starter


...