Validates that all specification files in the Cognitive OS repo pass markdownlint, are properly formatted, contain required sections, and maintain consistency between master spec and harness adapters.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add aegntic/cognitive-os --skill repo-validation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repo Validation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aegntic-repo-validation)More formats (shields.io, HTML) on the badges page.
---
name: repo-validation
description: Validates that all specification files in the Cognitive OS repo pass markdownlint, are properly formatted, contain required sections, and maintain consistency between master spec and harness adapters.
---
# Repository Validation Skill
This skill validates the Cognitive OS specification repository for:
1. **Markdown linting** - All `.md` files pass markdownlint
2. **Formatting** - All files formatted with Prettier
3. **Link integrity** - All internal markdown links resolve
4. **Content completeness** - AGENTS.md has all 16 sections
5. **Adapter consistency** - Harness adapters reference the master spec
6. **File size limits** - No file exceeds 50KB
7. **No secrets** - No hardcoded credentials in any file
## Usage
```bash
npm run validate
```
This runs lint + format check + test in sequence.
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!