Skip to content

docs: fix version badge 404 and rename to "Powers"#1

Merged
pacho-h merged 1 commit intomainfrom
fix/readme-version-badge
Apr 17, 2026
Merged

docs: fix version badge 404 and rename to "Powers"#1
pacho-h merged 1 commit intomainfrom
fix/readme-version-badge

Conversation

@pacho-h
Copy link
Copy Markdown
Owner

@pacho-h pacho-h commented Apr 17, 2026

Summary

  • README의 version 뱃지가 shields.io 정적 뱃지 형식을 만족하지 못해 (badge/version-0.1.1, color 세그먼트 누락) 404를 반환하는 문제를 수정
  • 정적 뱃지를 GitHub 태그 기반 동적 뱃지(github/v/tag/pacho-h/ssep)로 교체 — 이후 릴리스 태그와 자동 동기화
  • 플러그인 풀네임을 Super Software Engineering PowerSuper Software Engineering Powers로 변경 (README 제목, .claude-plugin/plugin.json, .claude-plugin/marketplace.json)

Test plan

  • 새 뱃지 URL이 HTTP/2 200 반환 확인 (curl -sI)
  • 머지 후 README 렌더링에서 version 뱃지가 현재 태그(v0.1.1)로 표시되는지 확인
  • 마켓플레이스 UI에서 변경된 description이 반영되는지 확인

🤖 Generated with Claude Code

- Replace broken shields.io static badge (missing color segment) with dynamic GitHub tag badge
- Rename "Super Software Engineering Power" to "Super Software Engineering Powers" across README and plugin metadata

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@pacho-h pacho-h self-assigned this Apr 17, 2026
@pacho-h pacho-h merged commit ccf2d7a into main Apr 17, 2026
1 check passed
@pacho-h pacho-h deleted the fix/readme-version-badge branch April 17, 2026 06:40
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the project name and description from 'Super Software Engineering Power' to 'Super Software Engineering Powers' across the README and plugin metadata files. Additionally, the version badge in the README has been updated to a dynamic GitHub tag badge. A review comment suggests correcting a redundancy in the marketplace description where 'Powers skills' was used, recommending consistency with the other updated descriptions.

},
"metadata": {
"description": "Marketplace hosting the ssep plugin \u2014 Super Software Engineering Power skills for Claude Code",
"description": "Marketplace hosting the ssep plugin \u2014 Super Software Engineering Powers skills for Claude Code",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

이 라인의 "Powers skills"라는 표현은 "Powers"가 이미 능력을 의미하므로 다소 중복되게 느껴질 수 있습니다. 다른 파일(.claude-plugin/plugin.json)이나 이 파일의 15번 라인에서 사용된 "Super Software Engineering Powers — specialized skills" 형식과 일관성을 맞추기 위해 "skills"를 제거하거나 구분자(—)를 사용하는 것이 더 자연스럽습니다.

Suggested change
"description": "Marketplace hosting the ssep plugin \u2014 Super Software Engineering Powers skills for Claude Code",
"description": "Marketplace hosting the ssep plugin \u2014 Super Software Engineering Powers for Claude Code",

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