tk — community ticket, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for CLI-based AI Agents needing lightweight ticket management capabilities. Minimal CLI ticket management system designed for AI agents.

radutopala radutopala
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The tk skill by radutopala is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for CLI-based AI Agents needing lightweight ticket management capabilities.

Core Value

Empowers agents to manage tickets as markdown files in `.tickets/` using core commands like `tk create`, `tk show`, and `tk close`, streamlining workflow with minimal CLI interactions.

Capabilities Granted for tk

Claiming and managing tickets with `tk start` and `tk close`
Creating new tickets with `tk create`
Tracking ticket status with `tk show`

! Prerequisites & Limits

  • Requires local filesystem access for `.tickets/` directory
  • CLI-based interaction only
  • Markdown file format for tickets
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

tk

Install tk, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

tk - Ticket Management

A minimal CLI for tracking tickets as markdown files in .tickets/.

Workflow

bash
1tk ready # 1. Find available work 2tk start <id> # 2. Claim a ticket 3tk show <id> # 3. Read details 4# ... do the work 5tk close <id> # 4. Mark complete

Core Commands

CommandDescription
tk create "title"Create ticket (returns ID)
tk show <id>View ticket details
tk start <id>Claim ticket (set to in_progress)
tk close <id>Complete ticket
tk reopen <id>Revert to open
tk edit <id>Open in $EDITOR

Listing & Filtering

bash
1tk list # All tickets 2tk list --status open # By status (open|in_progress|closed) 3tk list -a alice # By assignee 4tk list -T urgent # By tag 5tk ready # Open tickets with resolved deps 6tk blocked # Tickets with unresolved deps 7tk closed # Recently closed

Create Options

bash
1tk create "Fix login bug" \ 2 -d "Description text" \ 3 -t bug \ # Type: bug|feature|task|epic|chore 4 -p 1 \ # Priority: 0-4 (0=highest) 5 -a alice \ # Assignee 6 --parent <epic-id> \ # Parent ticket 7 --tags ui,urgent # Tags

Dependencies

bash
1tk dep add <id> <depends-on> # Add dependency 2tk dep remove <id> <dep-id> # Remove dependency 3tk dep tree # Show dependency tree 4tk dep check # Check for cycles
bash
1tk add-note <id> "Progress update" # Add timestamped note 2tk link <id1> <id2> # Link related tickets 3tk unlink <id1> <id2> # Remove link

Export

bash
1tk query # JSON output 2tk query '.[] | .title' # With jq filter

Tips

  • Partial ID matching: tk show a1b matches tic-a1b2c3
  • Tickets stored in .tickets/ as markdown with YAML frontmatter
  • Git-friendly: commit tickets with your code

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is tk?

Perfect for CLI-based AI Agents needing lightweight ticket management capabilities. Minimal CLI ticket management system designed for AI agents.

How do I install tk?

Run the command: npx killer-skills add radutopala/ticket. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for tk?

Key use cases include: Claiming and managing tickets with `tk start` and `tk close`, Creating new tickets with `tk create`, Tracking ticket status with `tk show`.

Which IDEs are compatible with tk?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for tk?

Requires local filesystem access for `.tickets/` directory. CLI-based interaction only. Markdown file format for tickets.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add radutopala/ticket. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use tk immediately in the current project.

Related Skills

Looking for an alternative to tk or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI