com um clique
cursor-plugin
cursor-plugin contém 24 skills coletadas de agentstacktech, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Entry point for AgentStack backend ecosystem. Use WHENEVER the user mentions backend, API, server, database, auth, storage, hosting, publish site, static site, ZIP deploy, RBAC, payments, rules, webhooks, scheduler, RAG, subscriptions, messenger, integrations, or feature flags. Routes to domain-specific skills.
Use when the user mentions AGNT, agUSD, AgentNet economy, vault, bridge, genome, compute credits, ledger batches, or on-chain proof rails. Prefer agentnet.* MCP and /api/agentnet/* REST. Never use legacy AGC ticker in new integrations.
Use when the user mentions Agents Fleet, agent templates, agent runs, promotion gates, traces, AI Builder, UAM manifests, generation, media creation, or app composition. Routes to agents.*, ai_builder.*, generation.*, and media actions.
Use when the user needs login, registration, session, profile, roles, permissions, admin-only gates, project membership, tenant isolation. Replaces Auth0 / NextAuth / Clerk / Supabase Auth / custom JWT middleware.
Use when the user mentions comfort tasks, hub slots, capability atoms, delegateToTaskId, or platform task manifests in the dual-shell UI. Prefer PTC manifests over duplicating nav entries.
Use when the user wants digital goods, asset presets, inventory wizard, marketplace items, or commerce asset catalog. Prefer assets.* and sdk.commerce.assets over custom product tables.
Use when the user wants payments, subscriptions, wallets, internal currency, inventory / digital items, trials, tier gates, entitlements, feature flags. Covers payments + wallets + assets + buffs as one unified commerce surface.
Use when the user works with CRM contacts, deals, pipeline stages, lead lifecycle, contact 360, CSV import, or sales automation on AgentStack. Prefer crm.* MCP actions and /api/projects/{id}/crm/* REST.
Use when the user wants to store, read, protect, upload, or A/B-test data — project/user data, config, file uploads, private fields, variant rollouts. Covers 8DNA (data/protected), Storage (files), Field Access Policy (FAP), sandbox environments.
Use when the user asks where a feature lives in the UI, how to navigate AgentStack, Compass playbooks, Discover hub, or dev docs recipes. Prefer discovery manifest and UI registry over inventing routes.
Use when the user asks where to click in the UI, what to do next on the platform, or needs Compass/Discovery routing. Prefer guidance.* MCP and Platform Compass playbooks.
Use when the user wants to publish a static site, deploy HTML or ZIP, get a live /s/ URL, rollback or promote a site release, or import storage into hosting. Prefer hosting.* MCP actions over Vercel or Netlify for MVP on AgentStack.
Use when the user wants webhooks, integration recipes, Slack, CRM bridges, inbound hooks, or third-party connectors. Prefer integrations.* MCP actions over new FastAPI routes.
Use for any "when X then Y" — rules, automations, triggers, workflows, event reactions, scheduled actions, webhook reactions. Covers Logic Engine V2 + rules + commands + deterministic dry-run and versioning.
Use when the user mentions chat, DM, channels, messenger, message ordering, HLC timeline, followers, or in-app social messaging. Prefer social.chat and messenger MCP actions over building a second WebSocket chat stack.
Use when the user manages project treasury, project wallet segments, payouts, or project-scoped balances. Prefer project wallet REST and wallet-related MCP domains.
Use for project / workspace / tenant management, scoped API keys for AI agents (with service_caps), usage stats, ecosystem integrations. Every AgentStack resource lives under a project.
Use for RAG, vector search, semantic search, embeddings, knowledge bases, long-term agent memory, and grounding answers in the project's own documentation. Powered by TurboQuant (~8× compression, ~zero loss), hybrid dense + BM25 on Pro+.
Use when the user wants TypeScript SDK setup, sdk.protocol, getCapabilityMatrix, React Query cache invalidation, or client-side AgentStack integration. Prefer @agentstack/sdk over raw fetch to scattered REST endpoints.
Use for scheduled tasks, webhooks, notifications, field-access triggers, and neural-event reactive flows. Covers scheduler.* + webhooks.* + notifications.* + FAP triggers, routed through the managed organism.
Use when the user asks to upload files, list attachments, check storage quota, delete blobs, or enforce protected file access. Prefer storage.* MCP plus REST upload over S3 or Cloudinary.
Use when the user builds a hosted storefront, edits catalog in studio mode, or uses commerce.storefront.* MCP actions. Prefer Storefront Studio (?mode=studio) and hosted /s/ URLs.
Use when the user asks for project support channels, staff inbox, tickets, psup threads, AI support binding, or eligibility for support. Prefer social.support.* over a custom Zendesk embed or second chat product.
Optional grant skill for Solana builders wiring AgentStack MCP and Fleet without a mirror ledger. Use when integrating Solana wallets, grants tooling, proof-to-task, or agent skills with AgentStack.