Agent Skill
2/7/2026

idae-stator-readme

Skill to dynamically retrieve the documentation (README.md) of the idae-stator package via the standardized CLI. idae-stator provides reactive state management for JavaScript applications. Useful for AI agents, automation scripts, or users needing up-to-date package docs.

M
medyll
1GitHub Stars
1Views
npx skills add medyll/idae

SKILL.md

Nameidae-stator-readme
DescriptionSkill to dynamically retrieve the documentation (README.md) of the idae-stator package via the standardized CLI. idae-stator provides reactive state management for JavaScript applications. Useful for AI agents, automation scripts, or users needing up-to-date package docs.

name: idae-stator-readme package: '@medyll/idae-stator' description: Skill to dynamically retrieve the documentation (README.md) of the idae-stator package via the standardized CLI. idae-stator provides reactive state management for JavaScript applications. Useful for AI agents, automation scripts, or users needing up-to-date package docs.

name: idae-stator-readme package: '@medyll/idae-stator' description: Instantly fetch the latest idae-stator documentation (README.md) via CLI or AI agent integration. For automation, onboarding, and up-to-date usage help.

idae-stator-readme Skill

Summary: Retrieve the most current idae-stator documentation (README.md) using a single CLI command or via AI agent integration. Ideal for automation, onboarding, and contextual help.

Description

This skill provides instant access to the official documentation of the idae-stator package. It leverages the standardized CLI to always return the latest README.md, ensuring up-to-date information for developers, AI agents, and automation scripts.

Usage

From the monorepo:

npx @medyll/idae-stator get-readme

From an AI agent (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

  • Auto-generate contextual documentation in editors or bots
  • Answer questions about idae-stator API or usage
  • Provide onboarding or contextual help

Best Practices

  • Always use the CLI command to ensure documentation is current (avoid static/manual copies)
  • Combine with other skills to explore API, exports, or code examples

Limitations

  • Only returns README.md (not example files or detailed API docs)
  • Requires the CLI to be exposed in package.json (bin field)

Compatibility

  • Works in monorepo, with any agent or automation that can run CLI commands
Skills Info
Original Name:idae-stator-readmeAuthor:medyll