github.com/lucianghinda/superpowers-ruby
Skill | Added | Review |
|---|---|---|
writing-plans skills/writing-plans/SKILL.md Use when you have a spec or requirements for a multi-step task, before touching code | 44 44 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
requesting-code-review skills/requesting-code-review/SKILL.md Use when completing tasks, implementing major features, or before merging to verify work meets requirements | 36 36 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
hwc-forms-validation skills/hwc-forms-validation/SKILL.md Handle Hotwire form workflows: form submission lifecycle, inline editing, validation errors, typeahead/autocomplete, modal forms, and external form controls. Prefer this skill when the core problem is correctness and UX of form interaction. Use hwc-navigation-content for pagination/tabs/filter navigation, hwc-realtime-streaming for WebSocket/Turbo Stream broadcasting, hwc-media-content for image/video/audio behavior, hwc-ux-feedback for generic loading/transition polish, and hwc-stimulus-fundamentals for framework-level Stimulus APIs not tied to forms. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
rails-guides skills/rails-guides/SKILL.md Official Rails documentation. Use when asked about any Rails-specific topic including ActiveRecord, routing, controllers, views, mailers, jobs, Action Cable, Action Text, Active Storage, migrations, validations, callbacks, associations, caching, security, or internals. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
ruby-commit-message skills/ruby-commit-message/SKILL.md Use when committing code changes in Ruby or Ruby on Rails projects — guides commit message structure, type selection, and body content following Conventional Commits format | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
compound skills/compound/SKILL.md Use when a problem has just been solved and verified working — the fix is fresh, the investigation is in recent history, and the solution is non-trivial enough to capture for future reference | 38 38 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
compound-refresh skills/compound-refresh/SKILL.md Use when docs/solutions/ learnings may be stale — after refactors, migrations, or dependency upgrades, when a retrieved learning feels outdated or contradicts a recently solved problem, when pattern docs no longer reflect current code, or when reviewing docs/solutions/ for accuracy. | 36 36 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
rails-upgrade skills/rails-upgrade/SKILL.md Use when upgrading a Rails application from one version to another, assessing upgrade readiness, planning a multi-hop upgrade path, or investigating breaking changes, deprecation warnings, gem compatibility issues, or config.load_defaults transitions between any Rails versions from 5.2 through the latest release. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 712d734 | |
writing-skills skills/writing-skills/SKILL.md Use when creating new skills, editing existing skills, or verifying skills work before deployment | 39 39 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
handoff-resume skills/handoff-resume/SKILL.md Use when starting a new session and wanting to continue from a previous handoff — reads the latest unrestored handoff document and restores session context | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
systematic-debugging skills/systematic-debugging/SKILL.md Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes | 38 38 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
ruby skills/ruby/SKILL.md Use when writing, reviewing, or debugging pure Ruby code — idiomatic patterns, modern 3.x+ features (pattern matching, Data.define, endless methods), error handling conventions (raise vs fail, result objects), memoization, and performance idioms. For Rails use rails-guides. For testing use minitest. For code style use sandi-metz-rules. | 77 77 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
hwc-ux-feedback skills/hwc-ux-feedback/SKILL.md Implement cross-cutting Hotwire UX feedback patterns: loading states, busy indicators, progress bars, optimistic UI, render interception, and view/page transitions. Prefer this skill when the core goal is perceived performance and user feedback, independent of a single feature domain. Use hwc-forms-validation for form correctness and validation behavior, hwc-navigation-content for navigation/history/cache mechanics, hwc-realtime-streaming for push/stream orchestration, hwc-media-content for media-specific behavior, and hwc-stimulus-fundamentals for base Stimulus API questions. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
using-superpowers skills/using-superpowers/SKILL.md Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions | 32 32 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
dispatching-parallel-agents skills/dispatching-parallel-agents/SKILL.md Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies | 43 43 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
executing-plans skills/executing-plans/SKILL.md Use when you have a written implementation plan to execute in a separate session with review checkpoints | 51 51 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
verification-before-completion skills/verification-before-completion/SKILL.md Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always | 85 85 1.22x Agent success vs baseline Impact 92% 1.22xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
handoff-list skills/handoff-list/SKILL.md Use when viewing available handoff documents — lists active and archived handoffs with their status, date, topic, and branch | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
sandi-metz-rules skills/sandi-metz-rules/SKILL.md This skill should be used when users request code review, refactoring, or code quality improvements for Ruby codebases. Apply Sandi Metz's four rules for writing maintainable object-oriented code - classes under 100 lines, methods under 5 lines, no more than 4 parameters, and controllers instantiate only one object. Use when users mention "Sandi Metz", "code quality", "refactoring", or when reviewing Ruby code for maintainability. | 79 79 1.17x Agent success vs baseline Impact 100% 1.17xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
hwc-realtime-streaming skills/hwc-realtime-streaming/SKILL.md Implement real-time Hotwire behavior: Turbo Streams over WebSocket/SSE, custom stream actions, inline stream tags, live list updates, and cross-tab state synchronization. Prefer this skill when the core problem is push-based updates or stream action orchestration. Use hwc-navigation-content for pull-based pagination/tab/lazy-navigation flows, hwc-forms-validation for form lifecycle and validation, hwc-media-content for media upload/playback behavior, hwc-ux-feedback for generic loading/progress/transitions, and hwc-stimulus-fundamentals for non-stream Stimulus fundamentals. | 71 71 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 712d734 | |
handoff skills/handoff/SKILL.md Use when capturing session state before switching context, ending a session, or manually preserving progress — creates a structured handoff document in docs/handoffs/ so a future session can resume seamlessly | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
using-git-worktrees skills/using-git-worktrees/SKILL.md Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
receiving-code-review skills/receiving-code-review/SKILL.md Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation | 75 75 1.34x Agent success vs baseline Impact 97% 1.34xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
hwc-media-content skills/hwc-media-content/SKILL.md Handle media-heavy Hotwire features: image/video/audio uploads, previews, playback controls, progress tracking, and third-party media integrations (for example WaveSurfer, Swiper, Picture-in-Picture, Blurhash). Prefer this skill when the core problem is media rendering, playback state, or media library integration. Use hwc-realtime-streaming for server-pushed Turbo Stream updates, hwc-navigation-content for non-media pagination/tab/lazy-navigation flows, hwc-forms-validation for form validation and inline-edit behavior, hwc-ux-feedback for generic loading/transition patterns, and hwc-stimulus-fundamentals for Stimulus primitives not specific to media. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 | |
test-driven-development skills/test-driven-development/SKILL.md Use when implementing any feature or bugfix, before writing implementation code | 40 40 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 712d734 |