-
Notifications
You must be signed in to change notification settings - Fork 0
feat: fill catalog.md with 7 curated workflows; fix plugin.json TBD fields #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,20 +1,74 @@ | ||||||
| # Curated workflow catalog | ||||||
|
|
||||||
| STUB — fill during scope-lock hour (memo: 2026-04-19, task 3). | ||||||
| 7 hand-picked entries from [`githubnext/agentics`](https://github.com/githubnext/agentics/tree/main/workflows). | ||||||
| All require Claude auth — see `../install/auth.md` for the OAuth vs API-key decision. | ||||||
|
|
||||||
| Target: 5-8 entries from the `githubnext/agentics` catalog, chosen because the author would personally recommend them. Quality of recommendation > catalog breadth. | ||||||
| --- | ||||||
|
|
||||||
| ## Entry template | ||||||
| ## issue-triage | ||||||
|
|
||||||
| Each entry should capture: | ||||||
| - **Upstream source**: `githubnext/agentics/workflows/issue-triage.md` | ||||||
| - **One-line purpose**: Labels new issues, detects spam, and posts an analysis comment with debugging tips and reproduction steps — automatically, the moment an issue lands. | ||||||
| - **Fits repos that**: receive issues regularly; have a label set already defined; maintainers who are time-poor and want triage handled before they even look at their inbox. | ||||||
| - **Setup friction**: low — one secret (Claude auth), no YAML to edit; customize the prompt body after install if you want custom label logic. | ||||||
|
||||||
| - **Setup friction**: low — one secret (Claude auth), no YAML to edit; customize the prompt body after install if you want custom label logic. | |
| - **Setup friction**: low — one secret (Claude auth), no workflow YAML to author by hand; customize the prompt body after install if you want custom label logic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The catalog’s setup-friction blurbs don’t mention the extra OAuth-only post-compile
.lock.ymltweak required by the documented install flow (skills/install/SKILL.md+skills/install/auth.md). As written, a reader could assume “one secret” is sufficient regardless of auth path. Consider noting here that the listed friction assumes the API-key path, and that the OAuth path adds the mandatory lockfile patch step (and re-application after any recompile).