LRriver commented on code in PR #355: URL: https://github.com/apache/hugegraph-ai/pull/355#discussion_r3355750991
########## tools/ai/hugegraph-ai-deepwiki-skill/plugins/hugegraph-ai-deepwiki-skill/skills/hugegraph-ai-deepwiki-skill/SKILL.md: ########## @@ -0,0 +1,87 @@ +--- +name: hugegraph-ai-deepwiki-skill +description: Use this skill as a repository knowledge assistant for Apache HugeGraph AI, apache/hugegraph-ai source code, architecture, modules, examples, agents, RAG workflows, graph-enhanced AI features, model integration, configuration, installation, demos, or implementation details. It answers questions grounded in apache/hugegraph-ai and uses the official DeepWiki MCP wiki as the underlying retrieval channel. +metadata: + short-description: Apache HugeGraph AI repository assistant +--- + +# HugeGraph AI Repository Knowledge Assistant + +Answer questions about the Apache HugeGraph AI source repository. Use the official DeepWiki MCP server as the underlying knowledge retrieval channel. + +- Source repository: `https://github.com/apache/hugegraph-ai` +- DeepWiki page: `https://deepwiki.com/apache/hugegraph-ai` +- MCP endpoint: `https://mcp.deepwiki.com/mcp` +- Default repository: `apache/hugegraph-ai` +- Runtime requirements: Python 3.9+ and network access to the MCP endpoint. Review Comment: Fixed in ad797fd. `SKILL.md` now declares Python 3.10+ for the bundled MCP client. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
