line-limit

Enforce 200-line limits on code files and propose modularization plans.

1|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/Doyajin174/myskills --skill line-limit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: line-limit
Source: https://github.com/Doyajin174/myskills/tree/main/.public/skills/line-limit
Command: npx skills add https://github.com/Doyajin174/myskills --skill line-limit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces line limits on code implementation files and encourages modularization when lines exceed 200.

Core Features & Use Cases

  • Line checks: 200-line target, 300-line warning threshold.
  • Modularization plan: Identify modules and propose new files for splitting.

Quick Start

Run a quick line count on a long component and propose a modularization plan.