Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This repo also **dogfoods seven of those workflows on itself**, so you can see e

| Workflow | Trigger | Purpose |
|---|---|---|
| [repo-assist](.github/workflows/repo-assist.md) | Every 12 h + `/repo-assist` | Labels issues, comments to unblock contributors, opens draft PRs for bug fixes and improvements |
| [repo-assist](.github/workflows/repo-assist.md) | Every 12 h + `/repo-assist` + πŸ‘€ reaction | Labels issues, comments to unblock contributors, opens draft PRs for bug fixes and improvements |
| [daily-plan](.github/workflows/daily-plan.md) | Daily | Analyzes repo state and maintains a rolling project-plan Discussion |
| [update-docs](.github/workflows/update-docs.md) | Every push to `main` | Detects documentation drift and opens draft PRs to keep docs in sync with code changes |
| [q](.github/workflows/q.md) | `/q` or πŸš€ reaction | Expert workflow optimizer β€” audits live logs, identifies inefficiencies, opens optimization PRs |
Expand All @@ -41,6 +41,7 @@ To run the installed workflows on your own fork:
- The appropriate secret set on the repository:
- OAuth path: `CLAUDE_CODE_OAUTH_TOKEN`
- API-key path: `ANTHROPIC_API_KEY`
- GitHub Discussions enabled (required by `daily-plan` β€” uses the "announcements" category β€” and `weekly-research` β€” uses the "ideas" category)

See [skills/install/auth.md](skills/install/auth.md) for the complete auth decision tree.

Expand Down Expand Up @@ -115,7 +116,7 @@ Full details β€” including the two-pass tweak rationale, verification grep count
skills/
discover/
SKILL.md # /sidekick:discover logic and hard rules
catalog.md # curated workflow catalog (stub until scope-lock)
catalog.md # curated workflow catalog (7 entries)
install/
SKILL.md # /sidekick:install logic and hard rules
auth.md # OAuth vs. API-key decision tree
Expand Down