
from awesome-omni-skill48
Run a user request through five specialized agents in parallel, then synthesize their outputs into a consensus recommendation with confidence scoring and dissen
Launches five specialized agents (Architect, Planner, Security, Code Quality, Creative) in parallel, collects their outputs, applies a quorum check, and synthesizes a final recommendation via a reviewer agent. Designed for ensemble-style analysis where diverse perspectives produce a stronger final answer.
templates/ (templates/synthesis-prompt.md, agent-prompts/*.md).Agent-agnostic design but expects support for spawning parallel subagents and a synthesis agent (models referenced: sonnet for agents, opus for synthesis).
Multi-perspective analysis skill that orchestrates 5 specialized agents in parallel then synthesizes results. Well-documented workflow with injection detection, quorum checks, and degraded mode fallback. No scripts were bundled in the DB record, and the SKILL.md references template files (architect.md, planner.md, etc.) and config/ that aren't present, making it non-functional out of the box. Some UI text mixes Portuguese and English inconsistently.
Clean security posture with injection detection and rate limiting. Main issue is the skill references a rich file structure (templates, config, scripts, docs) that isn't included in the DB record, so it's more of a specification than a functional skill. The SKILL.md itself is thorough and well-organized. Portuguese language fragments suggest original author may be Brazilian.
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