Claude Code Infrastructure skills
Examples of my Claude Code infrastructure with skill auto-activation, hooks, and agents. 5 skills. skills-hub.ai mirrors 5 skills from Claude Code Infrastructure daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/diet103/claude-code-infrastructure-showcase
Installing a Claude Code Infrastructure skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Claude Code Infrastructure skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Claude Code Infrastructure skills via API
curl https://skills-hub.ai/api/v1/skills?source=cc-infrastructure
# Browse all sources
open https://skills-hub.ai/sourcesTop Claude Code Infrastructure skills
See all →The most-installed skills from Claude Code Infrastructure, ranked by adoption.
01error-tracking
Add Sentry v8 error tracking and performance monitoring to your services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.
Buildfrom Claude Code Infrastructure02skill-developer
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
Buildfrom Claude Code Infrastructure03source-command-verify-setup
Run the infrastructure health check and fix anything that fails
Buildfrom Claude Code Infrastructure04frontend-dev-guidelines
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
Buildfrom Claude Code Infrastructure05backend-dev-guidelines
Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
Buildfrom Claude Code Infrastructure
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Aug 18, 2026, 4:33 PM (success).
Claude Code Infrastructure skills, frequently asked
What are Claude Code Infrastructure skills?
Claude Code Infrastructure skills are AI coding skills published by Claude Code Infrastructure (Examples of my Claude Code infrastructure with skill auto-activation, hooks, and agents. 5 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Claude Code Infrastructure skills are available?
skills-hub.ai indexes 5 skills from Claude Code Infrastructure, synced daily from the upstream GitHub repository (https://github.com/diet103/claude-code-infrastructure-showcase).
How do I install a Claude Code Infrastructure skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Claude Code Infrastructure skills?
Yes. Every skill from this source is mirrored from Claude Code Infrastructure's own GitHub repository (https://github.com/diet103/claude-code-infrastructure-showcase). Each skill page links back to the upstream source of truth, so you can verify the original.