agentsclimarketplace

To issues

Skill kimtth/agent-skill-100-lines-or-less/skills/to-issues

Use when: break a plan, spec, or PRD into independently grabbable implementation issues.From its SKILL.md

Install
npx -y skills add kimtth/agent-skill-100-lines-or-less --skill to-issues

Assembled 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:

  1. Read the source plan, PRD, issue, and comments.
  2. Explore the codebase only as needed to use correct module names.
  3. Draft tracer-bullet slices that cut through schema, API, UI, and tests.
  4. Mark each issue as AFK or HITL and list blockers.
  5. Ask the user to approve granularity before publishing.
  6. 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.

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.