Claude Code Hub
Curated configs, skills, tools, collections, and MCP setups for Claude Code. Copy, customize, ship.
Curated configs, skills, tools, collections, and MCP setups for Claude Code. Copy, customize, ship.
Showing 35 entries
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.
Local-first task orchestration for coding agents with explicit task state, review checkpoints, and Git-aware execution.
Search and reuse prior Claude Code sessions so repeated work starts from past decisions instead of from scratch.
A local-first browser inspection bridge that gives Claude Code a tighter feedback loop for UI debugging and verification.
Connect Claude Code to Vercel so it can inspect deployments, logs, and project state from the terminal workflow.
A curated frontend design skill collection for Claude Code focused on more intentional visual output and stronger UI direction.
A tool for reducing token consumption in Claude Code sessions by analyzing and optimizing prompt and context size.
Techniques and tooling for writing token-efficient prompts and context for Claude Code workflows.
A comprehensive collection of Claude Code skills, hooks, and configurations that extend its capabilities with structured workflows and guardrails.
A curated list of Claude Code skills, plugins, and community extensions organized by category with quality ratings.
Agent skills focused on context engineering patterns — managing what information flows into and out of Claude Code sessions.
Claude Code skills for working with n8n workflow automation — creating, debugging, and managing n8n workflows from the terminal.
Claude Code skills for managing Obsidian vaults — creating notes, linking knowledge, and maintaining your second brain from the terminal.
Automatically generates Claude Code skills from conversation patterns, turning repeated workflows into reusable skill files.
An MCP server that adds structured memory and recall capabilities to Claude Code, enabling persistent context across sessions.
A visual interface for Claude Code that adds a web-based UI layer on top of the CLI experience.
A customizable status line for Claude Code that shows session stats, token usage, and active context in your terminal.
A specification-driven development tool for Claude Code that turns structured specs into implementation plans and code.
A visual tool for browsing, searching, and analyzing past Claude Code session histories.
A utility that adds right-click context menu support for opening files and folders directly in Claude Code.
Adds proper RTL (right-to-left) language support for VS Code agent panels including Claude Code, fixing Hebrew and Arabic text display.
A Slack bot that brings Claude Code capabilities into Slack channels, enabling team-wide AI-assisted coding conversations.
Structured Execution And Review — a framework for running Claude Code sessions with built-in checkpoints, reviews, and quality gates.
Grounded Progressive Architecture — a planning tool that builds implementation plans progressively, grounding each step in verified codebase state.
An evolutionary approach to Claude Code skill improvement — iteratively refines skills based on execution outcomes and feedback.
A lightweight bot that wraps Claude Code for automated task execution, scheduling, and batch processing of coding tasks.