claude-code-infrastructure-showcase
Auto-activate Claude Code skills with hooks, agents, and dev guidelines
All Skills in This Repository (6)
Pure Emerald Level Indicatorssource-command-verify-setup
Runs the infrastructure health check script and repairs reported failures.
frontend-dev-guidelines
Consolidate React/TypeScript frontend development guidelines for components, data fetching, routing, and styling.
backend-dev-guidelines
Standardize Node.js/Express/TypeScript microservice backend development with layered architecture.
skill-developer
Develop and manage Claude Code skills with trigger patterns and hook configurations.
route-tester
Test authenticated API routes using cookie-based JWT from Keycloak.
error-tracking
Integrate Sentry v8 error tracking and performance monitoring into project services.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-infrastructure-showcase?▼
Run `npx skills add diet103/claude-code-infrastructure-showcase --all -g -y` in your terminal to install all skills in this suite globally.
How do I make Claude Code skills activate automatically?▼
This suite uses a UserPromptSubmit hook plus a skill-rules.json config that matches your prompts and files to the right skills, so they load without you remembering them.
What coding guidelines are included?▼
You get production-tested guides for React/TypeScript frontends, Node.js/Express backends, Sentry error tracking, and a meta-skill for building your own skills.
Does it work without an API key?▼
Yes. The default mode uses free offline regex matching, and AI-powered classification via Gemini, OpenAI, Anthropic, or Ollama is an optional upgrade.
Can I use it in my own project?▼
Yes. It is a reference library designed to be copied into any project, and the setup wizard configures everything and verifies the install in about 15 minutes.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core