Skip to content

website: fix broken plugin list + update README#46

Merged
devstefancho merged 1 commit into
mainfrom
worktree-web-and-readme
Jun 10, 2026
Merged

website: fix broken plugin list + update README#46
devstefancho merged 1 commit into
mainfrom
worktree-web-and-readme

Conversation

@devstefancho

Copy link
Copy Markdown
Owner

Summary

  • Website 0 plugins 버그 수정: generate-plugin-data.js가 구버전 멀티 플러그인 구조(<dir>/.claude-plugin/plugin.json)를 탐색하던 것을 단일 스킬 레포 구조(루트 .claude-plugin/plugin.jsonskills[] 배열 파싱)로 재작성. 15개 스킬이 정상 표시됨.
  • 카테고리 업데이트: code-review / workflow / specification / utility / infrastructurespec-driven / agents / browser / productivity / misc로 변경
  • InstallBanner: /plugin marketplace add 명령어 → npx skills@latest add devstefancho/claude-plugins로 변경
  • README: 누락된 writing-flows 스킬 추가

Test plan

  • 로컬 빌드 성공 확인 (npm run build — ✅)
  • plugins.json에 15개 스킬 생성 확인 (writing-flows 포함 — ✅)
  • Vercel 배포 후 claude-plugins.stefancho.dev 에서 스킬 목록 표시 확인

🤖 Generated with Claude Code

…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>
@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
claude-plugins Ready Ready Preview, Comment Jun 10, 2026 2:47pm

@devstefancho devstefancho merged commit 20a7058 into main Jun 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant