ln-301-task-creator
✓Creates ALL task types (implementation, refactoring, test). Generates task documents from templates, validates type rules, creates in Linear, updates kanban. Invoked by orchestrators.
Installation
SKILL.md
Worker that generates task documents and creates Linear issues for implementation, refactoring, or test tasks as instructed by orchestrators.
| Create task | createissue(parentId, state: "Backlog") | Write("docs/tasks/epics/.../tasks/T{NNN}-{slug}.md") | | Task ID | Linear issue ID (e.g., PROJ-123) | File-based (e.g., T001, T002) | | Status | Linear state field | Status: Backlog in file | | Kanban | Auto-synced | Must update kanbanboard.md manually |
Workflow (concise) 1) DRY Check (Codebase Scan): For EACH Task in plan:
Creates ALL task types (implementation, refactoring, test). Generates task documents from templates, validates type rules, creates in Linear, updates kanban. Invoked by orchestrators. Source: levnikolaevich/claude-code-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-301-task-creator- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is ln-301-task-creator?
Creates ALL task types (implementation, refactoring, test). Generates task documents from templates, validates type rules, creates in Linear, updates kanban. Invoked by orchestrators. Source: levnikolaevich/claude-code-skills.
How do I install ln-301-task-creator?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-301-task-creator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/levnikolaevich/claude-code-skills
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-01