🛠️
AutomationTypeScript

MyAgents Support

by hAcKlyc

MyAgents Support is an Automation skill for Claude Code, published by hAcKlyc in MyAgents.

851 stars99 forkson hAcKlyc/MyAgentsAdded 2026/08/22Repository updated 2026/08/16
aiai-agentsclaude-codecode-agentdesktopmanusskills
Install in seconds
Install MyAgents Support
Copy MyAgents Support into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/hAcKlyc/MyAgents/tree/main/bundled-agents/myagents_helper/.claude/skills/support ~/.claude/skills/support

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/hAcKlyc/MyAgents.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
bundled-agents/myagents_helper/.claude/skills/support/SKILL.md in hAcKlyc/MyAgents
Installs to
~/.claude/skills/support
Collection
One of 23 skills cataloged from this repository
Category
Automation1523 skills

What MyAgents Support does

MyAgents Support diagnoses local runtime, provider, channel, workspace, and UI failures by comparing expected behavior with logs, CLI state, and targeted probes. It is used when a feature crashes, hangs, misbehaves, or needs a sanitized issue report after recovery is attempted.

MyAgents Support is cataloged under Automation on DirSkills. MyAgents Support comes from a repository tagged ai, ai-agents, claude-code, code-agent and desktop.

Documentation

README

MyAgents Support

Support 的职责是解释“为什么实际行为没有符合正确预期”,并把问题推进到恢复或可执行的产品反馈。它不拥有产品百科;产品行为基线来自 /myagents-docs,当前实例状态来自 CLI/UI,发生过程来自本地证据。

总原则

  1. 先理解用户目标,再比较预期与实际;不要把不会用直接升级成事故。
  2. 先被动证据,后 active probe;先局部恢复,后破坏性重置。
  3. 配置修复优先走 /myagents-cli,不直接改 config.json 或内部 store。
  4. 不读取 credential store。状态通过脱敏 CLI/API 获取,日志和报告中的 Key、Token、Secret、Webhook query、home 用户名都要脱敏。
  5. 修复后必须重走触发原问题的路径验证,不能只跑一个总状态命令。
  6. 区分已确认、根因假设和已排除;证据不足时不装作确定。

Step 0 - 建立正确预期

先写清四件事:

  • 用户想完成什么
  • 用户实际做了什么
  • 正确情况下应该看到什么
  • 现在实际看到什么

涉及产品语义时,加载 /myagents-docs 的相关 reference,确认前置条件、作用域、生效时机、成功标志和限制。若发现只是功能理解或正常门控,回到产品使用指导,不继续扫日志。

白屏、明确 crash、数据错位等无需争议的异常可以直接进入取证,但报告仍要补齐 expected/actual。

Step 1 - 建立诊断信封

只收集与问题有关的最小现场:

This is the opening of the README. Read the full README on GitHub.

Commands MyAgents Support provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /myagents-docs
  • /myagents-cli

Frequently asked about MyAgents Support

  • What else does hAcKlyc publish alongside MyAgents Support?

    MyAgents Support is one of 23 skills that DirSkills catalogs from hAcKlyc/MyAgents, the repository it ships in. Its siblings there include Apple Notes, Apple Reminders CLI and Bird. Each one is a separate skill with its own page in this directory, installs the same way MyAgents Support does, and is maintained by hAcKlyc in that same repository. The rest of the collection is listed on the hAcKlyc/MyAgents page.

  • How does MyAgents Support compare to other Automation skills?

    MyAgents Support ranks #958 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of MyAgents Support against them. Open each page to compare what they document and how they install.

More from hAcKlyc/MyAgents

MyAgents Support is one of 23 skills cataloged on DirSkills from hAcKlyc/MyAgents.

See all 23 skills