myagents-docs

Explains MyAgents product features, concepts, and usage workflows from reference documentation.

863|101|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hAcKlyc/MyAgents --skill myagents-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myagents-docs
Source: https://github.com/hAcKlyc/MyAgents/tree/main/bundled-skills/myagents-docs
Command: npx skills add https://github.com/hAcKlyc/MyAgents --skill myagents-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Users and Agents often need accurate answers about what MyAgents is, how its features work, where feature entries are located, and what behavior to expect, without digging through source code or guessing from static memory.

Core Features & Use Cases

  • Product Knowledge Base: Routes questions to domain-specific references covering Workspaces, Sessions, Providers, Runtimes, MCP, Skills, Plugins, Channels, Tasks, Goal Mode, and Team Space.
  • Concept Disambiguation: Clarifies commonly confused pairs such as Workspace vs Session, Provider vs Runtime, Task vs Goal, and Session Goal vs Space Goal.
  • Escalation Routing: Directs live-state queries to the myagents CLI and confirmed malfunctions to the support workflow instead of misdiagnosing usage questions.
  • Use Case: A user asks why a scheduled task did not trigger after quitting the app; the Skill reads the automation reference and explains that conditional checks only run while the app is online.

Quick Start

Ask the agent to explain how MyAgents scheduled tasks differ from Goal Mode and when to use each one.

Frequently Asked Questions about myagents-docs

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

FAQPage Schema
How do I find out how a MyAgents feature works?

Load this Skill and it routes your question to the matching reference file, such as workspaces-sessions-files.md or automation.md. It then explains the feature's purpose, entry points, prerequisites, and expected behavior without requiring source code access.

What is the difference between a Task and Goal Mode in MyAgents?

A Task is a persistent, trackable unit of work with scheduling and status history, while Goal Mode keeps the current Session advancing toward one objective across multiple rounds. Tasks handle when work triggers; Goals handle continuous in-session execution.

Does this Skill cover MyAgents source code development?

No, it targets product usage rather than source development. For architecture or code changes inside the MyAgents repository, it directs you to the repository's CLAUDE.md, specs/ARCHITECTURE.md, and tech_docs instead.

Can I use this Skill to check my current MyAgents configuration?

Not directly. The Skill explains stable product contracts, but live instance state such as installed models or enabled switches must be queried through the myagents CLI or the settings UI, which the Skill will point you to.

When should a MyAgents problem go to support instead of documentation?

When you followed the correct steps but still see crashes, missed triggers, misrouted messages, or behavior contradicting documented expectations. The Skill defines explicit escalation criteria per domain before handing off to the support workflow.