CtrlK
BlogDocsLog inGet started
Tessl Logo

superpowers-ruby

github.com/lucianghinda/superpowers-ruby

SkillAddedReview
finishing-a-development-branch

skills/finishing-a-development-branch/SKILL.md

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

68

hwc-navigation-content

skills/hwc-navigation-content/SKILL.md

Build Hotwire navigation and content-discovery flows: Turbo Frame pagination, tabbed navigation, lazy loading, faceted filtering/search, cache lifecycle, scroll restoration, and visit/render control. Prefer this skill when the core problem is request/response navigation state and browser history behavior. Use hwc-forms-validation for form validation and inline edit flows, hwc-realtime-streaming for WebSocket/Turbo Stream push updates, hwc-media-content for image/video/audio features, hwc-ux-feedback for generic loading/progress/transition polish, and hwc-stimulus-fundamentals for Stimulus APIs not centered on navigation.

75

subagent-driven-development

skills/subagent-driven-development/SKILL.md

Use when executing implementation plans with independent tasks in the current session

54

hwc-stimulus-fundamentals

skills/hwc-stimulus-fundamentals/SKILL.md

Cover Stimulus controller fundamentals: lifecycle hooks, values and valueChanged callbacks, targets and target callbacks, outlets, action parameters, keyboard events, and controller architecture patterns. Prefer this skill when the request is primarily about Stimulus APIs and controller design independent of a specific Hotwire domain. Use hwc-forms-validation for form-specific workflows, hwc-navigation-content for Turbo navigation concerns, hwc-realtime-streaming for Turbo Streams/WebSocket patterns, hwc-media-content for media integrations, and hwc-ux-feedback for loading/progress/transition UX patterns.

72

brakeman

skills/brakeman/SKILL.md

Static analysis security vulnerability scanner for Ruby on Rails applications. Use when analyzing Rails code for security issues, running security audits, reviewing code for vulnerabilities, setting up security scanning in CI/CD, managing security warnings, or investigating specific vulnerability types (SQL injection, XSS, command injection, etc.). Also use when configuring Brakeman, reducing false positives, or integrating with automated workflows.

72

37signals-style

skills/37signals-style/SKILL.md

Rails coding patterns derived from analysis of 37signals' Fizzy codebase. Use when writing Rails code in 37signals/Basecamp style or when asked to follow 37signals patterns. Covers controllers, models, views, Hotwire, testing, database, security, and team philosophy.

67

brainstorming

skills/brainstorming/SKILL.md

Use when starting any creative work — creating features, building components, adding functionality, or modifying behavior — before writing any implementation code.

57