{
  "version": "1.4.0",
  "sources": [
    {
      "id": "awesome-copilot",
      "name": "Awesome Copilot (Curated)",
      "repo": "github/awesome-copilot",
      "description": "Community-curated Copilot customizations — agents, instructions, skills",
      "license": "MIT",
      "install": "sparse-clone",
      "picks": {
        "agents": ["critical-thinking", "debug", "devils-advocate", "planner", "gem-orchestrator", "gem-reviewer", "code-tour", "se-security-reviewer"],
        "skills": ["boost-prompt", "breakdown-plan", "create-implementation-plan", "documentation-writer", "conventional-commit", "context-map", "create-readme", "create-specification", "doublecheck", "first-ask", "cli-mastery", "autoresearch", "architecture-blueprint-generator"],
        "instructions": ["code-review-generic", "context-engineering", "memory-bank", "docker", "devops", "github-actions"]
      }
    },
    {
      "id": "agency-agents",
      "name": "Agency Agents",
      "repo": "msitarzewski/agency-agents",
      "description": "55 agent personas across engineering, testing, design, strategy",
      "license": "MIT",
      "install": "clone"
    },
    {
      "id": "claude-best-practices",
      "name": "Claude Code Best Practices",
      "repo": "shanraisshan/claude-code-best-practice",
      "description": "16 reference docs — skill/subagent frontmatter, MCP, memory, orchestration workflows",
      "license": "MIT",
      "install": "clone"
    },
    {
      "id": "superpowers",
      "name": "Superpowers",
      "description": "Complete dev workflow — brainstorming, TDD, subagent-driven development, code review, git worktrees",
      "repo": "https://github.com/obra/superpowers.git",
      "path": "skills",
      "license": "MIT",
      "picks": null
    },
    {
      "id": "taste-skill",
      "name": "Taste Skill",
      "description": "7 premium frontend design skills — typography, spacing, animations, layout",
      "repo": "https://github.com/Leonxlnx/taste-skill.git",
      "path": "skills",
      "license": "MIT",
      "picks": null
    },
    {
      "id": "prompt-master",
      "name": "Prompt Master",
      "description": "Writes better prompts for any AI tool — extracts 9 dimensions of intent",
      "repo": "https://github.com/nidhinjs/prompt-master.git",
      "path": ".",
      "license": "MIT",
      "picks": null
    },
    {
      "id": "everything-claude-code",
      "name": "Everything Claude Code",
      "description": "25 curated skills — context-budget, deep-research, prompt-optimizer, continuous-learning-v2, codebase-onboarding, python-patterns, docker-patterns, api-design, safety-guard",
      "repo": "affaan-m/everything-claude-code",
      "path": "~/.agents/skills/ecc/",
      "license": "MIT",
      "picks": null
    },
    {
      "id": "ai-agent-stack",
      "name": "AI Agent Stack",
      "description": "6 skills — sdd-eval, budget-guard, worktree-agent, model-tournament, ci-watcher, rag-search",
      "repo": "DavidBritto/ai-agent-stack",
      "path": "~/.agents/skills/ai-agent-stack/",
      "license": "MIT",
      "picks": null
    },
    {
      "id": "harness",
      "name": "Harness",
      "description": "Meta-skill that generates agent teams + skills with 6 architecture patterns: Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation",
      "repo": "revfactory/harness",
      "path": "~/.agents/skills/harness/",
      "license": "Apache-2.0",
      "picks": null
    },
    {
      "id": "gstack",
      "name": "gstack",
      "description": "Virtual engineering team — 34 sprint workflow skills by Garry Tan (YC CEO). Think → Plan → Build → Review → Test → Ship.",
      "repo": "https://github.com/garrytan/gstack.git",
      "path": ".",
      "license": "MIT",
      "picks": null
    },
    {
      "id": "self-eval",
      "name": "Self Evaluation",
      "description": "Define success criteria, evaluate after work, iterate up to 3x. Loaded automatically on every task.",
      "repo": "built-in",
      "path": "built-in",
      "license": "Built-in",
      "builtin": true
    },
    {
      "id": "session-trace",
      "name": "Session Trace",
      "description": "Log every tool call, decision, and failure during a session.",
      "repo": "built-in",
      "path": "built-in",
      "license": "Built-in",
      "builtin": true
    },
    {
      "id": "session-checkpoint",
      "name": "Session Checkpoint",
      "description": "Save structured session summary to mem0 when sessions get long.",
      "repo": "built-in",
      "path": "built-in",
      "license": "Built-in",
      "builtin": true
    }
  ]
}
