Ls Lint
Ls Lint analyzes code for style and potential issues, helping developers maintain consistent and high-quality projects.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add paulrberg-ls-lint npx -- -y @trustedskills/paulrberg-ls-lint
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"paulrberg-ls-lint": {
"command": "npx",
"args": [
"-y",
"@trustedskills/paulrberg-ls-lint"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The paulrberg-ls-lint skill provides linting capabilities specifically tailored for shell scripts, focusing on the output of the ls command. It helps identify potential issues and inconsistencies in how files are listed, ensuring more robust and predictable scripting behavior. This skill aims to improve script reliability by enforcing consistent formatting and preventing errors arising from unexpected file listings.
When to use it
- Automated Scripting: Use this when building scripts that rely on the output of
lsfor processing files (e.g., batch renaming, automated backups). - Shell Script Maintenance: Employ it during code reviews or refactoring shell scripts to ensure adherence to consistent listing formats.
- Reproducible Builds: Integrate into CI/CD pipelines to validate script correctness and prevent regressions related to file listings.
- Complex File Operations: When performing operations based on the output of
ls, this skill can help catch subtle errors that might otherwise go unnoticed.
Key capabilities
- Shell Script Linting
lsCommand Output Validation- Format Consistency Enforcement
Example prompts
- "Lint this shell script and check for any issues related to how the
lscommand is used." - "Analyze this script's use of
lsand suggest improvements for consistency." - "Validate that this script correctly handles file listings from the
lscommand."
Tips & gotchas
This skill assumes a basic understanding of shell scripting. The effectiveness depends on the quality and complexity of the scripts being analyzed; it's most useful with scripts heavily reliant on ls.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.