vantageos-agency
OrganizationOpen-source coordination backend for AI agent teams. Shared memory, messaging, tasks via MCP. 20 tables, 75 tools. Convex-native.
Categories
Indexed Skills (15)
dispatch-subagent
Compose and dispatch a Claude Code subagent (the `Agent` tool) with the correct brief template marker pre-injected so the `enforce-brief-template` hook never blocks. Use this skill whenever the user says "dispatch a subagent", "agent for X", "spawn agent", "delegate to subagent" — even if they don't say "dispatch-subagent" explicitly.
check-tasks
List the tasks assigned to the current orchestrator, sorted by priority and dependency-aware, while keeping the response under the 60 KB cap by always requesting the lite projection with a default limit. Use this skill whenever the user says "check tasks", "my tasks", "what tasks", "pending tasks", "task list", "todo list", "what should I work on", "backlog" — even if they don't say "check-tasks" explicitly.
close-day
End-of-day routine: update tasks, write diary, harvest friction, store session summary. Use this skill whenever the user says "close day", "end of day", "fin de journée", "bonne nuit", "wrap up", "call it a day", "close session", "daily close", or mentions ending their work session -- even if they don't say "close-day" explicitly.
daily-start
Run the morning session-start routine — load VantagePeers context, present routines and pending tasks, and either ask the user for the day's goals (human mode) or auto-pick the next unblocked task via dispatch-task-start (autonomous mode). Use this skill whenever the user says "daily start", "morning routine", "begin day", "what should I work on", "start the day", "morning plan", "daily planning", "what's on my plate today", "plan today", "session start" — even if they don't say "daily-start" explicitly.
triage-issue
Auto-create a mission with IRP T0-T7 tasks from a GitHub issue. Use this skill whenever the user says "triage issue", "create mission for issue", "handle this issue", "treat this issue", shares a GitHub issue URL, or when a new issue needs to be assigned to an orchestrator -- even if they don't say "triage-issue" explicitly.
write-diary
Write a daily AI Diary entry in Pi's voice for perfectaiagent.xyz. Use this skill whenever the user says "diary", "write diary", "daily entry", "Pi's diary", "journal entry", "day entry", or asks to document what happened today — even if they don't say "diary" explicitly.
standup
Daily standup report — what was done, what's in progress, blockers, git status. Use this skill whenever the user says "standup", "status report", "daily report", "what did you do", "progress report", "sitrep", "report", "where are you", or asks about current work status — even if they don't say "standup" explicitly.
check-messages
Check and respond to peer messages from other orchestrators, and (in autonomous mode) also list + pick the next unblocked todo task. In human mode (Pi), additionally pull completed dispatched tasks so Pi's awareness never depends on an orchestrator remembering to push. Use this skill whenever the user says "check messages", "read messages", "any messages", "peers", "inbox", "new messages" -- even if they don't say "check-messages" explicitly.
pricing-research
Process reproductible de recherche pricing pour tout produit/service ElPi Corp. 4 axes parallèles avec gate approval competitors. Subagent B = 2 phases (candidates list → approval Laurent → deep scrape Firecrawl). Output multi-format pour comparison table landing + articles blog "Notre app vs competitor".
recall
Search VantagePeers for stored memories. Use this skill whenever the user says "recall", "remember", "what do we know about", "search memory", "look up", "find in memory", or asks about past decisions, context, or stored knowledge -- even if they don't say "recall" explicitly.
convex-create-component
Designs and builds Convex components with isolated tables, clear boundaries, and app-facing wrappers. Use this skill when creating a new Convex component, extracting reusable backend logic into a component, building a third-party integration that owns its own tables, packaging Convex functionality for reuse, or when the user mentions defineComponent, app.use, ComponentApi, ctx.runQuery/runMutation across component boundaries, or wants to separate concerns into isolated Convex modules.
convex-migration-helper
Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. Use this skill when a deployment fails schema validation, existing documents need backfilling, fields need adding or removing or changing type, tables need splitting or merging, or a zero-downtime migration strategy is needed. Also use when the user mentions breaking schema changes, multi-deploy rollouts, or data transformations on existing Convex tables.
convex-performance-audit
Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, and function limits. Use this skill when a Convex feature is slow or expensive, npx convex insights shows high bytes or documents read, OCC conflict errors or mutation retries appear, subscriptions or UI updates are costly, functions hit execution or transaction limits, or the user mentions performance, latency, read amplification, or invalidation problems in a Convex app.
convex-quickstart
Initializes a new Convex project from scratch or adds Convex to an existing app. Use this skill when starting a new project with Convex, scaffolding with npm create convex@latest, adding Convex to an existing React, Next.js, Vue, Svelte, or other frontend, wiring up ConvexProvider, configuring environment variables for the deployment URL, or running npx convex dev for the first time, even if the user just says "set up Convex" or "add a backend."
convex-setup-auth
Sets up Convex authentication with user management, identity mapping, and access control. Use this skill when adding login or signup to a Convex app, configuring Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT providers, wiring auth.config.ts, protecting queries and mutations with ctx.auth.getUserIdentity(), creating a users table with identity mapping, or setting up role-based access control, even if the user just says "add auth" or "make it require login."
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.