AgentSkillsCN

idae-socket-readme

通过标准化的CLI,动态检索idae-socket软件包的文档(README.md)。idae-socket利用实时事件,让你的应用与后端保持同步。适用于AI智能体、自动化脚本,或需要最新软件包文档的用户。

SKILL.md
--- frontmatter
name: idae-socket-readme
package: '@medyll/idae-socket'
description: Skill to dynamically retrieve the documentation (README.md) of the idae-socket package via the standardized CLI. idae-socket keeps your app in sync with your backend using real-time events. Useful for AI agents, automation scripts, or users needing up-to-date package docs.

Skill: Read idae-socket README

Description

This skill allows you to access the full documentation of the idae-socket package by using the CLI get-readme command. It is designed for use by AI agents, automation scripts, or any user who wants to quickly fetch the official package documentation.

Usage

Locally (in the monorepo):

bash
npx @medyll/idae-socket get-readme

As an AI skill (VS Code, Claude, Copilot, etc.):

  • Instruct the agent to run the above command to fetch the latest documentation.
  • The output will be the content of the package's README.md.

Integration Examples

  • Automatic generation of contextual documentation
  • Answering questions about the idae-socket API or usage patterns
  • Onboarding or contextual help in the editor

Best Practices

  • Always use the get-readme command to ensure the documentation is up to date (avoid static copies)
  • Can be combined with other skills to explore the API, exports, or code examples of the package

Limitations

  • This skill only returns the content of README.md (not example files or detailed API docs)
  • Requires the CLI to be properly exposed in package.json (bin field)