[plugin] missing hook timeouts and oversized SKILL.md bodies
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 287
- Forks
- 58
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 17
Description
Summary
Static analysis of the installed plugin (Claude Code 2.1.118) surfaces two classes of finding worth addressing for predictable runtime behavior and lower per-turn token cost.
Finding 1 — Hooks declared without timeout
hooks/hooks.json declares 4 command-type hooks but none carry a "timeout" field:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting hooks/hooks.json and the repository’s SKILL.md files, then identify how the four command hooks are declared and how skill bodies are sized. The issue’s remaining text should establish the intended timeout and size limits; done means both static-analysis finding classes are resolved and the relevant plugin checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience, tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100