Forgent ts-linter
static-analysis-based skill consuming file_tree, source_code to produce lint_results
install
source · Clone the upstream repo
git clone https://github.com/mirandaguillaume/forgent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mirandaguillaume/forgent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.github/skills/ts-linter" ~/.claude/skills/mirandaguillaume-forgent-ts-linter-d70c31 && rm -rf "$T"
manifest:
.github/skills/ts-linter/SKILL.mdsource content
Ts Linter
Guardrails
- timeout: 5min
- max_file_size: 500KB
Context
Consumes: file_tree, source_code Produces: lint_results Memory: short-term
Strategy
Approach: static-analysis Tools: bash, read_file, search
Steps
- check for common anti-patterns
- produce structured lint report
Security
- Filesystem: read-only
- Network: none