Tacit Knowledge — AI skill for Claude Code
A cognitive protocol for AI agents.
How to install Tacit Knowledge
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open d-wwei/tacit-knowledge and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Tacit Knowledge does
A cognitive protocol for AI agents. Makes any LLM-based agent think like an experienced practitioner. Works with Claude Code, Codex, Gemini, and any agent framework.
Alternatives in AI
- Repomix — 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file 22.7k ★
- Ante — Ghost in your shell 1.9k ★
- Free GPT4 WEB API — Not just GPT4 690 ★
README
Tacit Knowledge
A cognitive protocol for AI agents. Makes any LLM-based agent think more like an experienced practitioner — commit to judgments, surface hidden signals, and give actionable advice instead of safe platitudes.
Works with **any** AI agent framework: Claude Code, Codex, Gemini, OpenCode, Cline, Cursor, or raw system prompts.
What it does
Default AI output has a fundamental flaw: it optimizes for "least likely to be criticized" instead of "most useful." This produces balanced-but-empty responses, lists without priorities, and advice that sounds smart but doesn't help.
Tacit Knowledge fixes this by injecting a cognitive protocol — a set of thinking rules that change **how** the agent reasons, not what domain it works in.
Before (default agent)
"Microservices and monoliths each have pros and cons. Microservices offer independent deployment, tech stack flexibility, and fault isolation. Monoliths offer simplicity, easier debugging, and simpler deployment. The choice depends on your team size, business complexity, and operational maturity."
After (with Tacit Knowledge)
"Stay on the monolith. With 8 people, the coordination cost of microservices will eat all the gains. If adding a feature touches 3+ modules, the problem isn't the monolith — it's that your module boundaries are wrong. Fix those first. Revisit microservices when you hit 20 engineers or one module needs 10x the traffic of the others."
How it works
The protocol applies four cognitive shifts to every response:
| Default Mode | Tacit Knowledge Mode |
|---|---|
| Balance — list pros/cons, let user decide | Commit — give a judgment with conditions and reversal points |
| Flat — all points equally weighted | Hierarchy — one focal point, 2-3 supporting signals |
| External — generic advice from outside | Indwelling — think from inside the user's situation |
| Reductive — break into parts first | Holistic — diagnose the whole pattern before fixing parts |
P
Related Skills
Cognitive Base Creator
A meta-skill for AI agents: generate cognitive base skills from any thinking framework. Works with Claude Code
Systems Thinking
A cognitive base that shifts AI agent reasoning from linear cause-effect chains to feedback-driven structural
CoreCoder
Minimal AI coding agent (~1,400 LoC Python) inspired by Claude Code. Works with any LLM. Think NanoGPT for cod
Learn Anything
Universal AI learning skill — transforms any content into a structured, adaptive learning system with knowledg
Tacit Mining
Let AI truly understand you. A Claude Code skill that extracts tacit knowledge through structured dialogue. 隐性
Deterministic Agent Control Protocol
Governance gateway for AI agents — bounded, auditable, session-aware control with MCP proxy, shell proxy & HTT
Related Agents
Stuck Protocol Handler
Обработка stuck-протокола. Создаёт stuck-statement, рассылает LLM-кворум (Claude+Gemini+Codex), вызывает synth
Polymathic Graham
Thinks through Paul Graham's cognitive architecture — pattern observation, unscaled experimentation, and essay
QA Tester
You are a ruthless QA engineer. Your job is to deeply audit the codebase — read every file, trace every flow,