Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

Unite-Hub

Unite-Hub contiene 56 skills recopiladas de CleanExpo, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
56
Stars
1
actualizado
2026-06-17
Forks
0
Cobertura ocupacional
13 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

unite-supabase-journey-guard
Desarrolladores de software

Apply this skill for Unite-Hub Supabase migrations, PostgREST/Data API visibility, founder-scoped Playwright journeys, or errors such as PGRST205, access=denied, stale Supabase linked refs, or migration history drift. Prevents repeating the SQL/cache/auth loop by enforcing the exact verification sequence for core journeys.

2026-06-17
northstar-navigator
Especialistas en gestión de proyectos

The compass for Unite-Hub's road to /shipit. Defines the single NorthStar (a real, comprehensive, working founder CRM in production, every section GREEN), the binding definition of GREEN, and the No-Invaders Manifest that keeps the build honest and surgical. Consult BEFORE deciding what to build/skip/finish — it resolves "200 ≠ real" temptations and scope-creep pressure. P1, auto-loaded.

2026-05-29
cron-pull-template
Desarrolladores de software

Apply this skill WHEN scaffolding a new cron "pull" route that syncs external/derived data into Supabase on a schedule (Vercel cron). Encodes the Unite-Hub cron invariants: CRON_SECRET auth, FOUNDER_USER_ID actor, overlap safety, idempotent upsert, last-sync timestamp, and failure surfacing. Generic `cron-scheduler` covers scheduling; this covers the PULL handler body. P3.

2026-05-29
mock-vs-real-detector
Analistas de garantía de calidad de software y probadores

Apply this skill WHEN verifying that a route, page, or integration serves REAL data and not silent mock/placeholder data. Detects the "false-green" failure mode: an endpoint returns 200 (or a page renders) while the underlying data is fabricated because a provider is unconnected. Trigger WHENEVER classifying a section's readiness, reviewing integration wrappers, or before marking anything GREEN. P2 — load on audit/verify tasks.

2026-05-29
context-partitioning
Desarrolladores de software

Manifest-first context isolation — each subagent receives only its scope, never the full codebase

2026-03-26
council-of-logic
Desarrolladores de software

Apply this skill for ANY decision with non-obvious tradeoffs: architectural choices, debugging without a clear root cause, performance strategies, security decisions, feature design with competing constraints, refactoring scope decisions. Forces multi-perspective analysis before committing to a solution. P1 auto-load — always active on complex reasoning tasks.

2026-03-26
execution-guardian
Desarrolladores de software

Apply this skill before executing ANY irreversible action: bash commands that delete, reset, or overwrite; database migrations; git destructive operations (push --force, reset --hard, branch -D); environment variable changes; deployment triggers. Apply before proposing solutions when requirements are ambiguous. Blocks unsafe execution defaults. P1 auto-load — always active.

2026-03-26
ralph-wiggum
Desarrolladores de software

Autonomous task completion loop with PRD tracking and persistent progress memory

2026-03-26
scientific-luxury-design
Diseñadores gráficos

Apply this skill for ALL UI work in Unite-Group: components, pages, layouts, Tailwind classes, design decisions, CSS, visual styling, colour choices, spacing, typography. Also apply when reviewing or auditing existing UI, suggesting improvements, or building anything that will be rendered in a browser. If there is any visual or interactive element involved, this skill applies.

2026-03-26
system-supervisor
Desarrolladores de software

Apply this skill before creating new files, new abstractions, new dependencies, new API routes, new database tables, or new components. Detects architectural drift, complexity accumulation, and pattern violations before they get committed. Also applies when reviewing existing code for structural issues. P1 auto-load — always active when the system structure changes.

2026-03-26
skill-name-kebab-case-matches-directory-name
Desarrolladores de software

[REQUIRED — This is what Claude reads to decide whether to apply the skill] Apply this skill for ANY [exhaustive list of scenarios where this applies]. Trigger verbs: ANY, BEFORE, WHEN, AFTER. Be specific — vague descriptions cause missed triggers. End with: "[Priority context]. [Auto-load statement if P1]."

2026-03-26
verification-first
Analistas de garantía de calidad de software y probadores

Hard verification gate — no task is complete without proof it works (Next.js/Supabase stack)

2026-03-26
agent-orchestrator
Especialistas en gestión de proyectos

Route complex requests to the right specialist agent or chain of agents. Central brain of the agent swarm — analyses what the user needs, determines which specialist domain(s) are required, and coordinates parallel or sequential agent execution. Use when a request spans multiple domains, when deciding which specialist should handle an ambiguous request, or when a task requires a multi-step pipeline across different skills. Triggers on: multi-step requests, cross-domain tasks, "coordinate", "plan this out", "I need help with multiple things", or any complex request that touches more than one specialist area.

2026-03-25
api-client
Desarrolladores de software

Type-safe fetch wrapper with interceptors, retry, and error normalisation for Next.js API clients

2026-03-25
api-contract
Desarrolladores de software

Typed API contract patterns enforcing consistency between Next.js API routes (Zod request/response schemas) and frontend consumers. Covers schema location conventions, error response contracts, and versioning strategy.

2026-03-25
audit-trail
Desarrolladores de software

Structured audit event logging for compliance, forensics, and activity tracking — 7-year retention per Privacy Act 1988

2026-03-25
brand-ambassador
Analistas de investigación de mercados y especialistas en marketing

