adaptationio/skrillz

No description

1 stars0 forksUpdated Jan 16, 2026
npx skills add adaptationio/skrillz

README

Skrillz - Claude Code Skills Plugin

A comprehensive Claude Code plugin with 217 production skills for autonomous coding, API integrations, cloud services, testing, and development workflows.

Installation

From Private GitHub Repository

# Set your GitHub token (required for private repos)
export GITHUB_TOKEN=ghp_your_token_here

# Add the marketplace
/plugin marketplace add adaptationio/Skrillz

# Install the plugin
/plugin install skrillz@adaptationio-Skrillz

# Enable the plugin
/plugin enable skrillz@adaptationio-Skrillz

From Local Path

# Add as local marketplace
/plugin marketplace add /path/to/skrillz

# Install
/plugin install skrillz@local

Skill Categories

CategoryCountDescription
ac-*28Autonomous coding (TDD, orchestration, state)
bedrock-*14AWS Bedrock agents and patterns
auto-claude-*9Auto-Claude build system
ralph-*7Quality review loops
autonomous-*5Autonomous operation
financial-*12Alpha Vantage, FinnHub, FMP APIs
testing-*13Accessibility, API, E2E testing
anthropic-*2Anthropic API expertise
Other127+Cloud, MCP, plugins, workflows

Key Skill Families

Autonomous Coding (ac-*)

Complete TDD workflow automation:

  • ac-master-controller - Main orchestrator
  • ac-tdd-runner - Test-driven development
  • ac-spec-generator - Feature specification
  • ac-parallel-coordinator - Multi-agent coordination

AWS Bedrock (bedrock-*)

AI agent development on AWS:

  • bedrock-agents - Foundation model orchestration
  • bedrock-agentcore-* - Runtime, memory, multi-agent

Quality & Review (ralph-*)

Systematic code improvement:

  • ralph-wiggum-v2 - Iterative quality loops
  • ralph-skill-review-loop - Skill improvement

Plugin Structure

skrillz/
├── .claude-plugin/
│   ├── plugin.json          # Plugin metadata
│   └── marketplace.json     # Distribution config
├── skills/                  # 217 production skills
├── hooks/                   # Optional hooks
├── docs/                    # Reference documentation
├── scripts/                 # Utility scripts
└── skill-builder-package/   # Skill creation toolkit

Creating New Skills

The skill-builder-package/ contains resources for creating new skills:

skill-builder-package/
├── research/           # 11-source research compilation
├── planning/           # Implementation guides
├── examples/           # 7 production-tested patterns
└── skill-builders/     # Skill creation tools

Example Skills (in skill-builder-package/examples/)

  1. botanical-design - Design system (reference pattern)
  2. medirecords-integration - FHIR/REST API (workflow pattern)
  3. deployment-guide - Railway deployment (workflow pattern)
  4. modal-patterns - UI components (reference pattern)
  5. railway-troubleshooting - Debugging (task pattern)
  6. wearables-setup - OAuth integration (workflow pattern)
  7. saudi-patient-testing - Testing framework (workflow pattern)

Skill Patterns

  1. Workflow-based: Sequential steps (deployment, integration)
  2. Task-based: Independent operations (troubleshooting)
  3. Reference: Standards and guidelines (design systems)
  4. Capabilities-based: Feature suites with multiple entry points

Managing the Plugin

# List installed plugins
/plugin list

# Update plugin
/plugin update skrillz@adaptationio-Skrillz

# Disable temporarily
/plugin disable skrillz@adaptationio-Skrillz

# Uninstall
/plugin uninstall skrillz@adaptationio-Skrillz

Environment Setup (Optional)

For skills that use external APIs:

cp .env.example .env
cp .env.financial-apis.example .env.financial-apis

Documentation

FilePurpose
CLAUDE.mdGuidance for Claude Code
BUILD-ROADMAP.mdDevelopment roadmap
SUPER-PLAN-VISION.mdEcosystem vision
skill-builder-package/README.mdSkill creation guide

Research Foundation

Built on analysis of:

  • Anthropic official documentation
  • 40+ community skills analyzed
  • 10+ official Anthropic skills studied
  • 10 community innovations identified
  • 4 validated organizational patterns

License

Private plugin for personal/team use.


Skills: 217 | Patterns: 4 | Research Sources: 11

Publisher

adaptationioadaptationio

Statistics

Stars1
Forks0
Open Issues0
CreatedNov 7, 2025