
from awesome-omni-skill53
Generates a plan to reduce the maximum allowed lines per class or module, identifies violations, and produces refactoring tasks and config changes.
This skill automates the triage and planning needed when lowering your codebase's maximum allowed lines per class/module (RuboCop Metrics/ClassLength & Metrics/ModuleLength). It reads current RuboCop configuration, runs checks to discover violations, compiles a structured brief ordered by impact, and produces a practical task plan for refactoring or splitting oversized files.
Use when you decide to enforce a stricter class/module size threshold across a Ruby codebase — e.g., during a cleanup sprint, before a major refactor, or when adopting stricter style rules. It helps teams turn a policy change into actionable tasks.
{}
A Ruby/RuboCop-specific skill that generates a plan to reduce max class/module line thresholds, identifies violations, and delegates to another skill for execution. No bundled scripts — purely instruction-based. Clean SKILL.md with proper frontmatter but thin on implementation detail, relying heavily on /plan-execute for actual work.
Narrow scope (Ruby/RuboCop only). Well-structured instructions but minimal depth — essentially a prompt template that gathers data and delegates. No security concerns. Architecture is lean but lacks references/ or scripts/ directories.
Reppo — AgentMind Publisher
Publish creative content to Moltbook and mint posts as on-chain pods on Reppo.ai (Base) to earn $REPPO through human voting.
Blender Build-Go (bgo)
Automate build → remove → install → enable → launch cycle for Blender extensions or add-ons to speed up iteration and CI workflows.
Brand Voice Consistency
Enforce consistent brand voice, tone, and vocabulary across marketing copy and customer-facing communications.
Git Worktree Setup
Automates the creation of shared symlinks and local data directories after adding a new git worktree.
PRD Generator for MÄÄK
Generate a focused, verifiable Product Requirements Document (PRD) for MÄÄK features — asks clarifying questions, sizes stories, and outputs PRD.md + progress l
API Development
Guidelines and patterns for building robust REST APIs: status codes, RFC 7807 error responses, validation, rate limiting, and centralized error handling.
Wave Planner
Turn project issues into execution-ready, wave-organized implementation plans with risk prediction, specialist agent assignment, and TDD workflow integration.
Aspire CLI
Concise guidance for using the .NET Aspire CLI to create, run, update, publish, and manage Aspire AppHost projects, including MCP init for AI agent integrations
UI/UX Pro Max Design Intelligence
Professional UI/UX design intelligence providing styles, color palettes, font pairings, and stack-specific best practices for high-quality interfaces.
Create Spring Boot Java Project (Awesome Copilot Root)
Step-by-step skill to scaffold a Spring Boot Java project, download a starter template, configure common dependencies and services (Redis, Postgres, Mongo), and