# Agent Registry - 1000xagent System
# Maintained by 1000xagent (master agent)
# Last Updated: May 18, 2026 (auto-sync — TODO #1001)

# Single source of truth for all agents and businesses.
# Use /1000xagent:list to view formatted output (grouped by business).
# Display fields in `site` blocks are used by tyleryouk.com.
# Business fields in `businesses` block define agent-run businesses.

# ─────────────────────────────────────────────────────────
# INVOCATION SEMANTICS (TODO #20 overhaul, 2026-04-16)
# ─────────────────────────────────────────────────────────
# I (1000xagent) am the only agent invocable from ~/.
# Every project agent is invoked from inside its own repo:
#   cd {repository} && claude         # open the repo in Claude Code
#   /{agent-name}                     # activation command (repo-local)
#
# For each project agent below:
#   - `invocation:` documents the activation command name. The command
#     file lives at {repository}/.claude/commands/{name}.md — NOT in
#     ~/.claude/commands/.
#   - `site.commands:` lists commands the software showcase should display
#     for this agent. Every entry MUST correspond to a file in
#     {repository}/.claude/commands/. Entries whose files don't exist are
#     aspirational and have been pruned.
#
# See ~/.claude/rules/project-level-agents.md (5-piece contract) and
# ~/.claude/1000xagent/deprecated-patterns.md (why the old 6-piece
# contract, which required global activation commands, was retired).

# ─────────────────────────────────────────────────────────
# DELEGATION POLICY (TODO #677, 2026-04-17)
# ─────────────────────────────────────────────────────────
# Who can delegate to whom. Codified at the registry level instead of
# per-agent `allowed_delegates:` fields (keeps the YAML lean).
#
# - 1000xagent (me) — can delegate to ANY agent in this registry.
# - Project agents (1000xdev, 1000xpeps, 1000xraw, 1000xcards,
#   1000xutopia, 1000xleet, [private-internal-tooling], [private-internal-tooling], [private-internal-tooling]) — can
#   delegate to each other directly, per Tyler's TODO #677 answer.
#   Cross-project coordination doesn't have to route through me.
# - [private-internal-tooling] — delegates to the 3 audit skills (audit:identity,
#   audit:redundancy, validate-folder) and orchestrate:propagate.
#
# Enforcement: /1000xagent:validate-folder includes a delegation-graph
# check in its weekly audit. If an agent attempts a delegation outside
# its permitted set, the audit flags it.


# ─────────────────────────────────────────────────────────
# BUSINESSES — Every agent belongs to a business
# ─────────────────────────────────────────────────────────

