Cognitive architecture for AI agents. 16 skills that force language models past surface-level reasoning into genuine depth. Compatible with Claude Code, Cursor, Gemini CLI, Copilot, and any agent that reads markdown.
# depth-skills > **Skills that change how AI thinks, not just what steps it follows.** [](LICENSE) [](#skill-reference) [](CHANGELOG.md) An open-source cognitive architecture for AI agents. 16 skills that force language models past surface-level reasoning into genuine depth — not by adding process steps, but by structurally changing how the model searches its knowledge before answering. --- ## 🛑 The Problem: Premature Closure Language models experience **premature closure**. A query arrives, a statistically likely answer forms, and the model outputs it — not because it explored deeply, but because **convergence pressure** rewarded early stopping. The deeper pathways — connections between distant concepts, non-obvious framings, solutions requiring cross-domain synthesis — rarely activate. The model settles at 60-75% activation solely because nothing forces it deeper. ### Why existing solutions fail to stop this: | Approach | What It Does | What It Doesn't Do | |---|---|---| | **Process libraries** (e.g. Superpowers) | Add workflow/pipeline steps | Change how the AI thinks *within* each step | | **Tool integrations** (e.g. Playwright, AWS) | Connect to external computational systems | Improve the AI's internal reasoning quality | | **Depth-skills (This Library)** | **Forces structural cognitive constraint** | Compete with process or tools (they compose perfectly) | A skill like `deep-think` doesn't just add a review step. It blocks the answer from forming until deeper semantic pathways have been activated. `descend` doesn't merely criticize an answer — it verifies whether the problem was properly identified before any answer was even generated. --- ## 📈 The Evidence: Why Cognitive Depth Matters Internal testing on complex architectural prompts demonstra
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.