To issues
Use when: break a plan, spec, or PRD into independently grabbable implementation issues.From its SKILL.md
npx -y skills add kimtth/agent-skill-100-lines-or-less --skill to-issuesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 218 tokens by cl100k_base, as published. Nobody here has run it
Goal: turn a plan into thin vertical slices an agent or developer can finish.
Use for:
- converting PRDs, plans, or issue threads into implementation tickets
- splitting large features into demoable end-to-end slices
- marking work as human-in-the-loop or agent-ready
Workflow:
- Read the source plan, PRD, issue, and comments.
- Explore the codebase only as needed to use correct module names.
- Draft tracer-bullet slices that cut through schema, API, UI, and tests.
- Mark each issue as AFK or HITL and list blockers.
- Ask the user to approve granularity before publishing.
- Create issues with clear verification steps and labels.
Issue template:
- title
- user story or source requirement
- scope
- implementation notes
- verification
- blocked by
- AFK/HITL
Rules:
- prefer many small complete slices over one horizontal layer task
- each issue must be independently verifiable
- do not hide dependency order
- use the repo's domain vocabulary
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.