Production-tested skills for AI agents. Every skill is security-scanned, tier-rated, and verified. Browse by ecosystem or category below.
CopilotKit is the open-source React framework for AI agent UIs. At Build 2026 Microsoft adopted the AG-UI protocol CopilotKit originated. The default frontend layer just got named.
Three Claude Code hooks that pay for themselves in a week: stop .env and API keys from ever hitting disk, auto-format every file Claude writes, and silently approve noisy read-only commands. Copy-paste setup.
After the Promptfoo post, every DM was 'my CI is Python.' DeepEval is the answer: ~14,000 stars, Apache 2.0, 60+ metrics, pytest-native, v4.0 ships a coding-agent patch-eval-retry loop and a local TUI. The eval framework for engineers who want their tests next to their code, not behind a YAML dialect.
Multi-agent orchestration — the manager agent, the worker agent, the critic agent, the routing agent — is mostly stagecraft. A single capable model with a clean tool loop delivers more correct answers, fewer race conditions, and a tenth of the latency. Here is the case, with receipts.
Anthropic's most agentic Sonnet yet ships to everyone on day one, and on Terminal-Bench 2.1 it actually beats Opus 4.8. The catch: a new tokenizer quietly inflates your real cost by ~30% on English and ~28% on Python.
Point your OpenAI/Anthropic SDKs at a local LiteLLM proxy and ship every prompt, response, token count, and latency to a JSONL file you can grep — no vendor lock-in, ten minutes from zero.
Between mid-June and the first week of July 2026 the price of a million output tokens from a frontier-reasoning model fell from roughly $60 to under $4 — a 15x compression in 120 days, driven by distillation, MoE sparsity, speculative decoding, and aggressive prompt caching. Here is the production benchmark, the three engineering stacks that survive the collapse, and the three things your team should stop building this week if your valuation depends on the assumption that token APIs stay expensive.
Per-project OpenAI, Anthropic, and Ollama keys without symlinks, dotfile hacks, or 'which terminal am I in?' confusion. Just walk into a directory and the right keys are live.
Tencent shipped the full Hy3 release on July 6 — 295B MoE with only 21B active, Apache 2.0, and a hybrid fast/slow thinking mode. It is the most production-ready Chinese open-weight model I have pulled down this year.
Every agent team shipping a vision-click loop is funding an expensive QA tool. APIs and MCP won. Vision-only browser agents are a research demo masquerading as a product primitive, and the math gets worse the more you ship.
I auto-$11'd a user last month because they pasted a 200KB PDF into a chatbot prompt. The fix is 30 lines: tiktoken + a FastAPI dependency that returns 402 before the LLM is ever called. Here's the pattern, the pricing math, and the three gotchas (streaming, prompt caching, tool schemas).
OpenAI is no longer an AI lab — it is a hyperscaler. The $500B Stargate, $1.4T compute commitments, and Microsoft breakup prove it.
On July 4, 2026, Arthur Mensch confirmed Mistral is shipping a new 'fat but sparse' MoE open-weight model this summer, with early access opening to partners this month. Apache 2.0, EU-based, sovereign-AI pitch — and the timing is not a coincidence.
KTransformers v0.6.2 from Tsinghua MADSYS runs 671B-param DeepSeek V3 on one 24GB GPU plus RAM. SOSP'25 paper, AMX-optimized kernels, integrates into SGLang. Most teams are still overpaying 8x for the same workload.
Your chat endpoint forgets every turn, your session table is choking at scale, and you don't need a vector DB — you need Redis. Forty lines of Python, one hash per session, a sliding message window and a 24h TTL gives you production-grade conversation memory in an afternoon.
Letta, Mem0, Zep, Cognee, Graphiti — strip the SDK wrapper off any of them and you get a key-value store, a similarity lookup, a summarization pass, an LRU policy, and a refresh job. We have known how to remember things in software for fifty years. We just do not like the boring word for it.
LMDeploy's TurboMind engine — a C++/CUDA fork of NVIDIA's FasterTransformer — has been quietly beating vLLM on DeepSeek, Qwen, and AWQ-quantized workloads for two years. Here's the architecture, the real numbers, and when it's worth the swap.
LangChain ate the hype cycle. Haystack quietly shipped a Component/Pipeline DAG, agentic routing, and a typed ComponentSchema, and it's still the framework I trust when a RAG pipeline has to run in production for two years without a rewrite.
Claude Sonnet 5 shipped June 30 with 80.4% on Terminal-Bench 2.1 (beating its own Opus 4.8 at 74.6%), 1M-token context, and unchanged pricing. Against GPT-5.6 Terra, Gemini 3 Pro, DeepSeek V4 Pro, and Qwen 3.7 Max, Sonnet 5 wins 4 of 5 agentic benchmarks in its cost band — the mid-tier war is effectively over for production agentic work in mid-2026.
Databricks benchmarked real PRs from their own multi-million-line Scala/Go/Rust/Python codebase against GLM 5.2, Opus 4.8, Sonnet 5, GPT-5.5, Haiku 4.5, and GPT-5.4 Mini — and ran two different harnesses behind the same model. GLM 5.2 tied Opus at $1.28/task vs $1.94, Sonnet 5 turned out more expensive per-task than Opus despite being cheaper per-token, and Pi cut Sonnet 5's cost by 2.2x with the same model underneath. Here is the tier structure, the per-task math, the harness architecture that closed the gap, the router code, and the three findings every engineering org should ship before October.
Stop burning OpenAI credits while you debug. A 35-line env-aware router that rewrites your existing OpenAI/Anthropic SDK calls to a local Ollama instance with one env var and a model map — streaming, tools, JSON mode, zero call-site changes.
Browser Use and Skyvern bet the farm on full agentic autonomy and lost half the production use cases to hallucinated clicks. Stagehand, Browserbase's open-source SDK, splits the difference: `act()` for AI, `extract()` with Zod schemas for data, `observe()` for discovery, and Playwright underneath for everything deterministic. That is the design that ships.
Every YC demo day for the last four batches has funded the same pitch: chatbot in a hoodie, cron jobs, and a Stripe integration called an 'AI co-founder.' The unit economics are a crime scene, the technical moat is zero, and the partners writing the checks already know how this ends. Most of these companies will be dead by Q3 2027.
OpenAI rolled out GPT-5.6 Sol, Terra, and Luna to general availability yesterday after a two-week White House-imposed limited preview. Sol is the flagship; Luna is the model that is going to eat 80% of your GPT-4o-mini traffic by Friday.