On how a system actually behaves, read the source first; code is authoritative, prose and docs can be stale.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Kalabint/ChatGPT-Primer --skill code-is-authority --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Is Authority?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kalabint-code-is-authority)More formats (shields.io, HTML) on the badges page.
---
name: code-is-authority
description: On how a system actually behaves, read the source first; code is authoritative, prose and docs can be stale.
---
# Code is the authority
Documentation, comments, and prior summaries describe intent at some past moment. Behavior is defined by the code that runs now.
**Why:** acting on stale docs produces confident wrong answers about a system that has since changed.
**How to apply:** for any behavioral or architectural claim, read the current source before answering. Treat notes and design docs as intent to verify, not as fact.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!