From billy-milligan
AI/LLM integration patterns: Anthropic SDK streaming with TypeScript, RAG architecture (chunking, embedding, vector search with pgvector), tool use / function calling, model selection guide (Haiku 4.5 vs Sonnet 4.6 vs Opus 4.6), prompt caching, structured output with Zod, token cost management. Use when building AI features, RAG pipelines, AI agents.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganThis skill is limited to using the following tools:
- Building AI features with Claude / Anthropic SDK
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
references/prompt-engineering.md — streaming with SSE, model selection guide (Haiku/Sonnet/Opus), prompt caching, structured output with Zodreferences/rag-architecture.md — chunking strategy, embedding with text-embedding-3-small, pgvector cosine search, retrieval pipelinereferences/llm-ops.md — tool use / agent loop pattern, cost tracking, token budgeting, multi-model routing, error handling