For AI Agents

GSD Skill Creator — For AI Agents & LLMs

This page provides structured entry points for AI agents, LLMs, and automated tools to discover and consume documentation for GSD Skill Creator.

Machine-readable documentation:

  • llms.txt — Curated index with descriptions and raw GitHub markdown links
  • llms-full.txt — All documentation concatenated into a single file (~200KB)

These files follow the llms.txt standard and are served at the site root for automatic discovery.


Quick Install

# Install via npx (recommended)
npx get-shit-done-cc@latest

# Or clone from source
git clone https://github.com/Tibsfox/gsd-skill-creator.git
cd gsd-skill-creator
npm install && npm run build && npm link

Repository: github.com/Tibsfox/gsd-skill-creator


What Is This Project?

GSD Skill Creator is an adaptive learning layer for Claude Code, built as an extension to GSD (Get Shit Done).

Key Concepts

ConceptDescription
SkillsCompact 300-500 token markdown files that encode patterns, best practices, and domain knowledge. Auto-loaded into Claude Code sessions based on context.
GSD WorkflowStructured development lifecycle: Discuss → Plan → Execute → Verify. Externalizes project state into markdown files (PROJECT.md, ROADMAP.md, STATE.md).
Bounded LearningSafety guardrails for skill evolution: max 20% change per refinement, 7-day cooldowns, user confirmation required. Prevents runaway self-modification.
Pattern DetectionObserves recurring tool sequences and user corrections across sessions, then suggests new skills from detected patterns.
Token Budget6-stage pipeline allocating 2-5% of context window to skills, with priority scoring and cache-aware ordering.
Agent TeamsMulti-agent coordination where skills compose into specialized agents from co-activation patterns.

Documentation Structure

The documentation is organized into the same sections as llms.txt:

Getting Started

Getting Started Guide — Installation, prerequisites, first skill creation
How It Works — Observation-to-skill pipeline
Core Concepts — Skills, patterns, bounded learning, token budgets
Configuration — All configuration options

Links