By mellobirkan
EvenBetter skills for iOS product workflows, SwiftUI implementation, Apple HIG, accessibility, analysis, validation, and remediation.
Workflow skill that scopes and orchestrates agent-driven remediation from numbered EvenBetter findings. Use when asked to fix issues from analyze-{N}.json, orchestrate fixes from evenbetter-validate-{N}.json, resolve findings with agents, fix only severe issues first, generate fallback fix prompts, or coordinate remediation batches for an analyzed project with .evenbetter/manifest.json history.
iOS SwiftUI design-guidelines compliance analyzer for Apple Human Interface Guidelines and WCAG 2.2. Use when given an absolute path to a SwiftUI iOS project and asked to audit typography, color and theming, components, layout and interaction, navigation and flow, or accessibility; reads source files without modifying them and stores the JSON report in the project's .evenbetter folder.
iOS UX and Apple HIG workflow for large epics, multi-screen SwiftUI flows, app-from-scratch planning, navigation architecture, accessibility strategy, Dynamic Type, VoiceOver, screenshot-informed review, and full UX implementation validation. Use when the user wants to design or audit a multi-screen iOS experience, plan an app, validate HIG conformance, create UX tickets, or review implementation against an EvenBetter epic.
iOS UX and Apple HIG workflow for small features, single SwiftUI views, screen-level UX planning, accessibility contracts, Dynamic Type, VoiceOver, screenshot-informed review, and SwiftUI/iOS best-practice validation. Use when the user wants to add or review a small iOS feature, improve a screen's UX, validate Apple Human Interface Guidelines conformance, plan accessible interactions, create UX tickets, or audit implementation against an EvenBetter feature plan.
Validator for numbered EvenBetter iOS analyzer reports. Use to validate audit results, check evenbetter-analyze findings for hallucination, verify high-severity violations, recompute confidence, verify guideline URLs, and write .evenbetter/evenbetter-validate-{N}.json from .evenbetter/analyze-{N}.json using .evenbetter/manifest.json.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
EvenBetter Plugin Marketplace is a GitHub-hosted marketplace for distributing curated EvenBetter skills as installable plugins. The MVP ships one plugin, evenbetter-ios, for iOS product workflows, SwiftUI implementation, Apple HIG review, accessibility, analysis, validation, and remediation.
The marketplace currently targets both Claude Code and Codex. Both platforms install the same plugin payload from plugins/evenbetter-ios/skills/; only the platform metadata files differ.
Add the marketplace:
/plugin marketplace add MelloBirkan/EvenBetterFramework
Install the iOS plugin:
/plugin install evenbetter-ios@evenbetter
Reload plugins in the current Claude Code session after installing or updating:
/reload-plugins
Claude Code namespaces plugin skills by plugin name, so installed skills appear under names such as /evenbetter-ios:evenbetter-ios-feature and /evenbetter-ios:swiftui-ui-patterns.
Add the marketplace:
codex plugin marketplace add MelloBirkan/EvenBetterFramework
Then install from Codex:
Codex Desktop -> Plugins -> evenbetter -> evenbetter-ios -> Add to Codex
Or from the Codex CLI:
codex
/plugins
In the plugin browser, choose the evenbetter marketplace, open evenbetter-ios, and select Install plugin.
After installation, start a new thread and either ask Codex directly or invoke the plugin or one of its bundled skills with @.
Claude Code:
/plugin marketplace update evenbetter
/plugin update evenbetter-ios@evenbetter
/reload-plugins
Codex:
codex plugin marketplace upgrade evenbetter
Then reopen Codex or the plugin browser if the updated marketplace does not appear immediately.
For the Claude Code marketplace, this MVP intentionally omits explicit version fields from the marketplace entry and plugin manifest. Claude Code resolves the plugin version from the git commit SHA when no explicit version is set, so every marketplace commit can be treated as a new development version. Codex documentation currently describes marketplace refresh and plugin cache behavior, but does not document the same git-SHA fallback contract; keep Codex updates tied to codex plugin marketplace upgrade until a formal release/versioning policy is added.
.claude-plugin/
marketplace.json
.agents/
plugins/
marketplace.json
plugins/
evenbetter-ios/
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
skills/
...
The plugin content source of truth is plugins/evenbetter-ios/skills/.
Do not maintain a parallel copy of installable iOS plugin skills under the repository root. If a skill should ship to users, edit it inside plugins/evenbetter-ios/skills/.
evenbetter-ios contains:
evenbetter-ios-featureevenbetter-ios-epicevenbetter-ios-analyzeevenbetter-validateevenbetter-fixios-app-intentsios-debugger-agentswiftui-accessibilityswiftui-liquid-glassswiftui-performance-auditswiftui-ui-patternsswiftui-view-refactorcodex plugin marketplace add.plugins/evenbetter-ios/skills/.plugins/evenbetter-ios/.claude-plugin/plugin.jsonplugins/evenbetter-ios/.codex-plugin/plugin.json./plugins/evenbetter-ios:
.claude-plugin/marketplace.json.agents/plugins/marketplace.jsonskills/, commands/, agents/, hooks, or other components inside .claude-plugin/ or .codex-plugin/; only plugin.json belongs there.version omitted unless adopting an explicit release process.npx claudepluginhub mellobirkan/evenbetterframework --plugin evenbetter-iosCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer