Replies: 1 comment
-
|
Second affected-user voice on this. I hit a Windows compatibility bug in skill-creator today (issue #1061, fix PRs #1099 and #1050) and walked the trail: original report filed 2026-04-28, fix PRs opened 2026-04-27 and 2026-05-07, multiple independent Windows-user reproductions in each thread, zero maintainer engagement across any of them. Not isolated to skill-creator either. I have a separate workflow that hits Unicode crashes in For context on impact: Claude Code on Windows is my daily-driver development environment. skill-creator is the canonical surface for building and optimizing Claude Code skills. The combination means a meaningful fraction of your power-users are running into ship-blocking bugs in your own tooling, against your own platform, with no signal that submitted fix-PRs will ever be reviewed. The silent-failure pattern in An official statement helps in either direction:
The silence is the worst of both — affected users keep filing well-scoped PRs hoping they'll be reviewed, while the affected codebase keeps shipping broken-on-Windows. The signal-to-noise on these threads is high (real reproductions, byte-identical SHAs, working fixes); the engagement-to-signal is zero. Andre Valentine |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The ask: could a maintainer post an official statement, somewhere discoverable (a CONTRIBUTING.md, a note in the README, or a pinned issue/discussion), on whether external code PRs to the first-party skills are reviewed and accepted? There is currently no stated policy, and the observable track record (below) suggests they are not, so people keep spending real effort on fixes that may never be looked at. Even a one-line "we do not take outside code PRs to these skills" would let contributors redirect their effort instead of guessing. If outside code contributions are welcome, a note on where or how to get them triaged would do the same.
I am asking because I measured how the repo has actually responded to community contributions, and the pattern is consistent enough that the absence of a stated policy is itself costing people work. All counts are as of 2026-05-24 and are reproducible from the GitHub search/REST API.
Maintainer engagement (a comment or review from an account with MEMBER/OWNER/COLLABORATOR rights):
Merges:
klazuka(the repo owner),zack-anthropic, andkencheeto(profile lists @anthropics). The external contributors whose PRs did merge landed only docs/metadata, no code (e.g.quuuandallenzhou101, both @vercel; one was a one-line frontmatter fix).Affiliation is inferred from public profile and role, not from anything definitive, but it is consistent across every code merge I checked. To be clear, this is not "the repo is dead": Anthropic collaborators merge first-party updates (e.g. the
claude-apiskill) regularly. The gap is specifically engagement with externally filed code contributions and questions.Until there is a statement either way, the practical note for contributors: I found no evidence that an externally filed PR here gets reviewed at all, regardless of its age, quality, or outcome. The realistic value of contributing is the public record and helping other users who hit the same bug (you can apply the fix to your own install in the meantime), not a review or a merge.
Beta Was this translation helpful? Give feedback.
All reactions