Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/meller/laneconductor/laneconductornpx skills add meller/laneconductor --skill laneconductorgit clone --depth 1 https://github.com/meller/laneconductorWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00063 | $0.29032 |
| Opus 5 | $0.00032 | $0.14516 |
| Sonnet 5 | $0.00013 | $0.05806 |
| Haiku 4.5 | $0.00006 | $0.02903 |
Grade C, and why
laneconductor scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
2. Delete the folder: `rm -rf conductor/tracks/NNN-*/` How it starts
The opening of the file, as written. The whole thing — 2,231 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LaneConductor Skill
Sovereign Developer Environment — real-time visibility into AI-driven development across multiple repositories. Tracks progress through a local Postgres database and displays it on a Vite Kanban dashboard (port 8090).
Modes of Operation
- Full Local Stack (CLI-driven): Uses the
lcCLI, local Postgres, and a Vite Kanban dashboard. Best for solo developers wanting a rich UI. Requires Node.js and a Unix-like environment (Linux/macOS/WSL). - AI-Native / Skill-Only (Minimalist): No CLI or DB required. Simply copy this skill into your Claude Desktop, and the AI will manage everything through the filesystem (
conductor/folder). Perfect for Windows or lightweight environments.
Universal CLI (lc)
LaneConductor provides a global lc command to manage your projects without relying on an LLM or per-project Makefiles.
Installation
cd ~/Code/laneconductor
make install-cli
Core Commands
lc worker run <track>: Normally what you want. Runs a worker scoped to that track in the foreground and exits when it's done. It cannot claim any other queued track — unlikelc worker start --sync-and-work, which claims anything queued and will begin autonomous agent runs on every other track sitting inqueue. (Track 1109)lc worker start [--sync-and-work] [--only-tracks <n,n>] [--once]: Start the heartbeat worker in the background.--only-tracksrestricts what it may claim — it narrows only, and can never widen a server-side permission decision;--onceexits when that scoped work is finished. A second, independent gate sits alongside--only-tracksand the assignee gate: a track's own**Auto Run**marker (default no — see the marker table above) must also beyesbeforeautoLaunchLocalFs's auto-launch loop will pick it up from the queue.--only-tracksnaming a track does NOT bypassauto_run: false— it can only narrow further, never force a run; uselc worker run <track>for that. Like the assignee gate, this is bypassed for a track that's mid-conversation (waiting_for_reply: true), and never applies tolc worker run <track>or explicit dispatch (worker_dispatch), which are direct human/manager instructions, not auto-picking from the open queue. (Track 10017)lc worker stop: Stop the background heartbeat worker.lc worker restart: Restart the background heartbeat worker.lc worker status: Check the health and PID of the local worker.lc worker logs: Stream the worker's activity logs.lc worker sync: Manually trigger an immediate fan-out synchronization across all targets.lc status: Show a Kanban board of tracks in the terminal (with worker health check).lc ui [start|stop]: Manage the Vite dashboard.lc new "Title" "Description": Create a new track.lc setup: Initialize a new project with LaneConductor.lc add-target --url <url> [--key <key>] [--store-type gcp-secret] [--secret-name <name>]: Add a sync endpoint.lc add-target --type jira --domain <domain> --email <email> --project-key <key> [--token-env <env>]: Add a Jira sync target.lc add-target-mapping --lane <lc_lane> --target "<target_status>": Configure custom Jira status mapping for a specific Lane. (Example:lc add-target-mapping --lane implement --target "In Progress")lc list-targets: Show all sync targets and their active/disabled status.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 2,231 lines · 63 tokens per session scan C 6cb3b8b07ae1
laneconductor is a skill published in the GitHub repository meller/laneconductor (11 stars, last pushed 2d ago), licensed MIT. It adds 63 tokens to every session and 29,032 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
symphony-skill
Single Symphony operator router for Kanban tickets, service/TUI runs, WORKFLOW.md and prompt config, lane customization, delegation, production-ready app delivery planning, OneShot runs, repo and monorepo bootstrap, and worker failure triage.
coss
Helps implement coss UI components correctly. Use when building UIs with coss primitives (buttons, dialogs, selects, forms, menus, tabs, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger-based overlays, or troubleshooting coss component behavior. Covers imports, accessibility…
kanban-board
To do / In progress / In review / Done 四列, 卡片 + 头像 + 泳道.
close-task-commit-push-pr
Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.
call-diagnostics
Analyze phone call observability data, detect problems, track them across calls, and recommend systematic repairs.
kanban-tui
Comprehensive kanban board and task management via ktui CLI. Use for project tracking, todo lists, task dependencies, workflow automation, and board management. Activates when user mentions boards, tasks, kanban, or project management. If the ktui command is not available, but uv is available utilize uvx kanban-tui…