Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By Claudient
The definitive Claude Code knowledge system — skills, agents, hooks, rules, and workflows.
npx claudepluginhub claudient/claudient> 🇩🇪 Dies ist die deutsche Übersetzung. [Englische Version](../python-resolver.md).
> 🇩🇪 Dies ist die deutsche Übersetzung. [Englische Version](../typescript-resolver.md).
> 🇪🇸 Esta es la traducción en español. [Versión en inglés](../python-resolver.md).
> 🇪🇸 Esta es la traducción en español. [Versión en inglés](../typescript-resolver.md).
> 🇫🇷 This is the French translation. [English version](../python-resolver.md).
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Battle-tested Claude Code plugin for engineering teams — 60 agents, 229 skills, 75 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
v9.38.0 — Agent summaries, prompt-size preflight, research fanout, and Codex-compatible portable skills. Run /octo:setup.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
AI-powered development tools for code review, research, design, and workflow automation.
The definitive knowledge base for Claude Code — skills, agents, hooks, workflows, prompts, and patterns that multiply what you can build.
Claudient is not a tool. It is a knowledge system — a community-maintained collection of everything you can drop into your Claude Code environment to immediately work faster, smarter, and with less friction.
Claude Code is powerful out of the box. But the gap between "it works" and "it works at 10x" is filled with patterns most developers never discover on their own: the right skill for a task, a hook that enforces quality automatically, an agent that handles an entire domain, a workflow that turns a vague goal into shipped code.
Claudient collects all of that in one place — organized, searchable, and ready to use.
| Everything-claude-code | Claudient | |
|---|---|---|
| C#/.NET coverage | None | Full |
| Kubernetes / Terraform | Sparse | Dedicated skill sets |
| GraphQL / Prisma | None | Full |
| ML / Data Engineering | Limited | dbt, Spark, MLflow, PyTorch |
| Fintech / Payments | None | Stripe, payment flows |
| End-to-end workflows | None | 5 complete workflows |
| Skill authoring guide | None | First-class guide |
| Prompt templates | None | Full library |
| Token optimization | Scattered across 3 docs | Single authoritative guide |
| Languages | 8 (inconsistent) | EN · FR · DE · NL · ES |
Claudient/
│
├── guides/ Deep-dive documentation
│ ├── getting-started.md
│ ├── skill-authoring.md
│ ├── token-optimization.md
│ ├── memory-management.md
│ ├── security.md
│ ├── agent-orchestration.md
│ └── hooks-cookbook.md
│
├── skills/ Slash command skill definitions
│ ├── ai-engineering/
│ ├── backend/ python · nodejs · go · rust · java · dotnet · php
│ ├── frontend/ react · vue · mobile
│ ├── data-ml/ pandas · pytorch · mlflow · dbt · spark
│ ├── devops-infra/ kubernetes · terraform · docker · github-actions · cloud
│ ├── database/ postgresql · mongodb · redis · graphql
│ ├── security/ appsec · devsecops · compliance
│ ├── finance-payments/
│ └── content-docs/
│
├── agents/ Specialized subagent definitions
│ ├── core/ planner · architect · reviewer · security
│ ├── build-resolvers/ language-specific error resolvers
│ └── domain/ database · devops · ml specialists
│
├── hooks/ Event-triggered automations
│ ├── pre-tool-use/
│ ├── post-tool-use/
│ └── lifecycle/
│
├── rules/ Always-follow guidelines
│ ├── common/
│ └── language-specific/
│
├── workflows/ End-to-end multi-skill workflows
│ ├── feature-development.md
│ ├── debugging-session.md
│ ├── code-review.md
│ ├── refactor-safely.md
│ └── new-project-bootstrap.md
│
├── prompts/ High-value prompt templates
│ ├── system-prompts/
│ ├── project-starters/
│ └── task-specific/
│
├── mcp/ MCP configs and recommended servers
└── examples/ Complete working project references
No installation required. Clone the repo and copy what you need into your project.
git clone https://github.com/Claudient/Claudient.git
To use a skill — copy the .md file into .claude/commands/ in your project:
cp Claudient/skills/backend/python/fastapi.md your-project/.claude/commands/
Then trigger it in Claude Code with /fastapi.
To use an agent — reference it in your Claude session using the subagent_type parameter in your Agent tool calls.
To use a hook — add the hook JSON to the hooks array in your .claude/settings.json.
To use a rule — copy the content into your CLAUDE.md.
See guides/getting-started.md for a 5-minute setup walkthrough.
| Guide | What it covers |
|---|---|
| Getting Started | Setup, first skill, first hook — 5 minutes |
| Skill Authoring | How to write a skill that actually works |
| Token Optimization | Model selection, context math, cost reduction |
| Memory Management | Session persistence, compaction strategies |
| Security | Isolation, approval boundaries, sanitization |
| Agent Orchestration | Sub-agent patterns, parallelization |
| Hooks Cookbook | Hook patterns with real examples |
All guides and documentation are available in: