🎯

learned-skills-index

🎯Skill

from tony363/superclaude

VibeIndex|
What it does

learned-skills-index skill from tony363/superclaude

πŸ“¦

Part of

tony363/superclaude(29 items)

learned-skills-index

Installation

git cloneClone repository
git clone https://github.com/SuperClaude-Org/SuperClaude_Framework.git
pip installInstall Python package
pip install -e .
PythonRun Python server
python .claude/skills/sc-principles/scripts/validate_kiss.py --scope-root . --json
πŸ“– Extracted from docs: tony363/superclaude
6Installs
13
-
Last UpdatedJan 25, 2026

Skill Details

SKILL.md

Overview

# SuperClaude Framework

Version

Agents

Skills

Commands

Modes

Core

License

A config-first meta-framework for Claude Code that provides 35 specialized agent personas (16 core + 12 traits + 7 extensions), 14 structured commands, 30 skills, and comprehensive MCP integration with quality-driven iterative workflows.

SuperClaude transforms Claude Code into a powerful development platform with specialized agent prompts, signal-based loop orchestration, and multi-model consensus capabilities. The core interface is markdown and YAML configuration files, with a Python orchestration layer for advanced workflows including quality gates, termination detection, and PAL MCP integration.

---

Table of Contents

  • [Overview](#overview)
  • [Key Features](#key-features)
  • [Architecture](#architecture)
  • [Core Orchestration Layer](#core-orchestration-layer)
  • [Core API Reference](#core-api-reference)
  • [Installation](#installation)
  • [Quick Start](#quick-start)
  • [Agent System](#agent-system)
  • [Command System](#command-system)
  • [Loop Orchestration](#loop-orchestration)
  • [MCP Integrations](#mcp-integrations)
  • [Skills System](#skills-system)
  • [Quality System](#quality-system)
  • [Quality Gates](#quality-gates)
  • [Metrics System](#metrics-system)
  • [Type System](#type-system)
  • [Configuration](#configuration)
  • [Directory Structure](#directory-structure)
  • [Creating Custom Agents](#creating-custom-agents)
  • [Contributing](#contributing)

---

Overview

SuperClaude is a meta-prompt framework that enhances Claude Code with:

  • 35 Specialized Agents: 16 core + 12 composable traits + 7 domain extensions (tiered architecture)
  • 30 Active Skills: 8 agent personas + 19 command workflows + 3 utility skills (plus 106 deprecated)
  • 14 Structured Commands: analyze, implement, test, design, document, and more
  • 6 Framework Modes: normal, brainstorming, introspection, task_management, token_efficiency, orchestration
  • MCP Integration: PAL (11 tools), Rube (500+ apps via Composio, including web search)
  • Quality Gates: KISS validator, Purity validator, and iterative quality loop
  • Core Orchestration: ~3,200 lines Python for loop management, PAL integration, and skill learning
  • Signal-Based Architecture: Structured communication between components
  • Metrics System: Callback-based operational metrics with Prometheus/StatsD integration

---

Key Features

Config-First Hybrid Architecture

SuperClaude v7.0.0 is a config-first hybrid framework:

  • Markdown Agent Personas: Each agent is a self-contained markdown file with YAML frontmatter
  • YAML Configuration: 6 configuration files for agents, commands, quality, models, MCP, and framework settings
  • Python Orchestration: Loop orchestrator, quality assessment, PAL integration, and skill learning
  • Portable: Works with any Claude Code instance
  • Extensible: Add agents by creating markdown files

Why Config-First Hybrid?

| Benefit | Description |

|---------|-------------|

| Simplicity | Core interface is markdown/YAML files |

| Portability | Works with any Claude Code instance |

| Extensibility | Add agents by creating markdown files |

| Maintainability | Prompts are easy to refine and version |

| Version Control | Easy to diff and review prompt changes |

| Advanced Workflows | Python orchestration for quality gates and loop control |

| Safety | Hard limits on iterations, termination detection |

Tiered Agent Arc