code-with-task-local — community code-with-task-local, reference-manager, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Task Management Agents requiring localized reference management and CSL-JSON compatibility. A local reference management tool using CSL-JSON as the single source of truth

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

Agent Capability Analysis

The code-with-task-local skill by ncukondo 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

Ideal for Task Management Agents requiring localized reference management and CSL-JSON compatibility.

Core Value

Empowers agents to manage tasks locally using CSL-JSON as the single source of truth, facilitating seamless integration with Git workflows and IPC status reporting through `.worker-status.json` files, leveraging Git branch management and JSON data exchange.

Capabilities Granted for code-with-task-local

Automating task implementation using spec/_index.md and spec/tasks/ directories
Generating and managing `.worker-status.json` files for IPC status reporting
Debugging task workflows using Git branch management and JSON data exchange

! Prerequisites & Limits

  • Requires Git workflow integration
  • Limited to local reference management using CSL-JSON
  • Needs write access to worktree root for `.worker-status.json` files
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

code-with-task-local

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

SKILL.md
Readonly

Task Implementation (Local): $ARGUMENTS

spec/_index.mdを起点として必要事項を確認後、spec/tasks/内のタスク [prefix]-*$ARGUMENTS*.md に取り組みます。

作業は $ARGUMENTS に結びつけられたブランチ(無ければ妥当な名前を考えて作成)で行います。

IPC Status Reporting

worktreeルートの .worker-status.json にステータスを書き込む:

bash
1WORKTREE_ROOT="$(git rev-parse --show-toplevel)" 2cat > "$WORKTREE_ROOT/.worker-status.json" <<IPCEOF 3{ 4 "branch": "$(git branch --show-current)", 5 "task_file": "<task file path>", 6 "status": "<status>", 7 "current_step": "<step description>", 8 "pr_number": null, 9 "error": null, 10 "updated_at": "$(date -u +%Y-%m-%dT%H:%M:%SZ)" 11} 12IPCEOF

ステータス値: startingin_progresstestingcreating_prcompleted / failed

書き込みタイミング:

  • 作業開始時: starting
  • 各ステップ着手時: in_progress + current_step 更新
  • テスト実行時: testing
  • PR作成時: creating_pr
  • 完了時: completed + pr_number 設定
  • エラー時: failed + error 設定

Workflow

ステップ一つが完了する毎にタスクファイルを更新し、commit。次の作業に移る前に残りのcontextを確認し、次の作業の完了までにcompactが必要になってしまいそうならその時点で作業を中断して下さい。

Work Boundaries

並列作業時のconflictを避けるため:

  • ブランチ内での作業: 実装 → テスト → PR作成まで
  • マージ後にmainブランチで: ROADMAP.md更新とタスクファイルのcompleted/への移動

FAQ & Installation Steps

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

? Frequently Asked Questions

What is code-with-task-local?

Ideal for Task Management Agents requiring localized reference management and CSL-JSON compatibility. A local reference management tool using CSL-JSON as the single source of truth

How do I install code-with-task-local?

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

What are the use cases for code-with-task-local?

Key use cases include: Automating task implementation using spec/_index.md and spec/tasks/ directories, Generating and managing `.worker-status.json` files for IPC status reporting, Debugging task workflows using Git branch management and JSON data exchange.

Which IDEs are compatible with code-with-task-local?

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 code-with-task-local?

Requires Git workflow integration. Limited to local reference management using CSL-JSON. Needs write access to worktree root for `.worker-status.json` files.

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 ncukondo/reference-manager. 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 code-with-task-local immediately in the current project.

Related Skills

Looking for an alternative to code-with-task-local 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