businesses:
  1000xagent-platform:
    name: "1000xagent"
    type: "platform"
    description: "Master AI agent orchestration system"
    agents: ["1000xagent"]
    repositories: ["~/"]
    status: "live"
    public: true
  tyleryouk-com:
    name: "tyleryouk.com"
    type: "portfolio"
    domain: "tyleryouk.com"
    description: "Portfolio, partnership booking, and software showcase"
    agents: ["1000xdev"]
    repositories: ["~/dev/tyleryouk.com"]
    revenue_model: "partnership"
    hourly_rate: 200
    status: "live"
    public: true
  utopia:
    name: "Utopia Suite"
    type: "portfolio"
    domain: "utopiabrowser.com"
    description: "Umbrella portfolio of Utopia-branded products. Utopia Raw CPG (body wash / shampoo / hair mask) is lead priority — its own business block at `utopia-raw`. Also includes Utopia Browser, Utopia Drive (self-hosted cloud storage at drive.utopiabrowser.com), and future: Utopia Focus (browser + DNS filter), Utopia Domains, Utopia Servers, Utopia Jobs, Utopia Videos, Utopia Guard. Research files at .claude/research/4-15/utopia-suite-*.md"
    agents: ["1000xutopia", "1000xdrive", "1000xvault", "1000xsuite", "1000xworld"]
    repositories: ["~/dev/utopia", "~/dev/utopia-drive", "~/dev/utopia-world"]
    priority: "critical"
    status: "live"
    public: true
  utopia-raw:
    name: "Utopia Raw"
    type: "product"
    parent: "utopia"
    domain: "utopiaraw.com"
    description: "Clean body-and-hair CPG brand. First product: body wash. Phase 0 via ONOXA private label (12-unit MOQ, ~$300 for 24 branded bottles, ~14 day lead time). Phase 2: self-hosted Next.js storefront, self-shipped from Tyler's apartment. Tagline: Find Your Utopia. Highest priority per operating principle #6."
    agents: ["1000xraw"]
    repositories: ["~/dev/utopia-raw"]
    priority: "critical"
    revenue_model: "direct-sales"
    status: "development"
    public: true
  utopia-drive:
    name: "Utopia Drive"
    type: "product"
    parent: "utopia"
    domain: "utopiabrowser.com"
    description: "Self-hosted Google Drive alternative. Next.js 15 + Cloudflare R2 (zero egress) + Neon Postgres + Better Auth + S3 multipart uploads via Uppy. Bun CLI for programmatic upload. Serves Tyler's video archive and raw-asset storage; v2 becomes the destination for [private-creative-tooling] large-video deliverables and [regional-marker] Research video pipeline. On-prem migration path to self-hosted MinIO on home server (TODO #21). Research: .claude/research/4-15/utopia-suite-09-drive.md."
    agents: ["1000xdrive"]
    repositories: ["~/dev/utopia-drive"]
    priority: "critical"
    status: "development"
    public: false
  dmv-research:
    name: "[regional-marker] Research"
    type: "e-commerce"
    domain: "dmvresearch.shop"
    legacy_domains: ["dmvresearch.io", "dmv-peptides.com"]
    description: "Research-compound e-commerce (rebranded from [regional-marker] Peptides 2026-05-04; primary web domain migrated dmvresearch.io → dmvresearch.shop 2026-05-14). Mock card checkout in audit-mode for Mercury Bank underwriting; crypto code dormant per TODO #2; Helio + Coinflow card-to-Solana integration in TODO #5. Both legacy domains (dmvresearch.io + dmv-peptides.com) 301-redirect directly to dmvresearch.shop via LEGACY_HOST_REDIRECT_MAP in lib/branding.ts — single-hop chain."
    agents: ["1000xpeps"]
    repositories: ["~/dev/peptide-shop"]
    revenue_model: "card-sales-audit-mode"
    status: "live"
    public: true
  [private-internal-tooling]-career:
    name: "1000xOS"
    type: "internal"
    description: "Career operations — resume, outreach, content pipeline"
    agents: ["[private-internal-tooling]"]
    repositories: ["~/dev/[private-internal-tooling]"]
    status: "active"
    public: false
  [private-internal-tooling]-maintenance:
    name: "1000xOps"
    type: "internal"
    description: "Scheduled ecosystem maintenance — weekly audits, propagation, health checks across every project agent in ~/dev/"
    agents: ["[private-internal-tooling]"]
    repositories: ["~/dev/[private-internal-tooling]"]
    status: "active"
    public: false
  health:
    name: "1000xShred"
    type: "internal"
    description: "Tyler's body-recomposition data system — 101 daily trackers (RENPHO body comp + Oura sleep + macros + workouts + supplements + bloat tripwires), bloodwork panels, cycle/compound protocols, meal plans, weekly analyses, quarterly reviews. Companion: [health-mcp] bridges Oura Ring API to Claude Desktop for sleep + readiness pulls."
    agents: ["[private-fitness-tooling]", "[health-mcp]"]
    repositories: ["~/dev/[private-fitness-tooling]", "~/dev/[health-mcp]"]
    status: "active"
    public: false
  leetcodesprints:
    name: "LeetCodeSprints"
    type: "product"
    description: "NeetCode-style curated LeetCode problems with visual roadmap and video explanations"
    agents: ["1000xleet"]
    repositories: ["~/dev/leetcodesprints"]
    status: "active"
    public: true
  academic:
    name: "Academic Agents"
    type: "academic"
    description: "Course-completion AI agents — archived after Tyler graduated 2026-05-11; local clones removed 2026-05-18; remotes preserved on GitHub"
    agents: [] # all 6 Spring 2026 agents archived; see archived: block below
    repositories: [] # local clones removed 2026-05-18 to reclaim 5.7GB
    status: "archived"
    archived_date: "2026-05-18"
    public: false
  salesperson-cards:
    name: "Salesperson Cards"
    type: "product"
    domain: "1000xcards.vercel.app"
    description: "Digital business card SaaS for auto-dealer salespeople — MUSE-style profiles with one-tap contact save, inventory links, and pre-qualification funneling"
    agents: ["1000xcards"]
    repositories: ["~/dev/salesperson-business-cards"]
    revenue_model: "per-seat-saas"
    status: "development"
    public: true
  [private-creative-tooling]-studio:
    name: "[private-creative-tooling] Studio"
    type: "internal"
    description: "Creative production studio — Adobe Suite (screenshot-driven tutoring), Higgsfield AI avatars (tyler-marketing namespace), Artlist stock orchestration, version-controlled skills/knowledge-base/stock-asset libraries. Serves every revenue-generating 1000x business via cross-repo delivery."
    agents: ["[private-creative-tooling]"]
    repositories: ["~/dev/[private-creative-tooling]"]
    status: "active"
    public: false
  engineering-cloud:
    name: "Engineering Cloud"
    type: "platform"
    domain: "engineering.cloud"
    description: "Public docs surface for software engineers in the age of AI. v1 page kxdev-global-agent-docs teaches engineers to clone Tyler's 1000xagent setup. Future sibling pages under the same domain group here. Self-managing via private→public mirror sync from ~/.claude/."
    agents: ["1000xagent-docs"]
    repositories: [~/dev/engineering-cloud]
    status: "active"
    public: true
