{
  "markdown": "# Atomic Skills for Claude Code\n\n[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blue)](https://docs.claude.com/en/docs/claude-code/plugins)\n[![Skills](https://img.shields.io/badge/Skills-410%2B-green)](skills/)\n[![License](https://img.shields.io/badge/License-MIT-yellow)](LICENSE)\n\n**Context-efficient development knowledge via progressive skill discovery**\n\n## New? Start Here\n\n**Install in 30 seconds**:\n```\n/plugin marketplace add rand/cc-polymath\n/plugin install cc-polymath@cc-polymath\n```\n\n**Your first 3 commands**:\n```bash\n/skills                    # See what's recommended for your project\n/discover-frontend         # Load React, Next.js, TypeScript skills (example)\nbash scripts/verify-install.sh  # Verify installation\n```\n\n**Learn more**:\n- 📖 **[Getting Started Guide](docs/GETTING_STARTED.md)** - 5-minute quick start\n- 💬 **[Example Conversations](docs/FIRST_CONVERSATIONS.md)** - See it in action\n- 🆘 **[Troubleshooting](docs/TROUBLESHOOTING.md)** - Common issues & solutions\n- ❓ **[FAQ](docs/FAQ.md)** - Quick answers\n\n---\n\nThis repository solves a tradeoff problem: how to give Claude Code access to comprehensive development knowledge without overwhelming its context window on boot. The solution is atomic, composable skills organized through a multi-tier discovery system.\n\n## The Problem: Context vs Coverage\n\nUsing the default mechanism with many atomic skills yields a dilemma:\n- **Load everything upfront** → 25K+ tokens consumed before any real work begins\n- **Load nothing** → Claude lacks essential patterns and best practices\n- **Manual loading** → Users must know what exists to ask for it\n\nThis creates an challenging tradeoff between comprehensive coverage and context efficiency.\n\n## The Solution: Atomic Skills + Progressive Discovery\n\n### Atomic Skills (410+ total)\nEach skill is **focused, self-contained, and composable**:\n- Average 320 lines - small enough to load quickly\n- Single responsibility - covers one clear topic\n- Production-tested - real patterns from building at scale\n- Cross-referenced - links to related skills for composition\n\n**Why atomic matters**: Loading 5 focused skills (1.5K tokens) beats loading one monolithic guide (8K tokens) when you only need specific knowledge. Granularity enables precision.\n\n### Three-Tier Architecture\n\n**Tier 1: Gateway Skills (23 auto-discovered Agent Skills)**\nLightweight entry points that activate automatically based on keywords:\n- `discover-api` → triggers on \"REST\", \"GraphQL\", \"authentication\"\n- `discover-database` → triggers on \"PostgreSQL\", \"MongoDB\", \"Redis\"\n- `discover-zig` → triggers on \"Zig\", \"comptime\", \"allocators\"\n\nEach gateway is ~200 lines with quick reference and loading commands.\n\n**Tier 2: Category Indexes (30 detailed references)**\nFull skill listings with descriptions, use cases, and workflows:\n- `api/INDEX.md` → All 7 API skills with integration patterns\n- `database/INDEX.md` → All 11 database skills with decision trees\n- Only loaded when browsing or planning work\n\n**Tier 3: Individual Skills (on-demand)**\nComplete implementation guides loaded only when needed:\n- `api/rest-api-design.md` → Full REST patterns\n- `database/postgres-query-optimization.md` → EXPLAIN plans, indexes\n\n### Why This Works\n\n**Context efficiency**: 60-84% reduction vs monolithic index\n- Old approach: Load 25K token index on boot\n- New approach: Load 2-5K tokens of relevant gateways as needed\n- Result: More context available for actual code and conversation\n\n**No boot overhead**: Claude Code starts with zero skills loaded\n- Gateway skills auto-discover based on your prompt keywords\n- Manual loading available when auto-discovery isn't enough\n- System scales to hundreds more skills without boot cost\n\n**Discoverability**: Users don't need to know what exists\n- Keywords in prompts trigger relevant gateways automatically\n- Gateways show what's available in their domain\n- Progressive loading: gateway → index → specific skill\n\n## What's Covered\n\n### Core Development (125 skills)\n\n**Languages & Frameworks**:\n- **Backend**: Python (uv), Zig, Rust, Go (31 skills)\n- **Frontend**: React, Next.js, TypeScript, Elegant Design (9 skills)\n- **Mobile**: SwiftUI, Swift concurrency, SwiftData, React Native (10 skills)\n\n**Infrastructure & DevOps**:\n- **Build Systems**: Make, CMake, Gradle, Maven, Bazel, cross-platform (8 skills)\n- **Debugging**: GDB, LLDB, Python, browser, memory, concurrency, production, distributed systems (14 skills)\n- **Cloud**: AWS (7), GCP (6), Modal.com, Cloudflare Workers, Vercel (13 skills)\n- **Containers**: Docker, Kubernetes, security (5 skills)\n- **CI/CD**: GitHub Actions, pipelines (4 skills)\n- **Observability**: Logging, metrics, tracing, OpenTelemetry, incident response (8 skills)\n\n**Data & APIs**:\n- **Databases**: Postgres, MongoDB, Redis, Redpanda, Iceberg, DuckDB (11 skills)\n- **Caching**: Multi-layer (browser, HTTP, CDN, Redis), invalidation strategies (7 skills)\n- **API Design**: REST, GraphQL, auth, rate limiting, versioning (7 skills)\n- **Data Engineering**: ETL, streaming, batch processing (5 skills)\n- **Testing**: Unit, integration, e2e, TDD, coverage (6 skills)\n\n### Specialized Domains (85 skills)\n\n**Machine Learning & AI** (33 skills):\n- **LLM Evaluation**: Benchmarks (MMLU, HellaSwag), frameworks (Arize Phoenix, Braintrust), LLM-as-judge (Prometheus, G-Eval), RAGAS metrics\n- **Model Routing**: RouteLLM, model comparison, multi-model orchestration\n- **Advanced RAG**: Hybrid search, reranking (cross-encoder, LLM), GraphRAG, hierarchical retrieval\n- **DSPy Framework**: Signatures, modules, optimizers, RAG, assertions (7 skills)\n- **HuggingFace**: Hub, Transformers, Datasets, Spaces, AutoTrain (5 skills)\n- **Fine-tuning**: Unsloth, LoRA/PEFT, dataset prep (3 skills)\n\n**Rust & PyO3** (19 skills):\n- **DSPy-PyO3 Integration**: RAG pipelines, agents, async streaming, production deployment, optimization (7 skills with 36 production examples)\n- **Performance**: GIL management, parallel execution, data science, collections/iterators (6 skills)\n- **Web**: Axum frameworks, streaming responses, IPC, gRPC (2 skills)\n- **Production**: Packaging, testing, debugging, modules/functions/errors (4 skills with 20 examples)\n\n**Information Retrieval** (5 skills):\n- Search fundamentals (TF-IDF, BM25, Elasticsearch)\n- Vector search (dense retrieval, embeddings)\n- Ranking & reranking (learning to rank, cross-encoders)\n- Recommendation systems (collaborative, content-based, hybrid)\n- Query understanding (expansion, spell correction, semantic search)\n\n**Programming Language Theory** (13 skills):\n- Lambda calculus, type systems, dependent types\n- Curry-Howard correspondence, operational semantics\n- Program verification with Hoare logic\n- **Typed Holes & Live Programming**: Hazel/Hazelnut calculus, incremental typing\n- **AI-Assisted Programming**: LLM + typed holes integration (OOPSLA 2024), type-driven code synthesis\n\n**Formal Methods** (10 skills):\n- **SAT/SMT Solvers**: Z3 basics, SAT strategies, SMT theory (3 skills)\n- **Lean 4**: Proof basics, tactics, mathlib4, theorem proving (4 skills)\n- **Constraint Satisfaction**: CSP modeling, propagation, backtracking (3 skills)\n\n**Advanced Mathematics** (11 skills):\n- **Numerical**: Linear algebra, optimization, probability/statistics (4 skills)\n- **Pure Math**: Topology (point-set, algebraic), category theory, differential equations, abstract algebra, set theory, number theory (7 skills)\n\n**Systems Programming** (8 skills):\n- **WebAssembly**: Fundamentals, Rust toolchain, browser integration, server-side (4 skills)\n- **eBPF**: Fundamentals, tracing/observability, networking, security monitoring (4 skills)\n\n**Collaboration & Process** (14 skills):\n- **GitHub**: Repository management, pull requests, issues/projects, security, Actions (5 skills)\n- **PRD Writing**: Structure, requirements gathering, user stories, technical specs (4 skills)\n- **RFC Writing**: Structure, technical design, consensus building, decision docs (4 skills)\n\n**Real-time & Networking** (5 skills):\n- WebSocket, Server-Sent Events, pub/sub patterns\n- Tailscale VPN, mTLS, NAT traversal, Mosh\n- Network resilience patterns\n\n### Workflow & Meta Skills (7 skills)\n\n- **Beads**: AI-native task management, context strategies, multi-session workflows (4 skills)\n- **TUI Development**: Bubble Tea (Go), Ratatui (Rust) (5 skills)\n- **Skill Discovery**: Intelligent skill activation for repos and prompts (5 skills)\n- **Anti-Slop**: Detection and cleanup of AI-generated patterns (Agent Skill)\n- **Elegant Design**: World-class accessible interfaces, design systems (Agent Skill)\n- **Typed Holes Refactor**: Systematic TDD-based refactoring (Agent Skill)\n\n## Quick Start\n\n### Installation\n\n**As Claude Code Plugin (Recommended)**:\n```bash\n/plugin install https://github.com/rand/cc-polymath\n```\n\nThat's it! All 410+ skills and the `/skills` command are immediately available.\n\n**For local development or testing**:\n```bash\n/plugin install /Users/rand/src/cc-polymath\n```\n\n### Auto-Discovery (How It Works)\nJust start working. Claude Code automatically activates relevant gateway skills based on your task keywords.\n\n**Example**: Mention \"REST API with PostgreSQL\" → `discover-api` and `discover-database` gateways activate automatically.\n\n### Manual Loading\nWhen you need to browse or plan:\n\n```bash\n# Browse skills catalog\ncat skills/README.md\n\n# View a category\ncat skills/api/INDEX.md          # All API skills\ncat skills/database/INDEX.md     # All database skills\n\n# Load a gateway\ncat skills/discover-ml/SKILL.md  # ML gateway with quick reference\n\n# Load specific skills\ncat skills/api/rest-api-design.md\ncat skills/database/postgres-query-optimization.md\n```\n\n### Composing Workflows\n\nSkills are designed to combine for complex workflows:\n\n**Full-stack web app**:\n```bash\ncat skills/api/rest-api-design.md\ncat skills/frontend/nextjs-app-router.md\ncat skills/database/postgres-schema-design.md\ncat skills/caching/redis-caching-patterns.md\ncat skills/cicd/github-actions-workflows.md\n```\n\n**ML deployment with DSPy**:\n```bash\ncat skills/ml/dspy-setup.md\ncat skills/ml/dspy-modules.md\ncat skills/modal/modal-gpu-workloads.md\ncat skills/modal/modal-web-endpoints.md\ncat skills/observability/structured-logging.md\n```\n\n**Multi-layer caching strategy**:\n```bash\ncat skills/caching/caching-fundamentals.md\ncat skills/caching/service-worker-caching.md    # Browser\ncat skills/caching/http-caching.md              # HTTP layer\ncat skills/caching/cdn-edge-caching.md          # CDN edge\ncat skills/caching/redis-caching-patterns.md    # Application\ncat skills/caching/cache-invalidation-strategies.md\n```\n\n**iOS app with streaming backend**:\n```bash\ncat skills/mobile/swiftui-architecture.md\ncat skills/mobile/swift-concurrency.md\ncat skills/mobile/swiftdata-persistence.md\ncat skills/mobile/ios-networking.md\ncat skills/database/redpanda-streaming.md\n```\n\n## Repository Structure\n\n```\n.\n├── CLAUDE.md              # Development guidelines & protocols\n│                          # - Multi-agent orchestration\n│                          # - Work Plan Protocol (4 phases)\n│                          # - Language standards (uv, cargo, zig)\n│                          # - Testing protocols\n│                          # - Anti-patterns\n│\n├── README.md              # This file\n│\n└── skills/                # 283 atomic skills, 31 gateways, 30 categories\n    │\n    ├── README.md          # Skills catalog\n    │\n    ├── Gateway Skills (31 auto-discovered Agent Skills)\n    │   ├── discover-api/           # REST, GraphQL, authentication\n    │   ├── discover-database/      # PostgreSQL, MongoDB, Redis\n    │   ├── discover-frontend/      # React, Next.js, UI components\n    │   ├── discover-ml/            # Machine learning, models\n    │   ├── discover-math/          # Mathematics, algorithms\n    │   ├── discover-plt/           # Programming language theory\n    │   ├── discover-formal/        # Formal methods, verification\n    │   ├── discover-cloud/         # Serverless, cloud platforms\n    │   ├── discover-zig/           # Zig systems programming\n    │   ├── discover-networking/    # SSH, mTLS, VPN, resilience\n    │   ├── discover-workflow/      # Beads, context strategies\n    │   └── ... 20 more gateways\n    │\n    ├── Category Indexes (30 detailed references)\n    │   ├── api/INDEX.md            # All API skills overview\n    │   ├── database/INDEX.md       # All database skills overview\n    │   ├── ml/INDEX.md             # All ML skills overview\n    │   └── ... 27 more indexes\n    │\n    └── Skills by Category\n        ├── api/           # REST, GraphQL, auth (7)\n        ├── database/      # Postgres, MongoDB, Redis, streaming (11)\n        ├── frontend/      # React, Next.js, performance (8)\n        ├── mobile/        # iOS/Swift, SwiftUI, SwiftData (10)\n        ├── testing/       # Unit, integration, e2e (6)\n        ├── caching/       # Multi-layer caching (7)\n        ├── build-systems/ # Make, CMake, Gradle, Maven, Bazel (8)\n        ├── debugging/     # GDB, LLDB, production, memory (14)\n        ├── cloud/         # AWS, GCP, Modal, serverless (13)\n        ├── containers/    # Docker, Kubernetes (5)\n        ├── cicd/          # GitHub Actions, pipelines (4)\n        ├── observability/ # Logging, metrics, tracing (8)\n        ├── ml/            # DSPy, HuggingFace, LLM, RAG (30)\n        ├── ir/            # Information retrieval (5)\n        ├── math/          # Linear algebra, topology, category theory (19)\n        ├── plt/           # Type systems, verification, typed holes (13)\n        ├── formal/        # SAT/SMT, Lean, CSP (10)\n        ├── wasm/          # WebAssembly (4)\n        ├── ebpf/          # eBPF kernel programming (4)\n        ├── networking/    # SSH, mTLS, VPN, NAT traversal (5)\n        ├── tui/           # Terminal UI: Bubble Tea, Ratatui (5)\n        ├── zig/           # Zig systems programming (6)\n        ├── rust/          # Rust & PyO3: DSPy integration, performance, production (19)\n        ├── workflow/      # Beads task management (4)\n        ├── data/          # ETL, streaming, batch (5)\n        ├── deployment/    # Heroku, Netlify (6)\n        ├── realtime/      # WebSocket, SSE, pub/sub (4)\n        ├── collaboration/ # GitHub, CodeTour (6)\n        ├── product/       # PRD writing (4)\n        ├── engineering/   # RFC writing (4)\n        ├── infrastructure/# Terraform, Cloudflare Workers (6)\n        │\n        ├── Agent Skills (Root)\n        │   ├── anti-slop/          # AI slop detection & cleanup\n        │   ├── elegant-design/     # World-class UI design\n        │   └── typed-holes-refactor/ # Systematic refactoring\n        │\n        └── Meta Skills (Root)\n            ├── skill-repo-discovery.md    # Analyze repos for skills\n            ├── skill-prompt-discovery.md  # Extract signals from prompts\n            ├── skill-creation.md          # Create new skills\n            └── skill-*-planning.md        # Planning workflows\n```\n\n## Technology Coverage\n\n| Domain | Technologies | Skills | Gateway |\n|--------|-------------|--------|---------|\n| **Backend** | Python, Zig, Rust, Go | 18 | discover-backend |\n| **Frontend** | React, Next.js, TypeScript | 9 | discover-frontend |\n| **Mobile** | SwiftUI, Swift, React Native | 10 | discover-mobile |\n| **Build** | Make, CMake, Gradle, Maven, Bazel | 8 | discover-cicd |\n| **Debug** | GDB, LLDB, pdb, DevTools, Valgrind | 14 | discover-debugging |\n| **Cloud** | AWS, GCP, Modal, Vercel, Cloudflare | 27 | discover-infra |\n| **Database** | Postgres, Mongo, Redis, Redpanda, Iceberg | 11 | discover-database |\n| **Caching** | Redis, HTTP, CDN, Service Workers | 7 | discover-database |\n| **ML/AI** | DSPy, HuggingFace, Arize, GraphRAG | 33 | discover-ml |\n| **Rust/PyO3** | DSPy integration, RAG, agents, async, production | 19 | N/A |\n| **IR** | Elasticsearch, Vector DBs, Ranking | 5 | discover-systems-theory |\n| **Systems** | WebAssembly, eBPF | 8 | discover-wasm, discover-systems-theory |\n| **Collaboration** | GitHub, PRD, RFC | 17 | discover-product, discover-product, discover-engineering |\n| **Formal** | Z3, Lean 4, CSP | 10 | discover-systems-theory |\n| **Math** | Linear algebra, topology, category theory | 19 | discover-math |\n| **PLT** | Lambda calculus, type systems, typed holes | 13 | discover-systems-theory |\n| **DevOps** | GitHub Actions, Terraform, K8s, Docker | 16 | discover-cicd, discover-infra, discover-infra |\n| **Observability** | Prometheus, OpenTelemetry, Grafana | 8 | discover-debugging |\n| **Networking** | SSH, mTLS, VPN, Tailscale, NAT | 5 | discover-networking |\n| **TUI** | Bubble Tea, Ratatui | 5 | discover-frontend |\n| **Zig** | Build systems, C interop, memory management | 6 | discover-zig |\n| **Workflow** | Beads, context strategies | 4 | discover-product |\n\n## Development Philosophy\n\n### Atomic & Composable\n- **Focused**: Each skill covers one topic (~320 lines)\n- **Self-contained**: Can be loaded independently\n- **Cross-referenced**: Links to related skills\n- **Production-tested**: Real patterns from building at scale\n\n### Progressive Discovery\n- **Zero boot cost**: No skills loaded until needed\n- **Automatic activation**: Gateway skills trigger on keywords\n- **Manual override**: Browse and load specific skills\n- **Context efficient**: Load only what's relevant\n\n### Quality Standards\n- ✅ **Code Block Validation**: 1100+ blocks syntax-checked\n- ✅ **Frontmatter Validation**: 283 skills with YAML metadata\n- ✅ **Date Validation**: No future dates in \"Last Updated\"\n- ✅ **CI/CD Pipeline**: Automated validation on every commit\n- ✅ **Cross-References**: Related skills linked for discoverability\n\n## CLAUDE.md Development Guidelines\n\nThis repository includes comprehensive development guidelines in `CLAUDE.md`:\n\n- **Multi-Agent Orchestration**: Coordinated system with Orchestrator, Optimizer, Reviewer, Executor\n- **Work Plan Protocol**: 4-phase development (Prompt→Spec→Full Spec→Plan→Artifacts)\n- **Beads Workflow**: AI-native task management with dependencies\n- **Language Standards**: Correct tools (uv not pip, etc.)\n- **Testing Protocol**: Commit before testing (mandatory)\n- **Anti-Patterns**: Critical violations and recovery procedures\n\n## Example Use Cases\n\n### Build ML-powered API\n```bash\ncat skills/ml/dspy-setup.md              # Configure DSPy\ncat skills/ml/dspy-modules.md            # Build RAG pipeline\ncat skills/ml/dspy-optimizers.md         # Optimize prompts\ncat skills/modal/modal-gpu-workloads.md  # Deploy on GPU\ncat skills/modal/modal-web-endpoints.md  # Expose API\ncat skills/api/rest-api-design.md        # Design contract\ncat skills/api/api-rate-limiting.md      # Protect endpoint\n```\n\n### Formal Verification\n```bash\ncat skills/plt/type-systems.md           # Type soundness\ncat skills/plt/dependent-types.md        # Π-types, Σ-types\ncat skills/plt/program-verification.md   # Hoare logic\ncat skills/formal/lean-proof-basics.md   # Formalize in Lean\ncat skills/formal/z3-solver-basics.md    # SMT checking\n```\n\n### AI-Assisted Programming\n```bash\ncat skills/plt/typed-holes-foundations.md  # Gradual typing\ncat skills/plt/typed-holes-llm.md          # LLM integration\ncat skills/plt/live-programming-holes.md   # Real-time feedback\n```\n\n### Multi-Layer Caching\n```bash\ncat skills/caching/caching-fundamentals.md           # Core patterns\ncat skills/caching/service-worker-caching.md         # Browser layer\ncat skills/caching/http-caching.md                   # HTTP layer\ncat skills/caching/cdn-edge-caching.md               # CDN layer\ncat skills/caching/redis-caching-patterns.md         # Application layer\ncat skills/caching/cache-invalidation-strategies.md  # Invalidation\ncat skills/caching/cache-performance-monitoring.md   # Monitoring\n```\n\n## Level 3 Resources: Production-Ready Tools & References\n\n**In Progress**: Building comprehensive Level 3 Resources for high-priority skills.\n\n### What Are Level 3 Resources?\n\nEach skill follows Anthropic's agent skills framework with three progressive levels:\n- **Level 1**: Skill file (300-400 lines) - Core concepts, patterns, quick reference\n- **Level 2**: Category INDEX - Detailed listings and workflows\n- **Level 3**: Resources directory - Production tools, comprehensive references, examples\n\n**Level 3 Resources** transform skills from guides into executable toolkits:\n\n**REFERENCE.md** (1,500-4,000 lines):\n- Comprehensive technical documentation\n- Architecture patterns and best practices\n- Troubleshooting guides and anti-patterns\n- Integration examples and production patterns\n\n**Scripts** (3 per skill, 550-800+ lines each):\n- Production-ready Python tools\n- Executable with `--help` and `--json` support\n- Type hints and comprehensive error handling\n- No TODOs or placeholders - fully implemented\n\n**Examples** (7-10 per skill):\n- Production-ready code across multiple languages/platforms\n- Complete implementations with error handling\n- Docker Compose setups, CI/CD workflows\n- Monitoring and observability configurations\n\n### Progress: Waves 1-10 Complete\n\n**Status**: 48/123 HIGH priority skills have Level 3 Resources (39%)\n\n#### Recent Completion (Waves 9-10)\n\n**Wave 9** (6 skills, +51,979 lines):\n- **Cryptography**: signing-verification, hsm-integration\n- **Protocols**: amqp-rabbitmq, protobuf-schemas\n- **Engineering**: sre-practices, feature-flags\n\n**Wave 10** (2 skills, +14,375 lines):\n- **Cryptography**: secrets-rotation (completes 6/7 in category)\n- **Protocols**: http3-quic\n\n#### Strategic Focus: Zero-Coverage Categories\n\n**Target**: 28 skills across Cryptography, Protocols, Engineering\n**Progress**: 18/28 complete (64%)\n\n**Cryptography**: 6/7 complete (86%)\n- ✅ encryption-at-rest, key-management, certificate-management, hsm-integration, signing-verification, secrets-rotation\n- ⏳ pki-fundamentals (60% complete)\n\n**Protocols**: 6/8 complete (75%)\n- ✅ grpc-implementation, kafka-streams, mqtt-messaging, amqp-rabbitmq, protobuf-schemas, http3-quic\n- ⏳ websocket-protocols (15% complete)\n- ⏳ tcp-optimization\n\n**Engineering**: 6/14 complete (43%)\n- ✅ deployment-strategies, e2e-testing, monitoring-alerts, incident-response, sre-practices, feature-flags\n- ⏳ ci-cd-pipelines (10% complete), capacity-planning (5% complete)\n- ⏳ 6 more skills\n\n### Methodology\n\n**Hybrid Approach**: Combines manual quality control with template-based acceleration\n- 24-35 completed skills serve as templates\n- Pattern consistency enforced via quality gates\n- 40-50% faster than pure manual while maintaining standards\n- 6 parallel agents per wave (optimal throughput)\n\n**Quality Gates** (enforced before commit):\n- REFERENCE.md: 1,500-4,000 lines\n- Scripts: 3 per skill, executable, --help/--json support, type hints\n- Examples: 7-10 per skill, production-ready, no placeholders\n- No TODO/stub/mock comments anywhere\n- CI validation on all PRs\n\n### CI/CD Integration\n\nAutomated validation runs on all resource changes:\n- REFERENCE.md line count validation\n- Script executability and shebang checks\n- TODO/stub/mock comment detection\n- Python syntax validation for examples\n- Full validation results in PR comments\n\nSee `.github/workflows/validate-resources.yml` for details.\n\n### Future Waves\n\n**Next Sessions** (tracked in `.work/WAVE_10_INCOMPLETE.md`):\n- Complete 4 partial Wave 10 skills (pki-fundamentals, websocket-protocols, ci-cd-pipelines, capacity-planning)\n- 6 additional skills to reach 100% strategic focus coverage\n- Estimated: 30-40 hours across 2-3 sessions\n\n**Long-term**: 75+ additional skills need Level 3 Resources to reach comprehensive coverage\n\n## Contributing\n\nThis is a personal reference repository maintained through practical development experience. Skills are added when new technologies are mastered, updated when better patterns emerge, and refined based on production use.\n\nFeel free to fork and adapt for your own use. Pull requests welcome.\n\n---\n\n**410+ atomic skills** • **23 gateway Agent Skills** • **33+ categories** • **100% CI-validated**\n",
  "bytes": 23875,
  "sha": "3238b1a19f65e148f159b678466a0246532676e9737e53713b63c67e1105b7ad",
  "repo_slug": "rand/cc-polymath",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_rand_cc_polymath_development_discover_bu_c8e4b996/readme"
}