Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

yonatangross/orchestkit

166 skills20.2k installs35.4k starsGitHub

Install

npx skills add https://github.com/yonatangross/orchestkit

Skills in this repo

1Devops Deploymentdevops-deployment is an OrchestKit skill at version 1.0.0 compatible with Claude Code 2.1.76+ that generates production-grade CI/CD pipelines, Dockerfiles, Kubernetes manifests, and Terraform configurations. The skill covers GitHub Actions, Docker, Helm, and Terraform patterns when containerizing applications or deploying to Kubernetes with infrastructure as code. It runs under a ci-cd-engineer agent with allowed Read, Glob, Grep, WebFetch, and WebSearch tools across .github/workflows, Dockerfile, docker-compose, and related paths. Developers reach for devops-deployment when setting up automated build-test-deploy pipelines rather than hand-writing boilerplate YAML and HCL. The MIT-licensed skill tags devops, ci-cd, docker, kubernetes, and terraform for workflow automation discovery.1.1kinstalls2Ui Componentsui-components is a Radix Accessibility Audit Checklist skill from OrchestKit for verifying WCAG compliance on Radix-based components before release. The checklist covers keyboard navigation (Tab order, Escape to close overlays, arrow-key menus), focus management (dialog focus traps, focus return on close, initial focus placement), and interactive element visibility requirements. Developers reach for ui-components when shipping dialogs, menus, popovers, tabs, or radio groups built on Radix UI and need a systematic pre-ship accessibility review rather than ad-hoc manual testing.1.1kinstalls3Responsive Patternsresponsive-patterns is an orchestkit skill that documents and generates CSS container query patterns for component-level responsiveness. It covers container-type values inline-size, size, and normal, named containers via container-name, shorthand container syntax, and @container queries with min-width, max-width, range, and logical property forms like min-inline-size. Developers reach for responsive-patterns when cards, sidebars, or nested components must reflow based on parent width rather than global viewport media queries. The reference includes named container queries such as @container card (min-width: 400px) for production-ready patterns.1.1kinstalls4Architecture Decision Recordarchitecture-decision-record is an OrchestKit skill providing an ADR template for documenting significant technical and product decisions in a consistent, traceable format. The template includes ADR numbering, status values (Proposed, Accepted, Superseded, Deprecated, Rejected), date, authors, supersession links, and sections for context, problem statement, current situation, requirements, and constraints. Developers reach for architecture-decision-record when a design choice—database, API shape, auth model, or product tradeoff—needs a durable record future teammates and agents can reference. The skill is marked user-invocable: false in source metadata, meaning agents apply it when decision documentation is implied rather than as a direct slash command.1.1kinstalls5Rag Retrievalrag-retrieval is an OrchestKit RAG Quality Checklist skill for agentic retrieval-augmented generation implementations. It audits semantic search configuration, chunk sizing (512–1024 tokens typical with 10–20% overlap), metadata filtering, top-k tuning, document relevance grading, query rewriting for failed retrievals, and fallback behavior for low-relevance hits. Developers reach for rag-retrieval before launching RAG-backed agents when answers hallucinate, retrieval misses context, or grading thresholds produce false positives and need systematic tuning rather than one-off prompt edits.1kinstalls6Agent Orchestrationagent-orchestration is a structured framework selection checklist for multi-agent AI systems, packaged as an agent skill in the OrchestKit repository. The skill guides requirement analysis—use case definition, complexity assessment, state management, human-in-the-loop needs, and observability—then maps those requirements against LangGraph, CrewAI, and related frameworks with explicit fit criteria. Developers reach for agent-orchestration when starting a new agent pipeline and unsure whether to use stateful graph workflows, role-based crew delegation, or simpler single-agent patterns. The checklists prevent costly rewrites by aligning framework capabilities to persistence, streaming, memory, and ecosystem constraints upfront.941installs7Zustand PatternsZustand Patterns is an OrchestKit reference skill (version 1.0.0, MIT) for Zustand 5.x state management in React. It documents 7 core patterns covering slices, middleware, Immer, useShallow, persistence, selectors, and devtools integration, with TypeScript examples and anti-patterns. The skill activates on paths like store directories and *.store.* files when building React state without Redux overhead. Zustand Patterns targets Zustand >=5.0.0 and is tuned for Claude Code 2.1.148+ with allowed tools Read, Write, Grep, and Glob. Use Zustand Patterns when implementing or reviewing Zustand stores, middleware chains, or persisted client state in modern React codebases.903installs8Domain Driven Designdomain-driven-design is a Domain-Driven Design checklist skill from yonatangross/orchestkit that guides developers through strategic design (bounded contexts, context maps, ubiquitous language) and tactical design (entities, value objects, aggregates). The skill prompts verification that domain boundaries are documented, integration patterns are chosen, and code uses context-specific terminology instead of generic technical jargon. Developers reach for domain-driven-design when backend services grow entangled or when product language and code diverge during feature work. The checklist spans ownership, glossary terms, UUID-based entity identity, and relationship patterns such as anti-corruption layers and shared kernels.885installs9Memorymemory is an OrchestKit skill (version 2.0.1) that exposes read-side memory operations through subcommands search, load, history, viz, and status. The skill queries a memory MCP server to recall past decisions, load relevant session context, and render project knowledge graphs as Mermaid diagrams. It complements /ork:remember for write-side persistence and requires Claude Code 2.1.148+ plus the memory MCP server. Developers reach for memory when an agent session needs prior architectural decisions, timeline history, or a visual map of accumulated project knowledge.703installs10Security Patternssecurity-patterns is an orchestkit skill presenting a comprehensive authentication security checklist for applications nearing release. It covers password security with Argon2id or bcrypt hashing, 12-character minimums, common-password list checks, rate limiting at 5 attempts per minute, and lockout after 10 failed attempts. Token guidance specifies 15-minute to 1-hour access tokens, 7-to-30-day refresh tokens with rotation, in-memory access storage, HTTPOnly refresh cookies, and revocation on password change. Session rules include secure cookie flags and refresh rotation. Developers reach for security-patterns before shipping any user-facing app with login flows.678installs11Write PrdOrchestKit write-prd skill guides creation of a validation-ready product requirements document with clear goals, scoped requirements, acceptance criteria, and explicit non-goals so SaaS, mobile, and agent initiatives align before build investment.268installs12LanggraphOrchestKit LangGraph skill teaches how to design and implement stateful agent graphs, wire tools and memory, compose supervisors, and harden multi-step LLM workflows for production SaaS and API orchestration products.264installs13Ascii VisualizerOrchestKit ascii-visualizer lets agents generate ASCII diagrams and flow sketches for CLI, agent, and content docs—fast, portable visuals in READMEs and terminal output without image pipelines.246installs14Distributed SystemsCovers distributed systems architecture patterns for orchestkit backends including microservices decomposition, async messaging, caching layers, consistency tradeoffs, and resilience for production SaaS and agent platforms.236installs15Monitoring ObservabilityOrchestKit monitoring-observability skill standardizes how to add logs, metrics, traces, health checks, and actionable alerts for running services so teams can detect outages, debug agent workflows, and sustain API reliability in production.224installs16Database PatternsOrchestKit database-patterns skill encodes proven relational and application-level data patterns for backends: schema design, migrations, indexes, transactions, and safe query shapes so agents implement durable storage without reinventing conventions.189installs17Multimodal Llmmultimodal-llm is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.185installs18Architecture PatternsOrchestKit architecture-patterns equips agents to scope sound system designs—layers, modules, and event flows—for saas, API, and agent products before implementation, reducing coupling and rework.181installs19PerformanceOrchestKit performance skill guides profiling and optimization of Python backend and orchestration services, covering async workloads, caching, concurrency, and database tuning so agent and API products hit latency and throughput targets before shipping.177installs20Python BackendOrchestKit python-backend skill covers building production Python APIs and services—project layout, FastAPI patterns, persistence, authentication, integrations, and error handling—for SaaS orchestration backends that expose agent workflows over HTTP.174installs21Web Research WorkflowOrchestKit web-research-workflow skill defines a repeatable agent-friendly process for searching, vetting, and synthesizing web sources so early product and technical ideas are backed by cited findings before validation and build commitments.174installs22AccessibilityOrchestKit accessibility guides coding agents to embed inclusive web UI during frontend build—semantic structure, ARIA, focus management, and contrast—for saas, ecommerce, and content surfaces.171installs23AnalyticsOrchestKit analytics helps agents add product instrumentation—events, funnels, and dashboards—to saas, mobile, and ecommerce apps so post-launch usage can be measured, segmented, and optimized.171installs24Llm IntegrationProvides patterns for integrating large language models into orchestkit applications via provider SDKs, prompt pipelines, streaming responses, tool calling, token budgets, and resilient error handling for production agent features.168installs25Audit Fullaudit-full from yonatangross/orchestkit orchestrates a wide pre-ship security and quality audit across application layers, integrations, and deployment assumptions. Use it when hardening a codebase and infrastructure stack prior to public launch or enterprise customer onboarding.163installs26Api Designapi-design from yonatangross/orchestkit provides structured guidance for designing production-grade HTTP APIs: naming resources, defining payloads, documenting errors, and planning versioning for SaaS and agent backends before implementation and consumer SDK work starts.159installs27Animation Motion DesignAnimation-motion-design in yonatangross/orchestkit teaches Claude Code to add polished web motion—parallax, staggered reveals, magnetic buttons, and loaders—using modern frontend animation practice so SaaS and content sites feel alive while staying performant and accessible.153installs28Design System TokensOrchestKit design-system-tokens skill guides creation of a coherent token layer—colors, spacing, type, radii, and semantic aliases—so frontend work stays consistent across SaaS dashboards, mobile views, and marketing content surfaces.152installs29Demo ProducerOrchestKit demo-producer helps agents craft validation prototypes—scripted walkthroughs, sample data, and clickable flows—for saas, content, and agent ideas to test positioning before full production build.151installs30Async JobsOrchestKit async-jobs guides agents to implement reliable background processing—queues, workers, retries, and idempotency—for saas, API, and agent backends handling webhooks, emails, and heavy tasks.149installs31Browser ToolsOrchestKit browser-tools helps agents integrate headless browser automation—navigation, clicks, scraping, screenshots—for agent, extension, and saas workflows that need live web verification and scripted UI tasks.149installs32Product FrameworksApplies established product management frameworks within orchestkit to frame problems, prioritize features with RICE and opportunity trees, define MVP scope, and align validation hypotheses before development investment begins.148installs33Golden DatasetTeaches how to build and maintain golden datasets for LLM and agent evaluation in orchestkit, including curated test cases, regression fixtures, benchmark metrics, and versioned corpora for pre-ship quality validation.147installs34Task Dependency PatternsOrchestKit task-dependency-patterns skill documents how to structure dependent tasks, blockers, and parallel tracks for orchestrated builds so agents and humans execute SaaS, CLI, and automation work in the right order with fewer rework loops.146installs35Checkpoint ResumeCheckpoint-resume in yonatangross/orchestkit enables Claude Code agents to save orchestration progress and continue later—recording completed steps, pending work, and context so lengthy build, research, or migration flows survive restarts without redundant execution.144installs36Mcp PatternsDocuments Model Context Protocol implementation patterns for orchestkit agents including MCP server design, tool and resource registration, client wiring, authentication, and composable multi-server architectures for Claude Code workflows.144installs37CommitOrchestkit commit skill guides agents and developers to produce small, reviewable commits with consistent conventional messages and scopes. It enforces atomic diffs, links work to tickets, and keeps history readable for bisect, changelog generation, and safer rollbacks across SaaS and API repos.143installs38Create PrOrchestKit create-pr instructs agents to open review-ready pull requests—titles, descriptions, linked issues, and scoped diffs—for saas, API, and CLI repos as part of the ship-and-review workflow.140installs39AssessAssess from yonatangross/orchestkit gives Claude Code a formal review mode: inspect changes and plans against goals, flag defects and missing tests, and produce prioritized remediation so agent-assisted builds meet bar before commit, PR, or production ship.139installs40Scope Appropriate ArchitectureScope-appropriate-architecture from Orchestkit helps teams and coding agents choose minimal viable system shapes matched to validated scope, not aspirational diagrams. It compares monolith, modular, and service options, documents tradeoffs, and blocks premature complexity in SaaS, API, and agent builds.136installs41Storybook TestingOrchestKit storybook-testing skill teaches how to build Storybook stories and tests that cover component states, interactions, and visual regressions so frontend teams ship SaaS and content UIs with repeatable QA before production release.136installs42Testing PatternsOrchestkit testing-patterns codifies unit, integration, and agent-orchestration test structures, fixtures, and assertions so teams ship reliable APIs, SaaS features, and automation with consistent, reviewable quality practices.135installs43HelpOrchestKit help skill is the in-repo documentation navigator for the orchestration toolkit: it explains how to use skills, interpret conventions, and unblock common setup or workflow questions while building agent-driven or CLI-backed projects.128installs44Upgrade AssessmentOrchestkit upgrade-assessment structures evaluation of library, runtime, and infrastructure upgrades with risk, effort, compatibility, and rollback criteria so live SaaS, API, and agent systems iterate safely without surprise outages.125installs45Dashboard PatternsGuides developers through proven dashboard UI patterns in orchestkit including KPI layouts, data tables, charts, filters, and real-time updates for SaaS admin and analytics surfaces.123installs46Presentation BuilderHelps teams build polished presentation decks from orchestkit project outputs with structured slide templates, narrative flows, chart embedding, speaker notes, and consistent branding for pitches, demos, and stakeholder updates.118installs47Release ChecklistProvides a structured release checklist for orchestkit projects covering version tagging, changelog review, deployment verification, rollback plans, monitoring setup, and launch communications before production go-live.118installs48Audit Skillsaudit-skills from yonatangross/orchestkit inspects Claude Code and agent skill files for structure, safety, activation boundaries, and maintainability. It helps teams standardize skill libraries and reduce prompt drift before skills are shared broadly across repos and operators.117installs49Business Casebusiness-case is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.113installs50Interaction Patternsinteraction-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.113installs51Validate Countsvalidate-counts is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.109installs52Notebooklmnotebooklm is a Claude Code skill for productivity & planning. It helps solo builders move faster with AI-assisted coding.105installs53Documentation Patternsdocumentation-patterns is a Claude Code skill for documentation. It helps solo builders move faster with AI-assisted coding.103installs54Okr Designokr-design is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted coding.99installs55Figma Design Handofffigma-design-handoff is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted coding.91installs56Testing E2etesting-e2e is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.91installs57Setupsetup is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.90installs58User Researchuser-research is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.90installs59Brainstormbrainstorm is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.89installs60Storybook Mcp Integrationstorybook-mcp-integration is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.88installs61Competitive Analysiscompetitive-analysis is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.86installs62Testing Integrationtesting-integration is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.86installs63Market Sizingmarket-sizing is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.84installs64Recharts Patternsrecharts-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.84installs65Testing Llmtesting-llm is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.82installs66Visualize Planvisualize-plan is a Claude Code skill for productivity & planning. It helps solo builders move faster with AI-assisted coding.82installs67Ai Ui Generationai-ui-generation is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.81installs68Prioritizationprioritization is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.81installs69Product Analyticsproduct-analytics is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.80installs70Brainstormingbrainstorming is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.79installs71Testing Perftesting-perf is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.79installs72Chain Patternschain-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.76installs73Testing Unittesting-unit is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.75installs74Design To Codedesign-to-code is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted coding.73installs75Git Workflowgit-workflow is a Claude Code skill for automation & workflows. It helps solo builders move faster with AI-assisted coding.70installs76Design Context Extractdesign-context-extract is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted coding.69installs77Component Searchcomponent-search is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.67installs78Mcp Visual Outputmcp-visual-output is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.64installs79Covercover is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.63installs80Json Render Catalogjson-render-catalog is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.61installs81Bare Evalbare-eval is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.59installs82Emulate Seedemulate-seed is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.59installs83Multi Surface Rendermulti-surface-render is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.58installs84Expectexpect is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.53installs85Plan Vizplan-viz is a Claude Code skill for productivity & planning. It helps solo builders move faster with AI-assisted coding.52installs86Dreamdream is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.46installs87Portlessportless is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.44installs88Radix Primitivesradix-primitives is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.44installs89Release Syncrelease-sync is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.44installs90Owasp Top 10owasp-top-10 is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.42installs91Design Shipdesign-ship is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted coding.35installs92Design Importdesign-import is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted coding.34installs93Scroll Driven Animationsscroll-driven-animations is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.34installs94Alembic Migrationsalembic-migrations is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.30installs95Mem0 Memorymem0-memory is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.30installs96Motion Animation Patternsmotion-animation-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.30installs97Sqlalchemy 2 Asyncsqlalchemy-2-async is a Claude Code skill for databases. It helps solo builders move faster with AI-assisted coding.28installs98Telemetry Inspecttelemetry-inspect is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.28installs99Context Compressioncontext-compression is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.25installs100Heygen Avatarsheygen-avatars is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.25installs101Shadcn Patternsshadcn-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.25installs102Tanstack Query Advancedtanstack-query-advanced is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.25installs103Clean Architectureclean-architecture is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.24installs104Pwa Patternspwa-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.24installs105Streaming Api Patternsstreaming-api-patterns is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted coding.23installs106Msw Mockingmsw-mocking is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.22installs107Temporal Iotemporal-io is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.22installs108Devdev is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.21installs109Message Queuesmessage-queues is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.21installs110Ollama Localollama-local is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.21installs111Security Scanningsecurity-scanning is a Claude Code skill for security. It helps solo builders move faster with AI-assisted coding.21installs112Wcag Compliancewcag-compliance is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.21installs113Langgraph Supervisorlanggraph-supervisor is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.20installs114Auth Patternsauth-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.19installs115Caching Strategiescaching-strategies is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.19installs116View Transitionsview-transitions is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.19installs117Celery Advancedcelery-advanced is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.18installs118Fastapi Advancedfastapi-advanced is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted coding.18installs119Mcp Server Buildingmcp-server-building is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.18installs120Rate Limitingrate-limiting is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.18installs121Resilience Patternsresilience-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.17installs122Asyncio Advancedasyncio-advanced is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.16installs123Idempotency Patternsidempotency-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.16installs124Image Optimizationimage-optimization is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.16installs125Langgraph Routinglanggraph-routing is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.16installs126Agentic Rag Patternsagentic-rag-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.15installs127Agent Loopsagent-loops is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.15installs128Background Jobsbackground-jobs is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.15installs129Contextual Retrievalcontextual-retrieval is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.15installs130E2e Testinge2e-testing is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.15installs131Edge Computing Patternsedge-computing-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.15installs132Function Callingfunction-calling is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.15installs133Lazy Loading Patternslazy-loading-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.15installs134React Aria Patternsreact-aria-patterns is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted coding.15installs135Render Optimizationrender-optimization is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.15installs136A11y Testinga11y-testing is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.14installs137Browser Content Capturebrowser-content-capture is a Claude Code skill for marketing & seo. It helps solo builders move faster with AI-assisted coding.14installs138Core Web Vitalscore-web-vitals is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.14installs139Error Handling Rfc9457error-handling-rfc9457 is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.14installs140Grpc Pythongrpc-python is a Claude Code skill for python. It helps solo builders move faster with AI-assisted coding.14installs141Llm Safety Patternsllm-safety-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.14installs142Mcp Security Hardeningmcp-security-hardening is a Claude Code skill for security. It helps solo builders move faster with AI-assisted coding.14installs143Project Structure Enforcerproject-structure-enforcer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.14installs144Prompt Engineering Suiteprompt-engineering-suite is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.14installs145Pytest Advancedpytest-advanced is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.14installs146Release Notebookrelease-notebook is a Claude Code skill for productivity & planning. It helps solo builders move faster with AI-assisted coding.14installs147Advanced Guardrailsadvanced-guardrails is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.13installs148Api Design Frameworkapi-design-framework is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted coding.13installs149Audio Language Modelsaudio-language-models is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.13installs150Backend Architecture Enforcerbackend-architecture-enforcer is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted coding.13installs151Biome Lintingbiome-linting is a Claude Code skill for code review & quality. It helps solo builders move faster with AI-assisted coding.13installs152Form State Patternsform-state-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.13installs153Langfuse Observabilitylangfuse-observability is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.13installs154Langgraph Human In Looplanggraph-human-in-loop is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.13installs155Mcp Advanced Patternsmcp-advanced-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.13installs156Multi Agent Orchestrationmulti-agent-orchestration is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.13installs157System Design Interrogationsystem-design-interrogation is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted coding.13installs158Test Standards Enforcertest-standards-enforcer is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.13installs159Vision Language Modelsvision-language-models is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.13installs160Best Practicesbest-practices is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.12installs161Database Versioningdatabase-versioning is a Claude Code skill for databases. It helps developers move faster with AI-assisted coding.12installs162Input Validationinput-validation is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.12installs163Performance Testingperformance-testing is a Claude Code skill for testing & qa. It helps developers move faster with AI-assisted coding.12installs164Test Data Managementtest-data-management is a Claude Code skill for testing & qa. It helps developers move faster with AI-assisted coding.12installs165Type Safety Validationtype-safety-validation is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.12installs166Zero Downtime Migrationzero-downtime-migration is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.12installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

yonatangross/orchestkit · 166 skills · Skillselion