manager

Solid

Use when need to sync session work into GitHub issues OR query status of an existing track across repos. Two modes — write (end-of-session sync: find issues, update, create with parent epic + W-label) and read (status lookup across repos). Triggers on "/manager", "sync session", "обнови issues", "синкни сессию", "зафиксируй прогресс", "статус задачи", "что по <track>", "есть ли issue по", "track status", "what about <track>".

AI & Automation 176 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Manager — bidirectional GitHub issues bridge Part of the Personal Corp framework — running a one-person business through AI agents. Bridges session work and GitHub issues in both directions. GitHub issues are the source of truth for tasks. Manager has two modes: 1. **Write mode (sync)** — at end of session: read what was done, find existing issues, update with progress, create new only if nothing matches. 2. **Read mode (query)** — anytime: «what about track X?», «status of Y?» → search across your repos, return condensed state of matching issues with current labels and last activity. ## Setup Before first use, define this in your project's `CLAUDE.md`: ```markdown ## Manager Config ### GitHub owner Your GitHub username or org for issue search: - owner: your-github-handle ### Repos to scan (cross-repo issue search scope) List repos manager should search: - ~/Projects/main - ~/Projects/ops - ~/Projects/marketing ### Tasks index file (optional) Path to your curated "what's hot this week" file. Manager reads it FIRST before any `gh search` to scope queries: - tasks_index: ~/docs/tasks.md (если файла нет — manager работает без индекса, поиск идёт по всем repos) ### Domain → repo routing | Domain | Repo | |--------|------| | commercial / B2B deals | crm | | product launches | main | | ops / infrastructure | ops | | content | marketing | ### Issue title domains (closed list) Closed list used in title formula `{domain}: {object} — {action}`. Customize for your business:...

Details

Author
serejaris
Repository
serejaris/personal-corp-skills
Created
5 months ago
Last Updated
yesterday
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category