setup-track

Install Track task, project, plan, spec, workflow, and hook files in a repository.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Hugopeck/track --skill setup-track
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-track
Source: https://github.com/Hugopeck/track/tree/main/skills/setup-track
Command: npx skills add https://github.com/Hugopeck/track --skill setup-track

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill sets up Track so a repository can manage tasks, projects, validation, and agent handoff directly in git instead of relying on a separate PM tool.

Core Features & Use Cases

  • Fresh installation or safe re-run on an existing Track repo
  • Installs task, project, plan, spec, workflow, and hook files
  • Imports existing markdown work, falls back to onboarding when nothing is found, and updates agent instructions in CLAUDE.md and AGENTS.md
  • Useful for bootstrapping a repo for AI agents, enforcing task status, and keeping work synchronized through git and GitHub Actions

Quick Start

Ask the agent to set up Track in the current repository and initialize the tracking workspace, hooks, workflows, and any importable markdown work.

Frequently Asked Questions about setup-track

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

FAQPage Schema
How do I set up task tracking in a git repository for AI agents?

To set up task tracking in a git repository, this skill installs managed files, hooks, workflows, and agent guidance directly into the repo. It bootstraps Track to manage tasks, validation, and agent handoff without relying on a separate project management tool.

Can I import existing markdown tasks when bootstrapping repository tracking?

Yes, you can import existing markdown tasks during repository tracking setup. The skill scans for importable markdown work and integrates it, automatically falling back to onboarding logic if no existing markdown content is found.

Is it safe to re-run git hooks and workflow setup on an existing repository?

Re-running git hooks and workflow setup on an existing repository is safe. The skill performs safe re-runs that update managed files and validation logic while strictly preserving your user-authored content and existing project work.

Does GitHub Actions task coordination require external dependencies?

GitHub Actions task coordination requires no external dependencies. The skill installs native workflows and hooks directly in the repository to enforce task status and keep work synchronized through git without additional tools.

What is the best way to coordinate AI agent handoff in a git repository?

The best way to coordinate AI agent handoff in a git repository is using installed agent guidance files. The skill updates CLAUDE.md and AGENTS.md to provide structured task coordination and validation logic directly for AI agents.

Why does task tracking setup update CLAUDE.md and AGENTS.md files?

Task tracking setup updates CLAUDE.md and AGENTS.md files to inject agent instructions. This ensures AI agents receive standardized guidance for task execution, repo-wide coordination, and status enforcement directly within the repository.