Skills-hub Blog
Deep dives, deep work.
The newest AI coding features, the skills people actually install, and the patterns that survive a production codebase. Updated daily.
The State of AI Coding in 2026: Tools, Models, Patterns, and What Comes Next
A full snapshot, every major tool, the models behind them, the patterns that won (subagents, scheduled tasks, MCP, skills), and what to pick if you're starting fresh.
All posts
Claude Code
Claude Design + /design-sync: The Two-Way Bridge Between Design and Code
Anthropic's June 17 Claude Design overhaul lands design system imports, WYSIWYG canvas editing, and a bidirectional /design-sync command. Claude Code and Claude Design now share components without screenshots or rebuilds — one million users in the first week.
7 minHow-to
The AI Coding Stack 2026, What to Install on a Fresh Developer Machine
Opinionated 30-minute setup, one tool per role (Cursor + Claude Code + skills-hub), the 10 skills to install on day one, the one schedule to add, and when to deviate.
11 minRoundup
The Top 50 AI Coding Skills for 2026 (Ranked, with Install Commands)
The 50 most-installed AI coding skills curated from real install counts. Ranked, grouped by SDLC phase. One install command per skill. Works in every major AI tool.
14 minClaude Code
Claude Code Subagents: The Complete 2026 Guide to Agent Teams
Subagents are Claude Code's headline 2026 feature, isolated parallel agents with their own context windows, tool access, and skill loadouts. Compose them into agent teams that implement, test, review, and ship in parallel.
9 minClaude Code
Claude Code /loop: Cron for AI Agents
/loop is Claude Code's scheduled-task feature, a cron syntax for AI agents that runs skills headlessly, opens PRs, runs tests, and reports back. Nightly security audits, pre-standup pipelines, dependency drift, all without keeping a terminal open.
6 minClaude Code
Talking to Your Terminal: Claude Code /voice Mode
/voice landed in Claude Code in March 2026, push-to-talk in 20 languages, transcribed to the chat as you go. How it changes the rhythm of pair programming with an AI, where it shines, and where it falls down.
5 minRoundup
Top 10 AI coding skills every developer needs in 2026
Ten skills that pay back the install cost in the first hour, code review, TDD, security hardening, OWASP, deploys, ADRs, and more. Curated from real install counts on skills-hub.ai.
9 minRoundup
The 25 best Claude skills (2026)
The most-installed and highest-rated Claude skills on skills-hub.ai right now, ranked by adoption and grouped by what they do. Install any one with a single command.
6 minHow-to
Install Claude skills in 30 seconds
One npx command, no global install, no config file. The same command works for Claude Code, Cursor, Codex CLI, and any MCP-compatible tool via --target.
5 minComparison
Claude Code skills vs Cursor rules: when to use which
Side-by-side comparison of SKILL.md and Cursor rules, file format, install paths, scoping, and how to ship one source of truth that targets both.
7 minHow-to
Building your first AI coding skill
End-to-end tutorial: write a SKILL.md, validate it locally, dogfood it against real prompts, and publish it via /publish so anyone on Claude Code, Cursor, or Codex can install it.
8 min