Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
RelevanceAI
Profil créateur GitHub

RelevanceAI

Vue par dépôt de 26 skills collectés dans 4 dépôts GitHub.

skills collectés
26
dépôts
4
mis à jour
2026-07-13
explorateur de dépôts

Dépôts et skills représentatifs

managing-relevance-agents
Autres occupations informatiques

Manages Relevance AI agents - creating, configuring tools, writing system prompts, setting up triggers, and running tasks. Use when building agents, attaching tools, debugging execution, or viewing agent results.

2026-07-13
managing-relevance-folders
Autres occupations informatiques

Organize Relevance AI agents and tools into folders — create, list, rename, move items between folders, and delete folders. Use when the user wants to tidy a project, group related items, or bulk-organize agents/tools after creating them.

2026-07-13
managing-relevance-knowledge
Autres occupations informatiques

Use whenever the user asks an agent to seed or update a structured-row store (CRM contacts, leads, support tickets) or to inspect knowledge-base metadata. Covers knowledge-base CRUD and row CRUD. File / document-URL ingestion is not available via the tools — direct the user to the Knowledge tab in the Relevance app UI. For Q&A over knowledge, attach the base to an agent and let the built-in `agent_knowledge` tool answer.

2026-07-13
managing-relevance-tools
Autres occupations informatiques

Manages Relevance AI tools (studios) - creating transformation workflows, configuring OAuth, setting vendor/brand tool icons, running tools, and recovering versions. Use when building tools, adding steps, setting a tool's icon for a provider, debugging transformations, or restoring previous versions.

2026-07-13
managing-relevance-workforces
Autres occupations informatiques

Manages Relevance AI workforces (multi-agent systems) - creating workflows, configuring nodes/edges, triggering execution, and debugging runs. Use when building multi-agent pipelines, connecting agents together, or debugging workforce execution.

2026-07-13
relevance-analytics
Autres occupations informatiques

Retrieves usage analytics for Relevance AI agents and projects. Use when asked about agent/workforce/tool usage, credit spend, error rates, breakdowns, task-status counts, most active agents, execution counts, or usage trends over time.

2026-07-13
relevance-diagnostics
Autres occupations informatiques

Diagnose what is wrong in a Relevance AI project and recommend fixes. Use when the user asks to "analyse my project", "diagnose this agent/workforce", "why is X failing?", "what's wrong / what should I fix?", "what's failing?", or "any regressions?". Finds root causes and recommends fixes by consuming the analytics, eval, and error read tools.

2026-07-13
relevance-evals
Analystes en assurance qualité des logiciels et testeurs

Manages evaluations and monitoring for agents and workforces (multi-agent systems) in Relevance AI — creating test cases, defining checks, configuring tool simulations, running evaluations, analysing results, and setting up performance dashboards that monitor production traffic. Use when testing agent or workforce behaviour, setting up automated testing, reviewing eval results, or monitoring production agents for failures.

2026-07-13
Affichage des 8 principaux skills collectés sur 10 dans ce dépôt.
eval
Analystes en assurance qualité des logiciels et testeurs

Auto-generate test cases and run platform evals on a Relevance AI agent. Covers golden sets, quick smoke tests, publish gates, and ongoing performance monitoring of production conversations. Use when the user says "test this agent", "evaluate this agent", "set up evals", "run an eval", "create test cases", "set a publish gate", "add a golden set", "monitor production quality", or asks how to validate before going live. Quick mode (3 cases, auto-fix loop) for after-change smoke tests; Full mode (5-8 cases, user-reviewed) before launch or major redesign.

2026-05-04
template-agent
Développeurs de logiciels

Design and build a clean starter agent for any new use case. Use this skill when starting a new build, when someone asks "how should I build my first agent for X?", "what goes in a v1 agent?", "how do I avoid ending up with a generic stock-template-looking agent?", or when sanity-checking before shipping. Covers the 12-point design rubric, architecture layers (variables vs knowledge tables vs tools vs placeholders), the v0 to vN roadmap pattern, build-fresh-not-fork principle, system prompt anti-patterns, tool selection rules, smoke test via async pattern. Pairs with `/agent-build-patterns` for general design philosophy.

2026-05-04
agent-optimiser
Développeurs de logiciels

