lanes-sessions

Manage AI coding sessions and issues on the Lanes board.

253|16|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/lanes-sh/app --skill lanes-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lanes-sessions
Source: https://github.com/lanes-sh/app/tree/main/plugins/lanes-desktop/skills/lanes-sessions
Command: npx skills add https://github.com/lanes-sh/app --skill lanes-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit addresses the challenge of managing AI coding sessions and Lanes issues by providing a set of tools to interact with the Lanes platform. It enables users to create issues, start and stop sessions, batch-launch work, read terminal output, and manipulate the Lanes board and sessions.

Core Features & Use Cases

  • Issue Management: Create, read, update, and delete issues on the Lanes board.
  • Session Control: Start, stop, resume, and delete AI coding sessions associated with issues.
  • Terminal Output Reading: Retrieve the output from CLI sessions within issues.
  • Use Case: Suppose you have multiple Claude Code sessions running in different issues across the Lanes board. Use this Skill to review the output, manage sessions, and track progress without switching between tabs or losing context.

Quick Start

Start a Claude session on a new Lanes issue 'issue123'.

Frequently Asked Questions about lanes-sessions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage multiple AI coding sessions running concurrently?

To manage concurrent AI coding sessions, you can use an orchestration interface to start, stop, resume, and delete CLI-based sessions across different issues. This allows you to track progress and review terminal output without losing context.

Can I control Claude Code sessions directly from an issue board?

Yes, you can control Claude Code sessions directly from an issue board by using local MCP tools. This integration facilitates CRUD operations on issues and orchestrates CLI coding sessions from a single multi-user interface.

What is needed to start orchestrating CLI coding sessions on a Lanes board?

To start orchestrating CLI coding sessions, you need an active Lanes application and a local MCP setup. These prerequisites enable the local MCP tools required to interact with the board and manage sessions.

How do I retrieve terminal output from an AI coding session?

You can retrieve terminal output from an AI coding session by using the terminal output reading feature within the issue board interface. This allows you to review CLI session results directly without switching tabs.

Does this session control approach work in multi-user environments?

Yes, this session control approach is specifically applicable in multi-user environments. It facilitates coordination across concurrent coding sessions, ensuring multiple users can manage issues without conflict.

How do I batch-launch work across multiple Lanes issues?

You can batch-launch work across multiple Lanes issues by using the session orchestration tools provided. This allows you to start multiple AI coding sessions simultaneously and manage them from the board interface.