# ─────────────────────────────────────────────────────────
# AGENTS — Each agent has a `business` field linking to its business
# ─────────────────────────────────────────────────────────
agents:
  # Master Agent
  1000xagent:
    name: "1000xagent"
    type: "master"
    category: "platform"
    business: "1000xagent-platform"
    repository: "~/"
    remote: "https://github.com/kxagents/home-kxdev.git"
    description: "Master orchestrator - manages all agents and system coordination"
    invocation: "/1000xagent"
    status: "active"
    site:
      visible: true
      private: false
      category: "platform"
      github: "https://github.com/kxagents/home-kxdev"
      tagline: "Master Orchestrator & System Coordinator"
      description: "1000xagent is the master control system that orchestrates Tyler's entire AI agent ecosystem. It manages 13 active agents across 8 businesses, coordinates cross-repository git operations, and maintains the single source of truth for all agent configurations. Built with Claude Code, it autonomously creates new agents, enhances existing ones, and deploys across all repositories."
      color: "#6366F1"
      icon: "brain"
      tech: ["Claude Code", "YAML", "Bash", "Git", "System Orchestration"]
      capabilities:
        - "Agent lifecycle management and enhancement"
        - "Cross-repository git operations and coordination"
        - "System state inspection and auditing"
        - "Slash command and skill orchestration"
        - "Session state persistence and recovery"
      commands:
        - "/1000xagent"
        - "/1000xagent:inspect"
        - "/1000xagent:enhance-agent"
        - "/1000xagent:push-all"
        - "/1000xagent:list"
        - "/1000xagent:create-project"
      skills:
        - "agent-creation"
        - "architecture-propagation"
        - "command-organization"
        - "maintain-agent-site"
        - "session-state"
  # Course Agents - Spring 2026: archived 2026-05-18 (graduated; local clones
  # removed to reclaim disk; remotes preserved at github.com/kxagents/{cs-321,
  # cs-405,cs-463,cs-468,engh-388,hist-125}; auto-memory preserved at
  # ~/.claude/projects/-home-kxdev-dev-academic-*). See archived: block below.

  1000xutopia:
    name: "1000xutopia"
    type: "project"
    category: "consumer-business"
    business: "utopia"
    repository: "~/dev/utopia"
    remote: "https://github.com/kxagents/utopiabrowser.git"
    description: "Utopia Browser monorepo — desktop browser + landing page + releases"
    invocation: "/1000xutopia"
    status: "active"
    site:
      visible: true
      private: false
      category: "consumer-business"
      github: "https://github.com/kxagents/utopiabrowser"
      tagline: "UTOPIA-Themed Desktop Browser"
      description: "1000xutopia builds and releases a custom desktop web browser themed after Travis Scott's UTOPIA album. It packages Electron with a frameless dark UI, tabbed browsing, bookmarks, and keyboard shortcuts into a Windows .exe distributed via GitHub Releases. The agent manages the full monorepo: browser source, landing page at utopiabrowser.com, and automated release pipeline."
      color: "#755540"
      icon: "globe"
      tech: ["Electron", "React", "TypeScript", "Tailwind CSS"]
      capabilities:
        - "Tabbed web browsing with Chromium engine"
        - "Custom UTOPIA dark theme UI"
        - "Bookmarks and keyboard shortcuts"
        - "Packaged as Windows .exe"
      commands:
        - "/1000xutopia"
        - "/1000xutopia:status"
      skills:
        - "self-enhance"
  1000xvault:
    name: "1000xvault"
    type: "project"
    category: "consumer-business"
    business: "utopia"
    repository: "~/dev/1000xvault"
    remote: "https://github.com/kxagents/utopia-vault.git"
    description: "Utopia Vault — single-creator video platform with dirty-money / dark-web / CRT-glitch aesthetic. Realized form of Utopia Suite Business #3 (Videos). Hosts MP4 reels produced upstream by [private-creative-tooling]'s tyler-male-archive Higgsfield Soul ID namespace."
    # invocation: activation flow is `cd ~/dev/1000xvault && claude`, then run the repo-local command `/1000xvault`.
    # The command is repo-local (lives in ~/dev/1000xvault/.claude/commands/), not global.
    invocation: "/1000xvault"
    status: "active"
    site:
      visible: true
      private: false
      category: "consumer-business"
      url: "https://utopiavault.io"
      github: "https://github.com/kxagents/utopia-vault"
      tagline: "Pulled from the vault."
      description: "Single-creator video archive. No algorithm, no ads, no middlemen. Heavy 3D + CRT-glitch shader UI built on React Three Fiber + postprocessing. Tyler is the only uploader; videos arrive via the [private-creative-tooling] Higgsfield Soul ID pipeline (tyler-male-archive namespace) and play back inside a WebGL plane wrapped in scanlines and chroma shift. Aesthetic lane diverges from Utopia Suite warm-earth default — documented Option C exception per .claude/rules/brand-vault.md."
      color: "#39FF14"
      icon: "tv"
      tech:
        - "Next.js 16"
        - "React 19"
        - "TypeScript"
        - "Tailwind CSS v3.4"
        - "React Three Fiber 9.6"
        - "drei 10.7"
        - "postprocessing 6.39 (CRT shader stack)"
        - "Motion (Framer Motion)"
        - "GSAP + ScrollTrigger"
        - "Cloudflare R2"
        - "Neon Postgres"
        - "Drizzle ORM"
        - "Better Auth"
        - "Bun"
      capabilities:
        - "WebGL video playback with CRT scanline + chroma shift + glitch shaders"
        - "3D vault-door hero scene via React Three Fiber"
        - "Custom monospace crosshair cursor with cursor-physics-ready architecture"
        - "Bun ingest CLI from [private-creative-tooling] reels (tyler-male-archive Soul ID namespace)"
        - "Single-creator schema with public/private/subscriber visibility (paywall in v1)"
        - "Reduced-motion accessibility fallback (halves effect chain on iPhone 12 / older)"
        - "cleanEnv guard inherited from utopia-drive (TODO #44 fix preserved)"
      commands:
        - "/1000xvault"
        - "/1000xvault:ingest"
      skills:
        - "self-enhance"
    asset_targets:
      hero-video: "r2:utopia-vault-prod/videos/"
      reel: "r2:utopia-vault-prod/videos/"
  1000xsuite:
    name: "1000xsuite"
    type: "project"
    category: "consumer-business"
    business: "utopia"
    repository: "~/dev/1000xsuite"
    remote: "https://github.com/kxagents/utopia-suite.git"
    description: "Utopia Suite landing page — 3D animated portfolio showcase at utopiasuite.io. Single pinned R3F canvas + per-product mesh archetypes. Frames every Utopia product (Browser, Drive, Vault, Raw) as one cohesive family. Distinct surface from software.tyleryouk.com — Suite landing is the consumer/investor portfolio of Utopia products."
    # invocation: activation flow is `cd ~/dev/1000xsuite && claude`, then run the repo-local command `/1000xsuite`.
    # The command is repo-local (lives in ~/dev/1000xsuite/.claude/commands/), not global.
    invocation: "/1000xsuite"
    status: "active"
    site:
      visible: true
      private: false
      category: "consumer-business"
      url: "https://utopiasuite.io"
      github: "https://github.com/kxagents/utopia-suite"
      tagline: "Find Your Utopia."
      description: "The Utopia Suite landing page — a 3D-animated portfolio showcase frames every Utopia product as one cohesive family. Single pinned R3F canvas + per-product mesh archetypes. Built on Next.js 16 + React Three Fiber + Lenis + GSAP, locked to the global Suite warm-earth brand. Links out to each product's own domain."
      color: "#755540"
      icon: "layout-grid"
      tech:
        - "Next.js 16"
        - "React 19"
        - "TypeScript"
        - "Tailwind CSS v3.4"
        - "React Three Fiber 9.6"
        - "drei 10.7"
        - "Lenis 1.1 (smooth-scroll)"
        - "GSAP 3.x"
        - "Bun"
      capabilities:
        - "Single-canvas R3F composition with scroll-driven scene reveal"
        - "Per-product 3D mesh archetypes (Browser glass pane, Drive folder stack, Vault cylinder, Raw bottle)"
        - "Lenis smooth-scroll layer + GSAP useGSAP() animation orchestration"
        - "PerformanceMonitor adaptive DPR (1.0–1.5) for mobile fallback"
        - "Strict global Utopia Suite brand compliance (no divergence)"
        - "Suite product roster data-driven from data/suite-products.ts"
      commands:
        - "/1000xsuite"
      skills:
        - "self-enhance"
    asset_targets:
      hero-image: "public/heroes/"
      hero-video: "public/heroes/"
      branding: "branding/"
      marketing: "public/heroes/"
  1000xraw:
    name: "1000xraw"
    type: "project"
    category: "consumer-business"
    business: "utopia-raw"
    repository: "~/dev/utopia-raw"
    remote: "https://github.com/kxagents/utopia-raw.git"
    description: "Utopia Raw — clean body-and-hair CPG brand (body wash / shampoo / hair mask). Phase 0: ONOXA private label. Phase 2: self-hosted Next.js storefront at utopiaraw.com."
    invocation: "/1000xraw"
    status: "active"
    site:
      visible: true
      private: false
      category: "consumer-business"
      url: "https://utopiaraw.com"
      github: "https://github.com/kxagents/utopia-raw"
      tagline: "Find Your Utopia."
      description: "Utopia Raw is a clean body-and-hair CPG brand. First product: body wash, manufactured via ONOXA private label with a 12-unit MOQ. Aesthetic lane: warm-earth × dark-luxury × unisex. Tagline: Find Your Utopia. Phase 0 goal: 25 branded bottles in hand within 14 days for marketing content. Phase 2 goal: self-hosted Next.js storefront with Stripe Checkout, self-shipped from Tyler's apartment — no Shopify, no Amazon, no 3PL."
      color: "#755540"
      icon: "droplet"
      tech: ["Next.js 16", "React 19", "TypeScript", "Tailwind CSS v4", "Stripe Checkout", "Supabase", "Resend", "iron-session"]
      capabilities:
        - "AI-generated SVG wordmarks via Recraft V4 through fal.ai"
        - "Version-controlled brand assets in branding/ folder"
        - "ONOXA private-label manufacturing pipeline (Phase 0)"
        - "Self-hosted Next.js storefront (Phase 2, not yet built)"
        - "Self-ship fulfillment via Pirate Ship + Rollo thermal printer"
      commands:
        - "/1000xraw"
      skills:
        - "self-enhance"
    asset_targets:
      product-still: "branding/mockups/"
      branding: "branding/labels/"
      hero-image: "branding/references/"
      marketing: "branding/mockups/"
  1000xdrive:
    name: "1000xdrive"
    type: "project"
    category: "consumer-business"
    business: "utopia-drive"
    repository: "~/dev/utopia-drive"
    remote: "https://github.com/kxagents/utopia-drive.git"
    description: "Utopia Drive — self-hosted Google Drive alternative at drive.utopiabrowser.com. Next.js 15 + Cloudflare R2 + Neon Postgres + Better Auth + Uppy S3 multipart + Bun CLI."
    # invocation: activation is `cd ~/dev/utopia-drive && claude`, then `/1000xdrive`.
    # The command is repo-local at ~/dev/utopia-drive/.claude/commands/1000xdrive.md.
    invocation: "/1000xdrive"
    status: "active"
    site:
      visible: false
      private: true
      category: "consumer-business"
      url: ""
      github: "https://github.com/kxagents/utopia-drive"
      tagline: "Your drive."
      description: "Self-hosted file storage on Cloudflare R2 with zero egress. Next.js 15 web UI + Bun CLI. Browser-direct S3 multipart uploads bypass Vercel's 4.5 MB body limit. Single-user v0 (Tyler); multi-user v1. Part of the Utopia Suite."
      color: "#755540"
      icon: "hard-drive"
      tech:
        - "Next.js 15"
        - "React 19"
        - "TypeScript"
        - "Tailwind CSS v4"
        - "shadcn/ui"
        - "Cloudflare R2"
        - "Neon Postgres"
        - "Drizzle ORM"
        - "Better Auth"
        - "Uppy"
        - "Bun"
      capabilities:
        - "S3 multipart resumable uploads via Uppy, browser-direct to R2"
        - "Presigned download URLs with configurable expiry"
        - "Bun-compiled CLI (utopia-drive upload / ls) with shared TypeScript types"
        - "Day-0 rclone intake flow for pre-app bulk uploads"
        - "On-prem migration path to self-hosted MinIO + Cloudflare Tunnel"
        - "Inherits Utopia Suite brand system (four-color palette, Georgia + Inter)"
      commands:
        - "/1000xdrive"
      skills:
        - "self-enhance"
    asset_targets:
      hero-image: "site/public/"
      marketing: "site/public/"
      branding: "site/public/"
  1000xworld:
    name: "1000xworld"
    type: "project"
    category: "consumer-business"
    business: "utopia"
    repository: "~/dev/utopia-world"
    remote: "https://github.com/kxagents/utopia-world.git"
    description: "Utopia 'Post Without Limits' — Reddit-meets-YouTube network-creator + public-user social-video platform under the Utopia Suite umbrella. Network handles @reflex/@ahau/@levi/@sem (Tyler-owned v0). Email magic-link or Phantom-wallet (v1) auth. Tier-aware video (Cloudflare Stream A, self-hosted FFmpeg+R2+WAF B). Grey-market educational scope per spec #82 + own-accounts-no-moralizing rule. v0 localhost:3001 only — domain + Vercel deploy gated on R19 Tyler signoff."
    # invocation: activation is `cd ~/dev/utopia-world && claude`, then `/1000xworld`.
    # The command is repo-local at ~/dev/utopia-world/.claude/commands/1000xworld.md.
    invocation: "/1000xworld"
    status: "active"
    site:
      visible: false
      private: true
      category: "consumer-business"
      url: ""
      github: "https://github.com/kxagents/utopia-world"
      tagline: "Post without limits."
      description: "Social-video platform under the Utopia Suite umbrella. Network creators publish; public members register email-or-Phantom. v0 localhost only. Spec #82."
      color: "#0A0A0A"
      icon: "video"
      tech:
        - "Next.js 16"
        - "React 19"
        - "TypeScript 5"
        - "Tailwind CSS 3.4"
        - "Cloudflare R2"
        - "Cloudflare Stream"
        - "Neon Postgres"
        - "Drizzle ORM"
        - "Better Auth 1.1"
        - "Uppy 4"
        - "Resend"
        - "@solana/web3.js"
      capabilities:
        - "Network-only creator model with admin / creator / user roles"
        - "Email magic-link auth (v0) + custom SIWS Phantom-wallet plugin (v1 wired)"
        - "Per-post visibility: public / network-only / private"
        - "Tier-aware video: Cloudflare Stream for clean content, self-hosted FFmpeg+R2+WAF for grey-market"
        - "Browser-direct R2 multipart uploads via Uppy (zero Vercel body-proxy)"
        - "Cross-repo ingest from [private-creative-tooling] via HMAC-signed sidecar dispatch"
        - "Inherits Utopia Suite brand system (four-color palette, Georgia + Inter)"
      commands:
        - "/1000xworld"
        - "/1000xworld:status"
      skills:
        - "self-enhance"
    asset_targets:
      reel: "r2://utopia-world-prod/posts/"
      hero-video: "r2://utopia-world-prod/posts/"
      post-image: "r2://utopia-world-prod/posts/"
      hero-image: "r2://utopia-world-prod/heroes/"
  1000xpeps:
    name: "1000xpeps"
    type: "project"
    category: "consumer-business"
    business: "dmv-research"
    repository: "~/dev/peptide-shop"
    remote: "https://github.com/kxagents/peptide-shop.git"
    description: "[regional-marker] Research shop (rebranded from [regional-marker] Peptides 2026-05-04; primary web domain migrated dmvresearch.io → dmvresearch.shop 2026-05-14) - e-commerce site with mock card checkout (audit-mode); crypto, Telegram CTA, and bulk channel all dormant per TODO #2 + #21. Repo path + agent slug + support email retained for internal/infrastructure continuity; only the user-visible brand + web domain changed."
    invocation: "/1000xpeps"
    status: "active"
    tools:
      canva: "templated design (vial labels, social tiles, hero text overlays). Via official MCP at https://mcp.canva.com/mcp. See ~/.claude/research/canva-integration.md."
    site:
      visible: true
      private: false
      category: "consumer-business"
      github: "https://github.com/kxagents/peptide-shop"
      url: "https://www.dmvresearch.shop"
      tagline: "Research-Grade Compounds You Can Verify"
      description: "1000xpeps manages dmvresearch.shop (primary as of 2026-05-14; previously dmvresearch.io 2026-05-04 → 2026-05-14; previously dmv-peptides.com → 2026-05-04 — both legacy domains 301-redirect directly to .shop) — a Next.js 16 storefront with a mock card checkout (audit-mode for Mercury Bank underwriting; crypto code path dormant behind PAYMENT_CRYPTO_ENABLED env flag), a Supabase-backed admin CRM (billing, orders, customers) with iron-session auth, a product catalog editor with Vercel Blob photo uploads, and customer accounts with read-only order history at /orders. Helio + Coinflow card-to-Solana integration in TODO #5. Real bank-rail card-processor (PaymentCloud / Authorize.net) tracked in backlog #1."
      color: "#8B5CF6"
      icon: "flask"
      tech: ["Next.js 16", "TypeScript", "Tailwind CSS v4", "Supabase", "iron-session", "Vercel Blob", "Solana", "Ethereum"]
      capabilities:
        - "Peptide product catalog with admin editor + Vercel Blob photo uploads"
        - "Crypto checkout (Phantom SOL + MetaMask ETH) with on-success order recording"
        - "Admin CRM with 3-tab billing/orders/customers and manual local-sale entry"
        - "Customer accounts with read-only order history at /orders"
        - "iron-session auth with bcrypt (cost 12) + Upstash login rate limiting + force-reset on first login"
        - "Vercel deployment under paid [your-vercel-team] team scope"
      commands:
        - "/1000xpeps"
        - "/1000xpeps:status"
      skills:
        - "self-enhance"
    asset_targets:
      product-still: "public/images/"
      hero-image: "public/images/"
      avatar: "public/images/"
      marketing: "public/images/"
  1000xdev:
    name: "1000xdev"
    type: "project"
    category: "platform"
    business: "tyleryouk-com"
    repository: "~/dev/tyleryouk.com"
    remote: "https://github.com/kxagents/tyleryouk.com.git"
    description: "Autonomous full-stack development agent for tyleryouk.com"
    invocation: "/1000xdev"
    status: "active"
    site:
      visible: true
      private: false
      category: "platform"
      url: "https://tyleryouk.com"
      github: "https://github.com/kxagents/tyleryouk.com"
      tagline: "Autonomous Full-Stack Development Agent"
      description: "1000xdev autonomously builds and maintains tyleryouk.com — Tyler's portfolio, agent showcase, and software directory. It scaffolds projects from architectural specs, implements features across the full Next.js + TypeScript stack, manages Netlify deployment, and handles subdomain routing for agents.tyleryouk.com, vault, and stack subdomains."
      color: "#00FF88"
      icon: "terminal"
      tech: ["TypeScript", "Next.js", "React", "Python", "Node.js"]
      capabilities:
        - "Full repository scaffolding from architectural specs"
        - "Multi-file code generation with dependency management"
        - "CI/CD pipeline configuration and deployment automation"
        - "Code review, refactoring, and optimization"
        - "Test generation and quality assurance"
      commands:
        - "/1000xdev"
        - "/1000xdev:deploy"
        - "/1000xdev:deploy-dev-server"
        - "/1000xdev:self-enhance"
      skills:
        - "self-enhance"
        - "maintain-agent-site"
    asset_targets:
      avatar: "frontend/public/"
      hero-image: "frontend/public/"
      marketing: "frontend/public/"
      branding: "frontend/public/"
  [private-internal-tooling]:
    name: "[private-internal-tooling]"
    type: "project"
    category: "internal-tooling"
    business: "[private-internal-tooling]-career"
    repository: "~/dev/[private-internal-tooling]"
    remote: "https://github.com/kxagents/[private-internal-tooling].git"
    description: "Career operations — resume, outreach, content pipeline, freelance booking"
    invocation: "/[private-internal-tooling]"
    status: "active"
    site:
      visible: true
      private: true
      tagline: "Private Personal"
      color: "#71717A"
      icon: "lock"
  [private-internal-tooling]:
    name: "[private-internal-tooling]"
    type: "project"
    category: "infrastructure"
    business: "[private-internal-tooling]-maintenance"
    repository: "~/dev/[private-internal-tooling]"
    remote: "https://github.com/kxagents/[private-internal-tooling].git"
    description: "Scheduled ecosystem maintenance — weekly audits, cross-repo health, URL smoke checks, global-pattern propagation. First scheduled agent in the ecosystem. Runs Mondays 08:00 ET via Claude Code /schedule + CronCreate."
    # invocation: activation flow is `cd ~/dev/[private-internal-tooling] && claude`, then run the repo-local command `/[private-internal-tooling]`.
    # The command is repo-local (lives in ~/dev/[private-internal-tooling]/.claude/commands/[private-internal-tooling].md), not global.
    invocation: "/[private-internal-tooling]"
    status: "active"
    site:
      visible: true
      private: true
      tagline: "Scheduled ecosystem maintenance"
      color: "#71717A"
      icon: "clock"
  [private-fitness-tooling]:
    name: "[private-fitness-tooling]"
    type: "project"
    category: "internal-tooling"
    business: "health"
    repository: "~/dev/[private-fitness-tooling]"
    remote: "https://github.com/kxagents/[private-fitness-tooling].git"
    description: "Tyler's body-recomposition agent — 101 daily trackers, 4 bloodwork draws, cycle timeline v2 (Test C Week 4+ of 8), Q1 quarterly review, InBody scan. Public-facing body log at [private-fitness-tooling].com — Next.js 16, every compound + dose + pin date visible. Sponsored by [regional-marker] Research."
    # invocation: activation flow is `cd ~/dev/[private-fitness-tooling] && claude`, then run the repo-local command `/[private-fitness-tooling]`.
    # The command is repo-local (lives in ~/dev/[private-fitness-tooling]/.claude/commands/[private-fitness-tooling].md), not global.
    invocation: "/[private-fitness-tooling]"
    status: "active"
    site:
      visible: true
      private: false
      url: "https://[private-fitness-tooling].com"
      tagline: "Tyler's body log"
      color: "#10B981"
      icon: "heart"
      commands:
        - "/[private-fitness-tooling]"
        - "/cycle-update"
        - "/deploy-local"
        - "/deploy-prod"
        - "/tracker"
        - "/weekly-analysis"
        - "/bloodwork-review"
    asset_targets:
      hero-image: "site/public/images/"
      avatar: "site/public/images/"
      marketing: "site/public/images/"
  [health-mcp]:
    name: "[health-mcp]"
    type: "project"
    category: "internal-tooling"
    business: "health"
    repository: "~/dev/[health-mcp]"
    remote: "https://github.com/kxagents/[health-mcp].git"
    description: "Personal Python MCP server bridging Oura Ring API to Claude Desktop (Windows). Three stdio tools (get_week_sleep, get_day_sleep, get_week_readiness) returning markdown for paste into the [private-fitness-tooling] daily tracker. OAuth2 + PKCE + auto-refresh; tokens at ~/.config/[health-mcp]/tokens.json."
    # invocation: activation flow is `cd ~/dev/[health-mcp] && claude`, then run the repo-local command `/[health-mcp]`.
    # The command is repo-local (lives in ~/dev/[health-mcp]/.claude/commands/[health-mcp].md), not global.
    # Runtime invocation by Claude Desktop on Windows: `wsl.exe -e bash -ic "~/dev/[health-mcp]/.venv/bin/[health-mcp]"`.
    invocation: "/[health-mcp]"
    status: "active"
    site:
      visible: false
      private: true
      tagline: "Private Personal"
      color: "#71717A"
      icon: "lock"
      commands:
        - "/[health-mcp]"
  1000xleet:
    name: "1000xleet"
    type: "project"
    category: "consumer-business"
    business: "leetcodesprints"
    repository: "~/dev/leetcodesprints"
    remote: "https://github.com/kxagents/leetcodesprints.git"
    description: "LeetCodeSprints — curated LeetCode problems with roadmap and video explanations"
    invocation: "/1000xleet"
    status: "active"
    site:
      visible: true
      private: false
      category: "consumer-business"
      github: "https://github.com/kxagents/leetcodesprints"
      tagline: "Curated LeetCode Problem Platform"
      description: "1000xleet manages LeetCodeSprints — a NeetCode.io-style coding interview platform with 20 curated Easy problems, an embedded Python code editor powered by Pyodide (WebAssembly), and Firebase authentication for cross-device progress tracking. Users solve problems directly in the browser with instant test validation, no backend required."
      color: "#22C55E"
      icon: "code"
      tech: ["Next.js", "TypeScript", "Tailwind CSS", "Pyodide", "Firebase", "Monaco Editor"]
      capabilities:
        - "20 curated LeetCode problems with embedded Python editor"
        - "In-browser code execution via Pyodide (WebAssembly)"
        - "Firebase Auth (email, Google, GitHub) + Firestore progress sync"
        - "Video explanations per problem (NeetCode + community)"
        - "Visual study roadmap with progress tracking"
      commands:
        - "/1000xleet"
      skills:
        - "self-enhance"
    asset_targets:
      hero-image: "public/images/"
      avatar: "public/images/"
      marketing: "public/images/"
  1000xcards:
    name: "1000xcards"
    type: "project"
    category: "consumer-business"
    business: "salesperson-cards"
    repository: "~/dev/salesperson-business-cards"
    remote: "https://github.com/kxagents/salesperson-business-cards.git"
    description: "Digital business card SaaS for auto-dealer salespeople — MUSE-style profiles with one-tap vCard save, inventory links, and pre-qualification funneling"
    invocation: "/1000xcards"
    status: "active"
    site:
      visible: true
      private: false
      category: "consumer-business"
      url: "https://1000xcards.vercel.app"
      github: "https://github.com/kxagents/salesperson-business-cards"
      tagline: "Digital Business Cards for Auto Dealers"
      description: "1000xcards manages a digital business card SaaS specifically built for auto-dealership salespeople. Each salesperson gets a personalized profile page (e.g. /nour-chaabane) with one-tap iOS contact save via vCard, dealership inventory link, Google Calendar booking, and Capital One pre-qualification deep link. Built as a dealer-agnostic alternative to Capital One's MUSE, with ADF-XML lead push to dealer CRMs (VinSolutions, DealerSocket, Elead) on the roadmap."
      color: "#BB162B"
      icon: "id-card"
      tech: ["Next.js 16", "React 19", "TypeScript", "Tailwind CSS v4"]
      capabilities:
        - "Personalized salesperson profile pages (/{slug})"
        - "One-tap iOS/Android contact save via vCard 3.0"
        - "Dealership branding and inventory deep-linking"
        - "Google Calendar appointment booking integration"
        - "Capital One pre-qualification funnel"
      commands:
        - "/1000xcards"
        - "/1000xcards:deploy"
      skills:
        - "self-enhance"
    asset_targets:
      product-still: "public/images/"
      avatar: "public/images/"
      hero-image: "public/images/"
      marketing: "public/images/"
  [private-creative-tooling]:
    name: "[private-creative-tooling]"
    type: "project"
    category: "internal-tooling"
    business: "[private-creative-tooling]-studio"
    repository: "~/dev/[private-creative-tooling]"
    remote: "https://github.com/kxagents/[private-creative-tooling].git"
    description: "Creative production agent — screenshot-driven Adobe Suite tutor + Higgsfield Soul ID marketing avatars (tyler-marketing namespace, distinct from [private-fitness-tooling]'s tyler) + Artlist stock orchestration. Owns skills/knowledge-base/stock-asset libraries; delivers finished assets INTO client-business repos (utopia-raw, peptide-shop [[regional-marker] Research], [private-fitness-tooling], 1000xcards, tyleryouk.com, leetcodesprints)."
    # invocation: activation flow is `cd ~/dev/[private-creative-tooling] && claude`, then run the repo-local command `/[private-creative-tooling]`.
    # The command is repo-local (lives in ~/dev/[private-creative-tooling]/.claude/commands/[private-creative-tooling].md), not global.
    invocation: "/[private-creative-tooling]"
    status: "active"
    tools:
      adobe-cc: "Photoshop, Premiere, After Effects, Illustrator, Lightroom — primary creative suite. See ~/dev/[private-creative-tooling]/.claude/rules/adobe-workflow.md."
      higgsfield: "Soul 2.0, Soul ID, Lipsync Studio, AI Influencer Studio — identity-locked avatars + marketing video. See ~/dev/[private-creative-tooling]/.claude/rules/higgsfield-integration.md."
      artlist: "Music, SFX, footage, templates, plugins, LUTs. See ~/dev/[private-creative-tooling]/.claude/rules/artlist-integration.md."
      canva: "Templated design + social tiles + label drafts via official MCP at https://mcp.canva.com/mcp. Slots into existing /utopia-route sidecar pipeline. See ~/.claude/research/canva-integration.md and ~/dev/[private-creative-tooling]/.claude/rules/canva-integration.md."
    site:
      visible: false
      private: true
      category: "internal-tooling"
      github: "https://github.com/kxagents/[private-creative-tooling]"
      tagline: "Claude taught me Photoshop"
      description: "[private-creative-tooling] is Tyler's creative production agent. It tutors Adobe Creative Suite from screenshots, orchestrates Higgsfield Soul ID marketing avatars, manages an Artlist stock library, and delivers finished marketing assets INTO the repos of Utopia Raw, [regional-marker] Research, [private-fitness-tooling], 1000xcards, LeetCodeSprints, and tyleryouk.com."
      color: "#F0E4CB"
      icon: "film"
      tech: ["Adobe CC 2026", "Higgsfield Plus", "Artlist Max", "Git LFS", "Claude Code Opus 4.7"]
      capabilities:
        - "Screenshot-driven Adobe Suite tutoring (Photoshop, Premiere, AE, Illustrator, Lightroom)"
        - "Higgsfield Soul ID marketing avatar pipeline (tyler-marketing namespace)"
        - "Artlist Max stock footage + music + SFX orchestration with license tracking"
        - "Version-controlled skill library and Adobe knowledge base"
        - "Cross-repo asset delivery (finished assets land in client-business repos)"
      commands:
        - "/[private-creative-tooling]"
      skills:
        # Adobe + KB
        - "screenshot"
        - "adobe-tutorial"
        - "kb-index"
        # Higgsfield
        - "higgsfield-prompt"
        - "cinema-studio-prompt"
        - "seedance-prompt"
        - "hf-docs"
        - "hf-review"
        - "hf-generate"
        # Artlist
        - "artlist-search"
        # Project + intake
        - "project"
        - "project-cinema-studio"
        - "heic-convert"
        - "unzip-convert"
        - "skill-new"
        # Vial / SKU pipeline
        - "vial-recolor"
        - "vial-rename"
        # Cross-repo delivery
        - "deliver"
        - "deliver-vault"
        # Cross-cutting (global)
        - "self-enhance"
  1000xagent-docs:
    name: "1000xagent-docs"
    type: "project"
    category: "consumer-business"
    business: "engineering-cloud"
    repository: "~/dev/engineering-cloud"
    remote: "https://github.com/engineeringcloud/site.git"
    description: "Public docs site at engineering.cloud/1000xagent-docs. Renders a filtered live view of ~/.claude/ (directory tree + curated specs + agent table) with a 4-mode setup wizard (yes/no Global × yes/no Project agents) producing ordered prompt+downloadable-spec sequences. Self-managing: GH Action selective-sync + scrub from private home-kxdev → public engineeringcloud/docs → Vercel auto-deploys."
    # invocation: activation flow is `cd ~/dev/engineering-cloud && claude`, then run the repo-local command `/1000xagent-docs`.
    # The command is repo-local (lives in ~/dev/engineering-cloud/.claude/commands/1000xagent-docs.md), not global.
    invocation: "/1000xagent-docs"
    status: "active"
    site:
      visible: true
      private: false
      category: "consumer-business"
      url: "https://engineering.cloud/1000xagent-docs"
      github: "https://github.com/engineeringcloud/docs"
      tagline: "Clone Tyler's 1000xagent setup"
      description: "Live-synced public docs surface for the 1000xagent global Claude Code agent. Renders a filtered live directory tree of ~/.claude/, curated identity + rules specs, and the agent table from agents.yaml. Includes a 4-mode setup wizard (yes/no Global × yes/no Project agents) so software engineers can clone the setup into their own ~/.claude/ via prompts + downloadable markdown specs."
      color: "#0EA5E9"
      icon: "book-open"
      tech:
        - "Next.js 16"
        - "Fumadocs"
        - "Tailwind CSS v4"
        - "nuqs"
        - "TypeScript 5"
        - "Vercel"
        - "GitHub Actions (selective sync + scrub)"
      capabilities:
        - "Live directory tree of ~/.claude/ (filtered, private paths excluded)"
        - "Curated markdown specs of identity docs + rules + skills"
        - "Agent table rendered from agents.yaml site blocks"
        - "4-mode interactive setup wizard via URL search params"
        - "Downloadable spec files preserving filenames for ~/.claude/specs/downloads/"
        - "npx skills add + /plugin marketplace add dual install paths"
      commands:
        - "/1000xagent-docs"
      skills:
        - "self-enhance"
stats:
  total_active: 17
  master_agents: 1
  project_agents: 16
  businesses: 14
