‹ 首页

dot-ai-query-dot-ai

@vfarcic · 收录于 今天 · 上游提交 昨天

Query sibling dot-ai projects to verify features are USABLE (not just defined). IMPORTANT: When calling this skill, explain HOW you plan to use the feature (e.g., 'I need to call X via REST API from the UI' or 'I need to import Y function'). This helps verify the full chain from definition to exposure.

适合你,如果需要在开发中确认功能不仅定义而且可用

/ 通过 npx 安装 校验哈希
npx oh-my-skill add vfarcic/dot-ai-cli/dot-ai-query-dot-ai
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- vfarcic/dot-ai-cli/dot-ai-query-dot-ai
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify vfarcic/dot-ai-cli/dot-ai-query-dot-ai
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
7GitHub stars
~364上下文体积 · 单文件
索引托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · af67e07

Query dot-ai Projects

Explore the dot-ai ecosystem codebases to find the requested information.

Project Locations

Sibling projects are located in the parent directory of the current working directory (../):

  • dot-ai - Main MCP server (API endpoints, tools, handlers)
  • dot-ai-ui - Web UI for visualizations and dashboard
  • dot-ai-controller - Kubernetes controller
  • dot-ai-stack - Stack deployment configs
  • dot-ai-website - Documentation website

Default to dot-ai (MCP server) if the target project is unclear.

Important: Do NOT use this skill to query the project you're currently working in. Use local tools (Read, Grep, Glob) instead.

Excluded

dot-ai-infra - Production infrastructure. Only query if user explicitly requests it.

Verification Mindset

Don't just find that something EXISTS - prove it's USABLE.

  • Finding a type/interface is NOT enough
  • Finding internal code is NOT enough
  • You must trace from definition → implementation → exposure

When asked "does X exist?", answer:

  • "Yes, and here's how to use it: [concrete usage]" OR
  • "It exists internally but is NOT exposed for external use"

Go deep, not wide. Follow the code path until you can prove how the caller would actually use the feature.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。