[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-apache-magpie-list-skills":3,"mdc-xmzm31-key":40,"related-repo-apache-magpie-list-skills":429,"related-org-apache-magpie-list-skills":532},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":35,"sourceUrl":38,"mdContent":39},"magpie-list-skills","list and index repository skills","Print a human-readable index of every skill in this repository,\ngrouped by family prefix (`pr-management`, `security`, `setup`,\n…) with each skill's name and the first sentence of its\n`description`. The listing is generated on every run from the\nlive `.claude\u002Fskills\u002F*\u002FSKILL.md` files, so it never goes stale\nwhen skills are added, removed, or rewritten.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"apache","Apache Software Foundation","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fapache.png",[12,16,19],{"name":13,"slug":14,"type":15},"Documentation","documentation","tag",{"name":17,"slug":18,"type":15},"Reference","reference",{"name":20,"slug":21,"type":15},"Engineering","engineering",61,"https:\u002F\u002Fgithub.com\u002Fapache\u002Fmagpie","2026-07-12T08:35:31.301585","Apache-2.0",42,[28,8,29,30,31,32,33,34],"agent-skills","automation","claude-code","cve","security","vulnerability-disclosure","vulnerability-management",{"repoUrl":23,"stars":22,"forks":26,"topics":36,"description":37},[28,8,29,30,31,32,33,34],"Agent-assisted maintainership and development framework for Apache projects — Triage, Mentoring, Drafting (agent-authored fixes with human review), and Pairing (developer-side dev-cycle) skills shipping; Agentic Autonomous (auto-merge) on the roadmap.","https:\u002F\u002Fgithub.com\u002Fapache\u002Fmagpie\u002Ftree\u002FHEAD\u002Fskills\u002Flist-skills","---\n# SPDX-License-Identifier: Apache-2.0\n# https:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0\nname: magpie-list-skills\nfamily: utilities\nmode: Meta\ndescription: |\n  Print a human-readable index of every skill in this repository,\n  grouped by family prefix (`pr-management`, `security`, `setup`,\n  …) with each skill's name and the first sentence of its\n  `description`. The listing is generated on every run from the\n  live `.claude\u002Fskills\u002F*\u002FSKILL.md` files, so it never goes stale\n  when skills are added, removed, or rewritten.\nwhen_to_use: |\n  Invoke when a human asks *\"what skills are available\"*, *\"list\n  the skills\"*, *\"show me the skills in this repo\"*, *\"give me a\n  table of contents for the skills\"*, or types `\u002Fmagpie-list-skills`.\n  This is a help-style overview for humans onboarding to the\n  repository — agents route via the live frontmatter\n  `description` field directly and do not need this index to\n  choose a skill.\ncapability: capability:stats\nlicense: Apache-2.0\n---\n\n\u003C!-- SPDX-License-Identifier: Apache-2.0\n     https:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0 -->\n\n\u003C!-- Placeholder convention (see AGENTS.md#placeholder-convention-used-in-skill-files):\n     \u003Cproject-config> → adopting project's `.apache-magpie\u002F` directory\n     \u003Ctracker>        → value of `tracker_repo:` in \u003Cproject-config>\u002Fproject.md\n     \u003Cupstream>       → value of `upstream_repo:` in \u003Cproject-config>\u002Fproject.md\n     \u003Cframework>      → `.apache-magpie\u002Fapache-magpie` in adopters; `.` in\n                        the framework standalone -->\n\n# list-skills\n\nPrint a human-readable index of the skills in this repository.\nThe index is generated on every run from the live\n`.claude\u002Fskills\u002F*\u002FSKILL.md` files — there is no cached copy to\nkeep in sync. The skill exists for humans (newcomers reading the\nrepo, maintainers checking what is available); agents route\ninvocations via the same frontmatter the script reads, so this\nskill is purely informational.\n\n---\n\n## Prerequisites\n\n- Python 3.9+ on `PATH` with `PyYAML` importable. The framework's\n  Python toolchain already meets this; no extra setup.\n\n---\n\n## Step 1 — Run the listing script\n\nRun the bundled script and present its output to the user\nverbatim:\n\n```bash\npython3 .claude\u002Fskills\u002Fmagpie-list-skills\u002Fscripts\u002Flist_skills.py\n```\n\nFor a layout that puts each description on its own indented line\n(easier to read when descriptions are long), pass `--verbose`:\n\n```bash\npython3 .claude\u002Fskills\u002Fmagpie-list-skills\u002Fscripts\u002Flist_skills.py --verbose\n```\n\nThe script:\n\n- walks `.claude\u002Fskills\u002F*\u002FSKILL.md` relative to its own location;\n- parses each skill's YAML frontmatter for `name` + `description`;\n- groups skills by family prefix (the first hyphen-separated\n  token, with `pr-management` recognised as a two-token family —\n  see [`KNOWN_TWO_TOKEN_FAMILIES`](scripts\u002Flist_skills.py));\n- prints each skill with the first sentence of its description.\n\nWhen a new multi-token family appears (e.g. a hypothetical\n`docs-build-*`), add the prefix to `KNOWN_TWO_TOKEN_FAMILIES` in\n[`scripts\u002Flist_skills.py`](scripts\u002Flist_skills.py); otherwise the\nnew skills land under the single-token head.\n\n---\n\n## Step 2 — Hand the output to the user\n\nQuote the script output back to the user as-is. Do not\nparaphrase, summarise, or re-order — the value of this skill is\nthat the listing is the canonical, deterministic view of what\nexists. If the user asks for more detail on a specific skill,\nread that skill's `SKILL.md` and answer from it.\n\n---\n\n## Hard rules\n\n- **Read-only.** This skill never edits, creates, or deletes\n  files. It only reads `SKILL.md` files under `.claude\u002Fskills\u002F`.\n- **No paraphrasing.** Always present the script output verbatim.\n  Paraphrasing reintroduces the staleness this skill exists to\n  prevent.\n\n---\n\n## References\n\n- [`scripts\u002Flist_skills.py`](scripts\u002Flist_skills.py) — the\n  listing script Step 1 invokes.\n- [`AGENTS.md`](..\u002F..\u002FAGENTS.md#reusable-skills) — the\n  framework's \"Reusable skills\" section, which explains the\n  `.claude\u002Fskills\u002F` layout and frontmatter convention.\n- [`write-skill`](..\u002Fwrite-skill\u002FSKILL.md) — sibling skill for\n  authoring a new skill. Use it when the listing reveals a gap\n  that warrants a new entry.\n",{"data":41,"body":46},{"name":4,"family":42,"mode":43,"description":6,"when_to_use":44,"capability":45,"license":25},"utilities","Meta","Invoke when a human asks *\"what skills are available\"*, *\"list\nthe skills\"*, *\"show me the skills in this repo\"*, *\"give me a\ntable of contents for the skills\"*, or types `\u002Fmagpie-list-skills`.\nThis is a help-style overview for humans onboarding to the\nrepository — agents route via the live frontmatter\n`description` field directly and do not need this index to\nchoose a skill.\n","capability:stats",{"type":47,"children":48},"root",[49,57,72,76,83,109,112,118,123,152,165,189,194,261,291,294,300,313,316,322,361,364,370,423],{"type":50,"tag":51,"props":52,"children":54},"element","h1",{"id":53},"list-skills",[55],{"type":56,"value":53},"text",{"type":50,"tag":58,"props":59,"children":60},"p",{},[61,63,70],{"type":56,"value":62},"Print a human-readable index of the skills in this repository.\nThe index is generated on every run from the live\n",{"type":50,"tag":64,"props":65,"children":67},"code",{"className":66},[],[68],{"type":56,"value":69},".claude\u002Fskills\u002F*\u002FSKILL.md",{"type":56,"value":71}," files — there is no cached copy to\nkeep in sync. The skill exists for humans (newcomers reading the\nrepo, maintainers checking what is available); agents route\ninvocations via the same frontmatter the script reads, so this\nskill is purely informational.",{"type":50,"tag":73,"props":74,"children":75},"hr",{},[],{"type":50,"tag":77,"props":78,"children":80},"h2",{"id":79},"prerequisites",[81],{"type":56,"value":82},"Prerequisites",{"type":50,"tag":84,"props":85,"children":86},"ul",{},[87],{"type":50,"tag":88,"props":89,"children":90},"li",{},[91,93,99,101,107],{"type":56,"value":92},"Python 3.9+ on ",{"type":50,"tag":64,"props":94,"children":96},{"className":95},[],[97],{"type":56,"value":98},"PATH",{"type":56,"value":100}," with ",{"type":50,"tag":64,"props":102,"children":104},{"className":103},[],[105],{"type":56,"value":106},"PyYAML",{"type":56,"value":108}," importable. The framework's\nPython toolchain already meets this; no extra setup.",{"type":50,"tag":73,"props":110,"children":111},{},[],{"type":50,"tag":77,"props":113,"children":115},{"id":114},"step-1-run-the-listing-script",[116],{"type":56,"value":117},"Step 1 — Run the listing script",{"type":50,"tag":58,"props":119,"children":120},{},[121],{"type":56,"value":122},"Run the bundled script and present its output to the user\nverbatim:",{"type":50,"tag":124,"props":125,"children":130},"pre",{"className":126,"code":127,"language":128,"meta":129,"style":129},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","python3 .claude\u002Fskills\u002Fmagpie-list-skills\u002Fscripts\u002Flist_skills.py\n","bash","",[131],{"type":50,"tag":64,"props":132,"children":133},{"__ignoreMap":129},[134],{"type":50,"tag":135,"props":136,"children":139},"span",{"class":137,"line":138},"line",1,[140,146],{"type":50,"tag":135,"props":141,"children":143},{"style":142},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[144],{"type":56,"value":145},"python3",{"type":50,"tag":135,"props":147,"children":149},{"style":148},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[150],{"type":56,"value":151}," .claude\u002Fskills\u002Fmagpie-list-skills\u002Fscripts\u002Flist_skills.py\n",{"type":50,"tag":58,"props":153,"children":154},{},[155,157,163],{"type":56,"value":156},"For a layout that puts each description on its own indented line\n(easier to read when descriptions are long), pass ",{"type":50,"tag":64,"props":158,"children":160},{"className":159},[],[161],{"type":56,"value":162},"--verbose",{"type":56,"value":164},":",{"type":50,"tag":124,"props":166,"children":168},{"className":126,"code":167,"language":128,"meta":129,"style":129},"python3 .claude\u002Fskills\u002Fmagpie-list-skills\u002Fscripts\u002Flist_skills.py --verbose\n",[169],{"type":50,"tag":64,"props":170,"children":171},{"__ignoreMap":129},[172],{"type":50,"tag":135,"props":173,"children":174},{"class":137,"line":138},[175,179,184],{"type":50,"tag":135,"props":176,"children":177},{"style":142},[178],{"type":56,"value":145},{"type":50,"tag":135,"props":180,"children":181},{"style":148},[182],{"type":56,"value":183}," .claude\u002Fskills\u002Fmagpie-list-skills\u002Fscripts\u002Flist_skills.py",{"type":50,"tag":135,"props":185,"children":186},{"style":148},[187],{"type":56,"value":188}," --verbose\n",{"type":50,"tag":58,"props":190,"children":191},{},[192],{"type":56,"value":193},"The script:",{"type":50,"tag":84,"props":195,"children":196},{},[197,209,230,256],{"type":50,"tag":88,"props":198,"children":199},{},[200,202,207],{"type":56,"value":201},"walks ",{"type":50,"tag":64,"props":203,"children":205},{"className":204},[],[206],{"type":56,"value":69},{"type":56,"value":208}," relative to its own location;",{"type":50,"tag":88,"props":210,"children":211},{},[212,214,220,222,228],{"type":56,"value":213},"parses each skill's YAML frontmatter for ",{"type":50,"tag":64,"props":215,"children":217},{"className":216},[],[218],{"type":56,"value":219},"name",{"type":56,"value":221}," + ",{"type":50,"tag":64,"props":223,"children":225},{"className":224},[],[226],{"type":56,"value":227},"description",{"type":56,"value":229},";",{"type":50,"tag":88,"props":231,"children":232},{},[233,235,241,243,254],{"type":56,"value":234},"groups skills by family prefix (the first hyphen-separated\ntoken, with ",{"type":50,"tag":64,"props":236,"children":238},{"className":237},[],[239],{"type":56,"value":240},"pr-management",{"type":56,"value":242}," recognised as a two-token family —\nsee ",{"type":50,"tag":244,"props":245,"children":247},"a",{"href":246},"scripts\u002Flist_skills.py",[248],{"type":50,"tag":64,"props":249,"children":251},{"className":250},[],[252],{"type":56,"value":253},"KNOWN_TWO_TOKEN_FAMILIES",{"type":56,"value":255},");",{"type":50,"tag":88,"props":257,"children":258},{},[259],{"type":56,"value":260},"prints each skill with the first sentence of its description.",{"type":50,"tag":58,"props":262,"children":263},{},[264,266,272,274,279,281,289],{"type":56,"value":265},"When a new multi-token family appears (e.g. a hypothetical\n",{"type":50,"tag":64,"props":267,"children":269},{"className":268},[],[270],{"type":56,"value":271},"docs-build-*",{"type":56,"value":273},"), add the prefix to ",{"type":50,"tag":64,"props":275,"children":277},{"className":276},[],[278],{"type":56,"value":253},{"type":56,"value":280}," in\n",{"type":50,"tag":244,"props":282,"children":283},{"href":246},[284],{"type":50,"tag":64,"props":285,"children":287},{"className":286},[],[288],{"type":56,"value":246},{"type":56,"value":290},"; otherwise the\nnew skills land under the single-token head.",{"type":50,"tag":73,"props":292,"children":293},{},[],{"type":50,"tag":77,"props":295,"children":297},{"id":296},"step-2-hand-the-output-to-the-user",[298],{"type":56,"value":299},"Step 2 — Hand the output to the user",{"type":50,"tag":58,"props":301,"children":302},{},[303,305,311],{"type":56,"value":304},"Quote the script output back to the user as-is. Do not\nparaphrase, summarise, or re-order — the value of this skill is\nthat the listing is the canonical, deterministic view of what\nexists. If the user asks for more detail on a specific skill,\nread that skill's ",{"type":50,"tag":64,"props":306,"children":308},{"className":307},[],[309],{"type":56,"value":310},"SKILL.md",{"type":56,"value":312}," and answer from it.",{"type":50,"tag":73,"props":314,"children":315},{},[],{"type":50,"tag":77,"props":317,"children":319},{"id":318},"hard-rules",[320],{"type":56,"value":321},"Hard rules",{"type":50,"tag":84,"props":323,"children":324},{},[325,351],{"type":50,"tag":88,"props":326,"children":327},{},[328,334,336,341,343,349],{"type":50,"tag":329,"props":330,"children":331},"strong",{},[332],{"type":56,"value":333},"Read-only.",{"type":56,"value":335}," This skill never edits, creates, or deletes\nfiles. It only reads ",{"type":50,"tag":64,"props":337,"children":339},{"className":338},[],[340],{"type":56,"value":310},{"type":56,"value":342}," files under ",{"type":50,"tag":64,"props":344,"children":346},{"className":345},[],[347],{"type":56,"value":348},".claude\u002Fskills\u002F",{"type":56,"value":350},".",{"type":50,"tag":88,"props":352,"children":353},{},[354,359],{"type":50,"tag":329,"props":355,"children":356},{},[357],{"type":56,"value":358},"No paraphrasing.",{"type":56,"value":360}," Always present the script output verbatim.\nParaphrasing reintroduces the staleness this skill exists to\nprevent.",{"type":50,"tag":73,"props":362,"children":363},{},[],{"type":50,"tag":77,"props":365,"children":367},{"id":366},"references",[368],{"type":56,"value":369},"References",{"type":50,"tag":84,"props":371,"children":372},{},[373,386,408],{"type":50,"tag":88,"props":374,"children":375},{},[376,384],{"type":50,"tag":244,"props":377,"children":378},{"href":246},[379],{"type":50,"tag":64,"props":380,"children":382},{"className":381},[],[383],{"type":56,"value":246},{"type":56,"value":385}," — the\nlisting script Step 1 invokes.",{"type":50,"tag":88,"props":387,"children":388},{},[389,399,401,406],{"type":50,"tag":244,"props":390,"children":392},{"href":391},"..\u002F..\u002FAGENTS.md#reusable-skills",[393],{"type":50,"tag":64,"props":394,"children":396},{"className":395},[],[397],{"type":56,"value":398},"AGENTS.md",{"type":56,"value":400}," — the\nframework's \"Reusable skills\" section, which explains the\n",{"type":50,"tag":64,"props":402,"children":404},{"className":403},[],[405],{"type":56,"value":348},{"type":56,"value":407}," layout and frontmatter convention.",{"type":50,"tag":88,"props":409,"children":410},{},[411,421],{"type":50,"tag":244,"props":412,"children":414},{"href":413},"..\u002Fwrite-skill\u002FSKILL.md",[415],{"type":50,"tag":64,"props":416,"children":418},{"className":417},[],[419],{"type":56,"value":420},"write-skill",{"type":56,"value":422}," — sibling skill for\nauthoring a new skill. Use it when the listing reveals a gap\nthat warrants a new entry.",{"type":50,"tag":424,"props":425,"children":426},"style",{},[427],{"type":56,"value":428},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":430,"total":531},[431,446,462,476,492,508,518],{"slug":432,"name":432,"fn":433,"description":434,"org":435,"tags":436,"stars":22,"repoUrl":23,"updatedAt":445},"generate-cve-json","generate CVE JSON documents","Generate a CVE 5.x JSON document from an \u003Ctracker> tracking\nissue, ready to paste into the Vulnogram `#source` tab of the ASF CVE tool\nat https:\u002F\u002Fcveprocess.apache.org\u002Fcve5\u002F\u003CCVE-ID>#source. The conversion is\ndeterministic: same issue in, same JSON bytes out. Handles multiple\ncredits (one per line) and multiple references (URLs extracted from the\nissue's \"Public advisory URL\" and \"PR with the fix\" fields; the\n\"Security mailing list thread\" field is treated as internal-only and\nnever exported).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[437,440,442],{"name":438,"slug":439,"type":15},"Compliance","compliance",{"name":441,"slug":32,"type":15},"Security",{"name":443,"slug":444,"type":15},"Technical Writing","technical-writing","2026-07-12T08:35:41.218722",{"slug":447,"name":447,"fn":448,"description":449,"org":450,"tags":451,"stars":22,"repoUrl":23,"updatedAt":461},"magpie-audit-finding-fix","fix findings from code audit tools","For a batch of findings from a non-security audit tool\n(`\u003Caudit-tool>` — ruff \u002F flake8 \u002F mypy \u002F pylint \u002F CodeQL \u002F\nApache Verum \u002F Apache Caer \u002F equivalent; full list in the body)\nagainst `\u003Cupstream>`, draft the smallest fix for each finding.\nRe-runs the tool after each batch to confirm the findings are\ncleared. Produces a commit and a hand-back artefact; never opens\na PR on autopilot or merges.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[452,455,458],{"name":453,"slug":454,"type":15},"Audit","audit",{"name":456,"slug":457,"type":15},"Code Analysis","code-analysis",{"name":459,"slug":460,"type":15},"Debugging","debugging","2026-07-12T08:35:13.930479",{"slug":463,"name":463,"fn":464,"description":465,"org":466,"tags":467,"stars":22,"repoUrl":23,"updatedAt":475},"magpie-ci-runner-audit","audit GitHub Actions workflow runner compatibility","Read-only audit of GitHub Actions workflow runner compatibility\nfor one repository, an explicit repository set, one Apache project\nwith multiple repositories, or the full Apache GitHub org. Finds\nobsolete GitHub-hosted runner labels and macOS runner\u002Ftool\narchitecture mismatches. Produces TSV evidence files; never edits\nworkflows, opens PRs, or posts comments.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[468,469,472],{"name":453,"slug":454,"type":15},{"name":470,"slug":471,"type":15},"CI\u002FCD","ci-cd",{"name":473,"slug":474,"type":15},"GitHub Actions","github-actions","2026-07-12T08:34:30.320965",{"slug":477,"name":477,"fn":478,"description":479,"org":480,"tags":481,"stars":22,"repoUrl":23,"updatedAt":491},"magpie-committer-onboarding","onboard Apache project committers","Post-vote committer and PMC onboarding for Apache projects.\nWalks the nominator through every step from ICLA check to\nwelcome announcement for both incubating podlings and\ngraduated top-level projects.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[482,485,488],{"name":483,"slug":484,"type":15},"Management","management",{"name":486,"slug":487,"type":15},"Operations","operations",{"name":489,"slug":490,"type":15},"Process Documentation","process-documentation","2026-07-12T08:33:35.628029",{"slug":493,"name":493,"fn":494,"description":495,"org":496,"tags":497,"stars":22,"repoUrl":23,"updatedAt":507},"magpie-contributor-activity-sweep","generate contributor activity reports","Read-only GitHub activity card for a named contributor on \u003Cupstream>.\nFetches PR authorship, code-review activity, issues, and PR\u002Fissue\ncomments over a configurable window. Limited to GitHub-visible\nactivity — the body documents the off-GitHub tracks the nominator\nmust supply separately. No readiness verdict is produced; use\ncontributor-nomination for a full nomination brief.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[498,501,504],{"name":499,"slug":500,"type":15},"Analytics","analytics",{"name":502,"slug":503,"type":15},"GitHub","github",{"name":505,"slug":506,"type":15},"Reporting","reporting","2026-07-12T08:33:41.715859",{"slug":509,"name":509,"fn":510,"description":511,"org":512,"tags":513,"stars":22,"repoUrl":23,"updatedAt":517},"magpie-contributor-nomination","generate contributor nomination briefs","Read-only nomination brief for a named GitHub contributor on\n\u003Cupstream>. Aggregates GitHub activity across all contribution\ntracks plus maintainer-supplied off-GitHub signal, and flags\nvendor-neutrality context — the evidence a PMC needs to open\na committer or PMC nomination thread.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[514,515,516],{"name":20,"slug":21,"type":15},{"name":502,"slug":503,"type":15},{"name":505,"slug":506,"type":15},"2026-07-12T08:33:39.211745",{"slug":519,"name":519,"fn":520,"description":521,"org":522,"tags":523,"stars":22,"repoUrl":23,"updatedAt":530},"magpie-contributor-sentiment","measure contributor sentiment on GitHub repositories","Measures contributor-sentiment signals on \u003Cupstream> over a\nconfigurable window: thread tone (first-response classification),\ntime-to-first-reply (median hours), first-PR retention\n(second-PR rate), and reviewer load (Gini coefficient). Compares\neach signal against a pre-adoption baseline and produces a\nstructured gate report used to decide whether a skill family is\nready to advance from experimental to stable.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[524,525,528,529],{"name":499,"slug":500,"type":15},{"name":526,"slug":527,"type":15},"Communications","communications",{"name":20,"slug":21,"type":15},{"name":502,"slug":503,"type":15},"2026-07-12T08:34:09.204167",71,{"items":533,"total":682},[534,552,566,577,588,601,619,630,640,651,661,671],{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":549,"repoUrl":550,"updatedAt":551},"datafusion-python","write Apache DataFusion Python code","Use when the user is writing datafusion-python (Apache DataFusion Python bindings) DataFrame or SQL code. Covers imports, data loading, DataFrame operations, expression building, SQL-to-DataFrame mappings, idiomatic patterns, and common pitfalls.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[540,543,546],{"name":541,"slug":542,"type":15},"Data Analysis","data-analysis",{"name":544,"slug":545,"type":15},"Python","python",{"name":547,"slug":548,"type":15},"SQL","sql",593,"https:\u002F\u002Fgithub.com\u002Fapache\u002Fdatafusion-python","2026-07-12T08:36:04.957626",{"slug":553,"name":553,"fn":554,"description":555,"org":556,"tags":557,"stars":563,"repoUrl":564,"updatedAt":565},"bydbql","generate and execute BanyanDB BydbQL queries","Generate, validate, and optionally execute read-only BanyanDB BydbQL for STREAM, MEASURE, TRACE, and PROPERTY resources. Use when the user asks to query BanyanDB, translate natural language to BydbQL, inspect BanyanDB schema or data, validate BydbQL, or fetch raw BanyanDB records.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[558,559,562],{"name":499,"slug":500,"type":15},{"name":560,"slug":561,"type":15},"Database","database",{"name":547,"slug":548,"type":15},344,"https:\u002F\u002Fgithub.com\u002Fapache\u002Fskywalking-banyandb","2026-07-12T08:31:01.294423",{"slug":567,"name":567,"fn":568,"description":569,"org":570,"tags":571,"stars":563,"repoUrl":564,"updatedAt":576},"compiling","compile and build BanyanDB projects","Compile and build the SkyWalking BanyanDB project. Use when the user asks to compile, build, or generate code for this project.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[572,575],{"name":573,"slug":574,"type":15},"Build","build",{"name":20,"slug":21,"type":15},"2026-07-12T08:31:06.373309",{"slug":578,"name":578,"fn":579,"description":580,"org":581,"tags":582,"stars":563,"repoUrl":564,"updatedAt":587},"gh-pull-request","create GitHub pull requests for BanyanDB","Create a GitHub pull request for SkyWalking BanyanDB. Use when the user asks to create a PR, submit changes, or open a pull request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[583,584],{"name":502,"slug":503,"type":15},{"name":585,"slug":586,"type":15},"Pull Requests","pull-requests","2026-07-12T08:31:03.792415",{"slug":589,"name":589,"fn":590,"description":591,"org":592,"tags":593,"stars":563,"repoUrl":564,"updatedAt":600},"vendor-update","update Go and Node.js vendor dependencies","Upgrade Go\u002FNode.js vendor dependencies and sync tool versions. Use whenever the user says \"upgrade dependencies\", \"update vendors\", \"vendor update\", \"run vendor-upgrade\", \"bump dependencies\", \"update packages\", or asks to run the `vendor-update` Make target. This skill also checks `scripts\u002Fbuild\u002Fversion.mk` after upgrading to see if any tracked tool versions need updating too, and removes stale binaries from `bin\u002F` when versions change.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[594,597],{"name":595,"slug":596,"type":15},"Go","go",{"name":598,"slug":599,"type":15},"Node.js","node-js","2026-07-12T08:31:02.555555",{"slug":602,"name":602,"fn":603,"description":604,"org":605,"tags":606,"stars":616,"repoUrl":617,"updatedAt":618},"cayenne-cgen","generate Cayenne entity Java classes","Use this skill whenever the user wants to (re)generate Cayenne entity Java classes from a DataMap. Trigger on phrases like 'generate Java classes', 'regenerate entities', 'run cgen', 'create the entity classes', 'why is the Artist class missing fields', 'where did the `_Abstract*` classes come from', 'sync the entity classes with the model', or any request to materialize Java from the DataMap. Also trigger as a follow-up after modeling changes (someone added an entity, attribute, or relationship and now the Java side is stale). This skill exclusively uses the `mcp__cayenne__cgen_run` MCP tool — it does NOT use `mvn cayenne:cgen` or the Gradle cgen task.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[607,610,613],{"name":608,"slug":609,"type":15},"Data Modeling","data-modeling",{"name":611,"slug":612,"type":15},"Java","java",{"name":614,"slug":615,"type":15},"ORM","orm",343,"https:\u002F\u002Fgithub.com\u002Fapache\u002Fcayenne","2026-07-12T08:32:33.575211",{"slug":620,"name":620,"fn":621,"description":622,"org":623,"tags":624,"stars":616,"repoUrl":617,"updatedAt":629},"cayenne-db-import","import database schema into Cayenne DataMaps","Use this skill when the user wants to import database schema metadata into a Cayenne DataMap — the *model\u002Fmapping only*, not names or Java classes. Trigger on phrases like 'reverse engineer the database', 'import the schema', 'generate a DataMap from my DB', 'add the new tables from the DB into the model', 'import the customer table', 'create entities from these tables', or any request to read database metadata to populate or update a DataMap's XML. This is for *full schema* or *bulk table* import; one-off a-la-carte entity additions belong in the cayenne-modeling skill. IMPORTANT — scope: this imports the mapping ONLY; it does not clean up the Object-layer names or (re)generate Java classes. When the user wants their whole project brought in line with the DB ('sync my project with the database', 'my schema changed, update everything', 'update my entities\u002Fclasses from the DB'), that is the end-to-end `cayenne-full-db-sync` skill, which runs this import and then name cleanup and class generation. To regenerate classes alone use `cayenne-cgen`. The skill runs reverse engineering directly via the `mcp__cayenne__dbimport_run` MCP tool when a DBConnector is already configured; otherwise it opens the CayenneModeler GUI via `mcp__cayenne__open_project` to configure the connection first.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[625,626,627,628],{"name":560,"slug":561,"type":15},{"name":611,"slug":612,"type":15},{"name":614,"slug":615,"type":15},{"name":547,"slug":548,"type":15},"2026-07-19T05:40:33.655062",{"slug":631,"name":631,"fn":632,"description":633,"org":634,"tags":635,"stars":616,"repoUrl":617,"updatedAt":639},"cayenne-full-db-sync","synchronize Cayenne projects with database","Use this skill when the user wants to bring their WHOLE Cayenne project in line with the database in one shot — the mapping, the Object-layer names, and the generated Java classes together. This is the end-to-end 'sync with the DB' workflow, and it orchestrates three skills in order: `cayenne-db-import` (import schema metadata into the DataMap) → `cayenne-model-naming` (polish the just-imported names) → `cayenne-cgen` (regenerate Java classes). Trigger on holistic phrases like 'sync my project with the database', 'sync with the DB', 'my schema changed, update everything', 'update my entities\u002Fclasses from the database', 'reverse engineer and regenerate the classes', 'import the new tables and rebuild the entities', 'full DB sync', 'bring the model and classes up to date with the DB'. The distinguishing signal is scope: the user wants the whole project (mapping + names + Java code), not just one stage. For the *model\u002Fmapping only* (no name cleanup, no class generation) use `cayenne-db-import`; to (re)generate classes alone use `cayenne-cgen`; to clean names alone use `cayenne-model-naming`. Uses the `mcp__cayenne__dbimport_run` and `mcp__cayenne__cgen_run` MCP tools via the sub-skills; does NOT use Maven or Gradle goals.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[636,637,638],{"name":560,"slug":561,"type":15},{"name":611,"slug":612,"type":15},{"name":614,"slug":615,"type":15},"2026-07-19T06:03:49.112969",{"slug":641,"name":641,"fn":642,"description":643,"org":644,"tags":645,"stars":616,"repoUrl":617,"updatedAt":650},"cayenne-model-naming","clean up Cayenne object-layer names","Use this skill to clean up Object-layer names in a Cayenne DataMap — ObjEntity, ObjAttribute, and ObjRelationship names, plus DbRelationship names (the first-class unit of relationship cleanup — every FK has one whether or not an ObjRelationship was generated; the ObjRelationship name is synced to it when one exists) — so they read as descriptive, consistent Java. Trigger on phrases like 'clean up the model names', 'fix the entity names', 'these names look ugly', 'make the names descriptive', 'normalize the ObjEntity\u002Fattribute\u002Frelationship names', 'why is this relationship called team1', 'rename entities to be consistent', 'the import produced Gametype instead of GameType'. Invoke it on an explicit user request, or as a manual follow-up after a `cayenne-db-import` to polish the just-imported additions — it is never triggered automatically. IMPORTANT: this is a LIGHT polish pass — CayenneModeler's reverse-engineering already produces good names for the common case; only improve the specific things its deterministic algorithm cannot (run-together names with no separators like `gametype`, meaningless numbered names like `team1` from multiple relationships between two tables, and a common entity prefix that leaks into relationship names like `aaOrders`). Do NOT rewrite names that are already correct. This is Obj-layer naming polish; for structural model edits use `cayenne-modeling`, and for regenerating classes afterward use `cayenne-cgen`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[646,647,648,649],{"name":608,"slug":609,"type":15},{"name":560,"slug":561,"type":15},{"name":611,"slug":612,"type":15},{"name":614,"slug":615,"type":15},"2026-07-22T05:35:32.342548",{"slug":652,"name":652,"fn":653,"description":654,"org":655,"tags":656,"stars":616,"repoUrl":617,"updatedAt":660},"cayenne-modeler","manage Cayenne projects with CayenneModeler","Use this skill when the user explicitly wants to open CayenneModeler (the GUI) on a Cayenne project, or when the modeling task is inherently visual — reverse engineering (delegated to cayenne-db-import), bulk relationship layout, multi-entity visual refactoring. Trigger on phrases like 'open the Modeler', 'open in CayenneModeler', 'launch the GUI', 'edit visually', 'show me the project in the Modeler'. Do NOT trigger as a fallback for ordinary a-la-carte XML edits — those belong in the cayenne-modeling skill, which is faster and doesn't require the user to context-switch.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[657,658,659],{"name":608,"slug":609,"type":15},{"name":611,"slug":612,"type":15},{"name":614,"slug":615,"type":15},"2026-07-12T08:32:37.199428",{"slug":662,"name":662,"fn":663,"description":664,"org":665,"tags":666,"stars":616,"repoUrl":617,"updatedAt":670},"cayenne-modeling","edit and extend Cayenne ORM models","Use this skill whenever the user wants to edit, inspect, or extend the Cayenne ORM model in a project — adding or modifying entities, attributes, relationships, embeddables, named queries, stored procedures, or DataNodes. Trigger on phrases like 'add an ObjEntity', 'add a DbEntity', 'add a relationship', 'expose this column as an attribute', 'create a new DataMap', 'add a named query', 'create an embeddable', 'add a stored procedure', 'change the attribute type', 'mark this column as nullable', 'rename this entity', or any mention of a Cayenne `*.map.xml` or `cayenne-*.xml` file. Also trigger when the user references modeling concepts (ObjEntity, DbEntity, ObjAttribute, DbAttribute, ObjRelationship, DbRelationship, Embeddable, dbEntityName, deleteRule, db-attribute-path, db-relationship-path, defaultPackage) in the context of a Cayenne-using app. This is the *primary* skill for a-la-carte ORM model manipulation — direct XML edits, not the Modeler GUI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[667,668,669],{"name":560,"slug":561,"type":15},{"name":611,"slug":612,"type":15},{"name":614,"slug":615,"type":15},"2026-07-19T05:40:32.6889",{"slug":672,"name":672,"fn":673,"description":674,"org":675,"tags":676,"stars":616,"repoUrl":617,"updatedAt":681},"cayenne-query","write and modify Cayenne database queries","Use this skill whenever the user wants to write or modify a Cayenne query — fetching entities by criteria, joining, prefetching to avoid N+1, ordering, paginating, aggregating, or running raw SQL through Cayenne. Trigger on phrases like 'query for X', 'fetch all artists where ...', 'write an ObjectSelect', 'use SQLSelect', 'use SelectById', 'add a prefetch', 'get distinct values', 'count rows', 'find by ID', 'load by primary key', 'build a Cayenne expression', 'why am I getting N+1', 'how do I paginate', 'select a single column', 'select columns into a DTO', 'named query in the DataMap'. Do NOT trigger for modeling changes (use cayenne-modeling) or runtime bootstrap (use cayenne-runtime).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[677,678,679,680],{"name":560,"slug":561,"type":15},{"name":611,"slug":612,"type":15},{"name":614,"slug":615,"type":15},{"name":547,"slug":548,"type":15},"2026-07-12T08:32:35.072322",108]