projects

Maintain a centralized registry of active projects across repositories.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/dljsjr/sandpiper-ai --skill projects-dljsjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: projects
Source: https://github.com/dljsjr/sandpiper-ai/tree/main/skills/sandpiper/projects
Command: npx skills add https://github.com/dljsjr/sandpiper-ai --skill projects-dljsjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains a centralized registry of active projects across repositories so the agent can build cross-project awareness and streamline session initialization.

Core Features & Use Cases

  • Cross-repo project tracking: a single source of truth for active work across multiple repos.
  • Session-start context: automatically surfaces relevant projects when starting a stand-up.
  • Add/deactivate/list operations: manage project entries without editing files manually.

Quick Start

Add the active project to the registry at session start to enable cross-project context.

Frequently Asked Questions about projects

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

FAQPage Schema
How do I track active projects across multiple repositories?

Cross-repo project tracking is handled by maintaining a centralized registry of active projects in a TOON-formatted file. This single source of truth enables the agent to build cross-project awareness and automatically surface relevant repos during session initialization.

How do I generate a standup summary across different repos?

Generating a standup summary across different repos relies on the centralized project registry to provide session-start context. By automatically surfacing relevant active projects, it streamlines initialization and builds cross-project awareness for your stand-up.

What is a centralized project registry and how does it work?

A centralized project registry is a single source of truth for active work stored in a TOON-formatted file at ~/.sandpiper/agent/projects.toon. It works by allowing the agent to add, deactivate, and list projects, enabling seamless cross-project awareness.

Can I manage project entries without editing files manually?

You can manage project entries without editing files manually by using the Skill's built-in add, deactivate, and list operations. These operations interact directly with the TOON-formatted registry file, automating registry updates during your session.

Does cross-repo project tracking require dependencies to function?

Cross-repo project tracking requires no external dependencies to function. It operates independently by relying solely on a TOON-formatted file at ~/.sandpiper/agent/projects.toon to maintain the centralized registry and provide cross-project context.