website: fix broken plugin list + update README#46
Merged
Conversation
…cture The site showed 0 plugins because generate-plugin-data.js was scanning for per-plugin .claude-plugin/plugin.json dirs, which no longer exist after the restructure. Rewrote the script to read the root .claude-plugin/plugin.json skills[] array, parse each SKILL.md frontmatter, and emit one entry per skill with the new category taxonomy (spec-driven, agents, browser, productivity, misc). Also: - InstallBanner: /plugin marketplace add → npx skills@latest add - PluginList/PluginCard: update category names to match new taxonomy - README: add missing writing-flows skill Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
generate-plugin-data.js가 구버전 멀티 플러그인 구조(<dir>/.claude-plugin/plugin.json)를 탐색하던 것을 단일 스킬 레포 구조(루트.claude-plugin/plugin.json의skills[]배열 파싱)로 재작성. 15개 스킬이 정상 표시됨.code-review / workflow / specification / utility / infrastructure→spec-driven / agents / browser / productivity / misc로 변경/plugin marketplace add명령어 →npx skills@latest add devstefancho/claude-plugins로 변경writing-flows스킬 추가Test plan
npm run build— ✅)plugins.json에 15개 스킬 생성 확인 (writing-flows포함 — ✅)🤖 Generated with Claude Code