multica-mentioning

Parse mention types in issue comments and enqueue agent or squad tasks.

44.9k|5.7k|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/multica-ai/multica --skill multica-mentioning-multica-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multica-mentioning
Source: https://github.com/multica-ai/multica/tree/main/server/internal/service/builtin_skills/multica-mentioning
Command: npx skills add https://github.com/multica-ai/multica --skill multica-mentioning-multica-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill defines how mentions in issue comments are interpreted and acted upon by the Multica backend, enabling accurate agent runs, squad delegation, or safe link rendering.

Core Features & Use Cases

  • Mention types: member, agent, squad, issue, and all broadcast, with enqueue behavior for agent and squad and render-only behavior for member and issue.
  • Workflow orchestration: resolves IDs from workspace data and enqueues runs for agents or squad leaders while avoiding unnecessary triggers.
  • Safety and expectations: clarifies suppression rules, preview behavior, and guarantees that certain mentions render without enqueuing tasks.

Quick Start

Create a mention link using the correct type and a real UUID, and paste it into an issue comment to trigger the corresponding action.

Frequently Asked Questions about multica-mentioning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trigger an agent run through issue comment mentions?

You can trigger an agent run by creating a mention link with the correct agent type and a real UUID, then pasting it into an issue comment to enqueue the task for that specific agent.

What is the difference between member mentions and agent mentions in workflows?

Member and issue mentions are render-only, safely displaying links without enqueuing tasks. Agent and squad mentions actively enqueue runs for agents or squad leaders to execute delegated work.

How do I delegate work to a squad leader using a comment mention?

You delegate work to a squad leader by creating a squad mention link with a valid UUID in an issue comment, which enqueues a task for the squad leader through the workflow orchestration system.

Can I use @all broadcasts in issue comments to trigger workflows?

Yes, you can use @all broadcasts in issue comments. The system parses this mention type and honors specific @all behavior and suppression rules defined in the source map to manage task enqueuing.

Why are my issue mention links not triggering the expected agent workflow?

Issue mention links are designed as render-only references and do not enqueue tasks. Only agent and squad mention types with valid UUIDs will trigger the corresponding workflow orchestration.

Do I need a specific UUID to render safe links for member mentions?

Yes, you need a real UUID to create mention links. Member mentions use this UUID to safely render reference links in issue comments without triggering unwanted agent runs or squad delegation tasks.