codebase-audit-suite
v1.0.0Read-only audits for documentation, code, tests, architecture, and persistence.
By Lev NikolaevichLicense: MIT557 GitHub starsUpdated 3 weeks ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 5 skill or MCP entries
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install codebase-audit-suite for Codex
codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin marketplace upgrade levnikolaevich-skills-marketplace
codex plugin add codebase-audit-suite@levnikolaevich-skills-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the levnikolaevich-skills-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “codebase-audit-suite” remain stable.
- Codex:
codebase-audit-suite@agent-plugin-marketplace→codebase-audit-suite@levnikolaevich-skills-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/levnikolaevich/claude-code-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codebase-audit-suite/.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/ln-21-documentation-auditor/SKILL.md├── skills/ln-22-codebase-auditor/SKILL.md├── skills/ln-23-test-suite-auditor/SKILL.md├── skills/ln-24-architecture-auditor/SKILL.md└── skills/ln-25-persistence-auditor/SKILL.md
Included Skills5
Audits documentation and code comments for structure, coverage, factual accuracy, and maintainability. Use for documentation trust reviews; not code, test, or architecture audits.
Audits cross-cutting code health across security, delivery, maintainability, dependencies, diagnosability, concurrency, and lifecycle. Use when no specialist audit is primary.
Audits whether an existing test suite proves important behavior as a sustainable portfolio. Use when test confidence or lifecycle control is uncertain; not to implement tests or review one delivery.
Audits implemented architecture fitness, boundaries, contracts, dependencies, and configuration ownership. Use for system structure; not for current-state documentation, diagrams, or plan review.
Audits queries, transactions, data-path performance, and persistence resource lifecycle. Use when data correctness or scalability is at risk; not for general performance tuning.
Plugin manifests2
{
"name": "codebase-audit-suite",
"version": "1.0.0",
"description": "Read-only audits for documentation, code, tests, architecture, and persistence.",
"author": {
"name": "Lev Nikolaevich",
"email": "[email protected]",
"url": "https://github.com/levnikolaevich"
},
"homepage": "https://github.com/levnikolaevich/claude-code-skills",
"repository": "https://github.com/levnikolaevich/claude-code-skills",
"license": "MIT",
"keywords": [
"audit",
"security",
"architecture",
"testing",
"persistence"
],
"skills": "./skills/",
"interface": {
"displayName": "Codebase Audit Suite",
"shortDescription": "Run evidence-based audits",
"longDescription": "Audit documentation, code health, tests, architecture, and persistence without changing the reviewed repository.",
"developerName": "Lev Nikolaevich",
"websiteURL": "https://github.com/levnikolaevich/claude-code-skills",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read"
],
"defaultPrompt": [
"Audit this codebase and report evidence-backed risks."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "codebase-audit-suite"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codebase-audit-suite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codebase-audit-suite)