🧪 Skills
Codepal
Developer's coding companion. Analyze source files to see function counts, imports, and comment ratios. Scan projects for TODO/FIXME/HACK markers. Count line...
v1.0.0
Description
name: CodePal description: "Developer's coding companion. Analyze source files to see function counts, imports, and comment ratios. Scan projects for TODO/FIXME/HACK markers. Count lines of code by language. Extract dependency lists from imports. Quick code intelligence without an IDE." version: "1.0.0" author: "BytesAgain" tags: ["code","developer","analysis","todo","loc","dependencies","programming","devtools"] categories: ["Developer Tools", "Productivity"]
CodePal
Quick code intelligence from your terminal. Understand any codebase faster.
Why CodePal?
- File analysis: Functions, imports, comments at a glance
- TODO scanner: Find all TODOs, FIXMEs, HACKs across projects
- Line counter: LOC stats by language
- Dependency extraction: See what a file imports
- Multi-language: Python, JS, Go, Rust, Java, C, and more
Commands
explain <file>— Analyze a source file (language, functions, imports, comments)todos [directory]— Scan for TODO/FIXME/HACK/XXX/BUG markerslines [directory]— Count lines of code by file extensiondeps <file>— Extract dependencies/imports from a fileinfo— Version infohelp— Show commands
Usage Examples
codepal explain main.py
codepal todos ~/projects/myapp
codepal lines .
codepal deps server.js
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!