Communityv1.0.0

Project Router

Terminal-first project bootstrapper and workspace context manager. Use when the user asks for /project-style workflows: detect current project, read project context/brief, run standardized targets (build/test/lint/deploy), init a .project bundle via plan/apply, manage artifacts, or expose these actions via MCP server mcp-project-router and CLI project.

2.7kdownloads10active installsSafaTinaztepe
View on ClawHubBack to Skills

Skill Details

Slug
project-router
Latest Version
1.0.0
Author
SafaTinaztepe
Published
Feb 6, 2026
Updated
May 18, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Project Router.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release introducing local project management, task tracking, and context switching: - Adds project detection, context reading, and standardized target execution via CLI and MCP server. - Implements per-project bundle in `.project/` with manifest, targets, artifact index, and history. - Provides canonical task store (SQLite) with Trello sync for task mirroring and status management. - Enables safe, idempotent plan/apply workflow for project initialization and artifact management. - Offers context switching: load relevant docs, code, and tasks for rapid project/task focus.