Act as a brand ambassador — create authentic, platform-specific social media content that embodies a brand's identity and connects with audiences. Use when asked to "create social media content for a brand", "act as a brand ambassador", "write ambassador posts", "promote [brand] on social media", "create influencer-style content", "write authentic brand content", or any request involving representing a brand through social content. Triggers on: ambassador voice, brand promotion posts, UGC-style content, or when someone wants social media content that sounds like a real person recommending a brand rather than corporate marketing copy. Especially relevant for Synthex AI social content pipeline and the 7 businesses in the Unite-Group network.

2026-03-25
ceo-board
Directores ejecutivos

Orchestrates 9-persona CEO Board deliberation for strategic business decisions, with persistent agent expertise files

2026-03-25
definition-of-done-builder
Especialistas en gestión de proyectos

">"

2026-03-25
delegation-planner
Gerentes generales y de operacionesGerentes de sistemas informáticos y de información

">"

2026-03-25
dispatching-parallel-agents
Desarrolladores de software

Use when facing 2+ independent failures or tasks that can be worked on concurrently without shared state. Groups independent failures by component (frontend/backend/database), launches concurrent agents, integrates results, then runs full test suite. Triggers on multiple independent test failures, multi-component CI failures, or parallel feature work.

2026-03-25
evidence-verifier
Especialistas en gestión de proyectos

">"

2026-03-25
finished-audit
Especialistas en gestión de proyectos

">"

2026-03-25
finishing-branch
Desarrolladores de software

End-of-feature workflow for development branches. Verifies tests pass, generates PR description, chooses merge strategy, cleans up worktrees, and manages branch lifecycle. Triggers on "create PR", "merge", "finishing", "branch cleanup", "ready to merge", or at end of feature work.

2026-03-25
git-worktrees
Desarrolladores de software

Creates isolated git worktrees for feature development with automatic dependency installation, baseline test verification, and .gitignore safety checks. Extends the /minion isolation model with a formal worktree workflow. Triggers on "new feature", "isolate", "worktree", multi-session work, or when parallel development is needed.

2026-03-25
idea-to-production
Desarrolladores de software

Plain-English pipeline from idea to production — routes user requests to the right phase and agent

2026-03-25
model-currency-checker
Desarrolladores de software

">"

2026-03-25
notebooklm-second-brain
Desarrolladores de software

Notebook First retrieval policy — query NotebookLM notebooks before web search or context dumping

2026-03-25
oauth-flow
Desarrolladores de software

OAuth 2.0 and OIDC integration with PKCE, Supabase Auth providers, and redirect URI validation

2026-03-25
outcome-translator
Especialistas en gestión de proyectos

">"

2026-03-25
senior-saas-pm
Especialistas en gestión de proyectos

Act as a Senior Project Manager with 15 years of SaaS delivery experience — advising, creating deliverables, and managing the full lifecycle from discovery through renewal. Triggers on: project plan, implementation plan, sprint planning, risk register, stakeholder update, SOW, resource plan, go-live, project charter, retrospective, change request, escalation, budget tracking, RACI, governance, release plan, data migration, QA strategy, UAT, cutover, capacity planning, velocity, burndown, kickoff, lessons learned, or any request involving running a SaaS project. Also triggers on "we're behind schedule", "the client is unhappy", or "how should I run this project?"

2026-03-25
systematic-debugging
Analistas de garantía de calidad de software y probadores

Use when encountering any bug, test failure, or unexpected behaviour, before proposing any fixes. Four-phase root-cause protocol with hard 3-attempt circuit breaker. Enhances the bug-hunter agent with structured investigation. Triggers on "bug", "error", "failing", "crash", "debug", "broken", "why isn't", "not working".

2026-03-25
tdd
Analistas de garantía de calidad de software y probadores

Use when implementing any feature or bug fix. Hard gate — no production code without a failing test first. Applies to vitest (apps/web/) and pytest (apps/backend/). Triggers on "implement", "add feature", "fix bug", "new component", "new endpoint", or any code-writing task.

2026-03-25
visual-excellence-enforcer
Desarrolladores de software

">"

2026-03-25
blueprint-engine
Desarrolladores de software

Hybrid DAG execution primitive combining deterministic and agentic nodes with hard iteration caps

2026-03-03
claude-browser
Desarrolladores de software

Claude Chrome extension tools for personal browser automation in the user's actual browser. Use for logged-in sessions, form filling, and interactive tasks.

2026-03-03
council-of-logic
Desarrolladores de software

Mathematical first principles validation for code quality. Triggers on "optimise", "algorithm", "performance", "complexity", "O(n)", or when reviewing code for efficiency. Enforces Turing (algorithmic), Von Neumann (architecture), Bezier (animation), and Shannon (compression) principles.

2026-03-03
cron-scheduler
Desarrolladores de software

Scheduled task management patterns for Vercel cron jobs, Next.js API route handlers, and backend periodic tasks. Covers cron expression conventions, CRON_SECRET authentication, overlap protection, timezone handling (AEST/AEDT), and failure alerting.

2026-03-03
csv-processor
Desarrolladores de software

Streaming CSV parse and generate patterns for large file support across Next.js frontend and FastAPI backend. Covers row-by-row streaming, Zod row validation, Pydantic export models, Australian locale formatting (DD/MM/YYYY dates, AUD currency), and memory-safe chunked processing.

2026-03-03
dashboard-patterns
Desarrolladores de software

Real-time dashboard patterns codifying the project's Status Command Centre component library, timeline/orbital layout, Supabase Realtime integration, and Scientific Luxury design enforcement for all data visualisation surfaces.

2026-03-03
Mostrando las 40 principales de 56 skills recopiladas en este repositorio.
CleanExpo/Unite-Hub Agent Skills | SkillsMP