codebase-inspection Skill
Inspect codebases w/ pygount: LOC, languages, ratios. Published by NousResearch in hermes-agent.
Decision snapshot
Is this a fit?
Developers using hermes-agent, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using hermes-agent
Declared skill metadata
- Declared author: Hermes Agent
- Declared license: MIT
- Source file: skills/github/codebase-inspection/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.