plugins/steroids/skills/meta-learning/SKILL.md
Use when a user asks the agent to "learn" from a file, example, correction, failed workflow, or feedback and persist that learning into skills or agent instructions. Guides semantic skill refactoring: extract the transferable behavior, update the owning skill so it becomes clearer and easier to execute, avoid append-only note dumping, and decide when not to create new reference files.
npx skillsauth add kanlac/agent-steroids meta-learningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when "learning" means changing future agent behavior, not merely summarizing a source.
The best learning makes the owning skill clearer, lower-noise, and easier to execute. A good update changes the decision structure an agent will follow next time: a routing table, state machine, checklist, trigger rule, negative example, or sharper workflow. It is not a scrapbook of the source material.
SKILL.md; a new reference file is justified only when the detail is optional, long, variant-specific, or too bulky for the main skill.tools
Turn a YouTube link into a polished single-file bilingual (Chinese + original) transcript reading page. Use when the user gives a YouTube URL and asks to "转录" "做转录稿" "生成转录页面" "中英对照" "bilingual transcript" "transcribe this video", or wants a readable HTML transcript with clickable timestamps, chapter navigation, highlighted key points, and proper-noun annotations. Fetches captions + chapters via yt-dlp, the agent translates and curates, then a script renders the HTML.
development
以「配置即代码」的方式管理、调试 Clash Verge Rev(mihomo 内核)的配置,并实现不依赖 GUI 的配置更新。涵盖:哪些字段扩展脚本能改 / 不能改(external-controller、secret、端口被内核接管)、改了为什么不生效、如何在纯命令行下让配置重新生成并生效、mihomo external controller 这个内核 RESTful API 的用法、用 external-ui 自托管 Web 面板、以及判断流量「走没走代理 / 命中哪条规则」的排查方法。只要用户在改 Clash Verge / mihomo 的扩展脚本(script)、扩展配置(merge)、订阅规则、external-controller / secret / 端口、或抱怨「clash 配置改了不生效」「规则不命中」「远程连不上面板」「想自动化更新代理配置」,就应该用这个 skill。
data-ai
Configure and manage Telegram-connected Claude agents with heartbeat scheduling on macOS. Use when the user wants to "set up Telegram agent", "add heartbeat", "configure Telegram channel", "管理 Telegram agent", "配置心跳", "添加定时任务", "Telegram 多 agent", "配置 Telegram", "添加 Telegram agent", "给 Telegram bot 创建身份", "设置定时任务", "新增定时任务", "每天X点执行Y", "schedule a task", "run this automatically", "set up a cron job", or encounters Telegram polling conflicts, 409 Conflict, file upload failures through proxy, or needs to add recurring/periodic automated task execution for Claude agents.
tools
Optional per-OS-user headed Chrome provider for browser automation. Use when an environment chooses cdp-chrome for visible GUI Chrome: social media, JS-rendered pages, logged-in sites, anti-bot pages, forms, screenshots, and live site inspection. Not required when an equivalent provider exists.