Diagnose a Relevance AI agent or workforce for config, prompt, tool, and credit-spend issues, then recommend ranked optimizations with concrete prompt rewrites and credit-saving estimates. Use when the user says "optimise this agent", "audit this workforce", "review this agent's prompt", "find waste in this build", "why is my agent slow / expensive / unreliable?", "the agent is using too many credits", or asks for a health check on an existing build. Reads platform state via native MCP tools (no writes without permission); works on any connected project.

2026-05-04
agent-build-patterns
Développeurs de logiciels

Design philosophy, architecture patterns, and decision guides for production-grade Relevance AI builds. Use this skill when designing a new agent or tool, reviewing existing architecture, debugging production failures, deciding where logic should live (code vs LLM vs knowledge table), structuring multi-agent workforces, eliminating duplicated tools, adding audit trails, or when someone asks "is this the right pattern?" or "why is my agent doing X wrong?". Covers Unit of Action, Note Step, Centralize Rules, Code Over LLM, Parameterize, Compute at Right Level, Data Over Routing, and Audit Enrichment patterns.

2026-05-04
capture-learning
Spécialistes en gestion de projets

Review a build or debug session, extract reusable learnings, and update the knowledge base or share with the wider community via PR. Use this skill at end of session, when the user says "what did I learn", "save this pattern", "document this discovery", "let's do a retro", "capture this before I forget", "update the knowledge base", or "share this back". Also use when someone wants to graduate a discovery into BUILD_PRACTICES.md, PLATFORM_MECHANICS.md, or agent-build-patterns.

2026-05-04
improve
Développeurs de logiciels

Capture a single mid-flow insight as a well-scoped repo PR. Highly opinionated - refuses ~half of invocations on a substance bar (actually happened, non-obvious, clear canonical home, no contradictions, in scope, reusable). Use when the user says `/improve`, says `go` immediately after Claude surfaced an "Improvement spotted" line, or says "capture this and PR", "raise this improvement", "PR this learning", "improve the kit with this". Do NOT use for end-of-session retros (use /capture-learning) or build-specific docs (edit builds/{build-name}/...).

2026-05-04
setup
Administrateurs de réseaux et de systèmes informatiques

First-time setup for this kit. Setup is an interactive bash script (setup.sh) that runs in the user's terminal -- not a conversational skill. Use this skill when the user asks "/setup", says they just cloned the kit, asks how to get connected, or wants to set up MCP / statusline. Tell them to exit Claude Code and run `bash setup.sh` from the kit root.

2026-05-01
document-workforce
Développeurs de logiciels

Document a Relevance AI workforce and all its agents -- fetching config from the platform, creating local markdown docs. Use when the user says "document this workforce", "create docs for the workforce", "write up the workforce", or wants a full documentation package for a workforce and its agents. Also use when someone asks to document agents within a workforce context.

2026-05-01
relevance-ai
Développeurs de logiciels

Manage AI agents, tools & multi-agent workforces on Relevance AI. Use when the user wants to create agents, build tool workflows, orchestrate multi-agent systems, or manage knowledge tables via the Relevance AI API.

2026-04-08
managing-relevance-agents
Développeurs de logiciels

Manages Relevance AI agents - creating, configuring tools, writing system prompts, setting up triggers, and running conversations. Use when building agents, attaching tools, debugging execution, or viewing agent results.

2026-04-07
managing-relevance-tools
Développeurs de logiciels

Manages Relevance AI tools (studios) - creating transformation workflows, configuring OAuth, running tools, and recovering versions. Use when building tools, adding steps, debugging transformations, or restoring previous versions.

2026-04-07
managing-relevance-workforces
Gestionnaires des systèmes informatiques et d'information

Manages Relevance AI workforces (multi-agent systems) - creating workflows, configuring nodes/edges, triggering execution, and debugging runs. Use when building multi-agent pipelines, connecting agents together, or debugging workforce execution.

2026-04-07
managing-relevance-knowledge
Développeurs de logiciels

Manages Relevance AI knowledge tables - creating tables, adding rows, querying data, and bulk updates. Use when working with knowledge tables, CRM data, or agent data storage.

2026-03-27
relevance-evals
Analystes en assurance qualité des logiciels et testeurs

Manages agent evaluations in Relevance AI - creating test cases, running evaluations, and analyzing results. Use when testing agent behavior, setting up automated testing, or reviewing evaluation results.

2026-03-27
relevance-analytics
Développeurs de logiciels

Retrieves usage analytics for Relevance AI agents and projects. Use when asked about agent usage, most active agents, execution counts, or usage trends over time.

2026-03-12
4 dépôts affichés sur 4
Tous les dépôts sont affichés