yyork-cli

Manage yyork sessions, spawn worker tasks, and control its local server via CLI.

7|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/yyopc/yyork --skill yyork-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yyork-cli
Source: https://github.com/yyopc/yyork/tree/main/.agents/skills/yyork-cli
Command: npx skills add https://github.com/yyopc/yyork --skill yyork-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The yyork-cli skill simplifies the interaction with yyork's CLI, allowing for the efficient management of yyork sessions and tasks.

Core Features & Use Cases

  • Session Management: Start, spawn, list, send messages, and stop sessions in yyork.
  • Local Dashboard/API Server: Control the local dashboard and API server for yyork.
  • Worker and Orchestrator Sessions: Spawns worker or orchestrator sessions to manage tasks.
  • Use Case: When you need to manage yyork sessions, spawn worker tasks, or interact with yyork's local server for development.

Quick Start

To start the yyork CLI with a project, run:

yyork /path/to/project

Frequently Asked Questions about yyork-cli

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

FAQPage Schema
How do I manage local agent sessions using a command line interface?

You can manage local agent sessions using a CLI to start, spawn, list, send messages to, and stop sessions. This allows efficient control of agent orchestration directly from your terminal.

What is local agent orchestration and when do I need session management for it?

Local agent orchestration coordinates worker and orchestrator tasks within a development environment. You need session management when you must spawn multiple background tasks, maintain their state, and interact with a local server.

How do I start a CLI session for a specific development project?

To start a CLI session for a specific development project, run the command with the path to your project directory. This initializes the local server and prepares the environment for task orchestration.

Can I spawn worker tasks and orchestrator sessions locally?

Yes, you can spawn worker and orchestrator sessions locally. The CLI supports spawning these sessions with various flags and options to manage task distribution and execution within your environment.

Does the yyork CLI require any external dependencies to operate the local server?

No, the yyork CLI does not require external dependencies to operate the local server. It runs self-contained scripts to manage the local dashboard, API server, and session orchestration out of the box.