Claude Code Hub
Curated configurations, skills, and MCP setups for Claude Code. Copy, customize, ship.
Curated configurations, skills, and MCP setups for Claude Code. Copy, customize, ship.
Showing 10 configs
A comprehensive CLAUDE.md for Next.js 15 App Router projects. Covers file conventions, server/client component rules, and common patterns.
A test-driven development skill that writes failing tests first, then implements code to make them pass. Follows red-green-refactor.
Generates conventional commit messages by analyzing staged changes. Follows the Conventional Commits spec with scope detection.
Structured code review that checks for bugs, security issues, performance problems, and style consistency. Outputs actionable feedback.
MCP server configuration for connecting Claude Code to a PostgreSQL database. Enables schema inspection, queries, and migrations.
Connect Claude Code to the GitHub API via MCP. Create issues, manage PRs, search repos, and automate workflows directly from the CLI.
CLAUDE.md optimized for building REST APIs with Node.js. Covers routing patterns, validation, error handling, and database conventions.
Skill for writing end-to-end tests with Playwright. Covers page object patterns, assertions, and handling async UI.
Generates docker-compose.yml files for development environments. Supports common services like databases, caches, and message queues.
Connect Claude Code to Linear for issue tracking. Create, update, and search issues and projects without leaving the terminal.