codebase-inspection Skill
Inspect codebases w/ pygount: LOC, languages, ratios. Published by NousResearch in hermes-agent.
What is codebase-inspection Skill?
Inspect codebases w/ pygount: LOC, languages, ratios. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using hermes-agent
Technical details
- Install or run with Copy skill directory
When to use codebase-inspection Skill
- Use it for developers using hermes-agent.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: skills/github/codebase-inspection/SKILL.md
What it does
Inspect codebases w/ pygount: LOC, languages, ratios.
Skill instructions
Codebase Inspection with pygount Analyze repositories for lines of code, language breakdown, file counts, and code-vs-comment ratios using pygount. When to Use - User asks for LOC (lines of code) count - User wants a language breakdown of a repo - User asks about codebase size or composition - User wants code-vs-comment ratios - General "how big is this repo" questions Prerequisites bash pip install --break-system-packages pygount 2/dev/null || pip install pygount 1. Basic Summary (Most Common) Get a full language breakdown with file counts, code lines, and comment lines: bash cd /path/to/repo pygount --format=summary \ --folders-to-skip=".git,nodemodules,venv,.venv,pycache,.cache,dist,build,.next,.tox,.eggs,.egg-info" \ . IMPORTANT: Always use --folders-to-skip to exclude dependency/build directories, otherwise pygount will crawl them and take a very long time or hang. 2. Common Folder Exclusions Adjust based on the project type: bash Python projects --folders-to-skip=".git,venv,.venv
Explore related resources
Frequently asked questions
What is codebase-inspection?
codebase-inspection is a open-source AI agent skill with Copy skill directory. Inspect codebases w/ pygount: LOC, languages, ratios.
Who is codebase-inspection best for?
codebase-inspection is best for reusing agent instructions, scripts, and references.
How do I install codebase-inspection?
Install or run codebase-inspection using Copy skill directory. Check codebase-inspection for the latest setup command.
Is codebase-inspection actively maintained?
codebase-inspection may need a closer maintenance check before production use.
Auto-fetched from GitHub.