mingyu: Mingyu is a divination and fortune-telling chart generation tool focused on Chinese traditional systems. It covers bazi (four pillars), ziwei doushu, Western astrology, liuyao hexagrams, meihua yishu, qimen dunjia, liuren, tarot, lenormand, and date selection. Each reading produces structured data plus a formatted prompt ready for any AI model to interpret. Accessible via web, public API, MCP server, or agent skill.; code-graph-rag: Code-Graph-RAG is an accurate Retrieval-Augmented Generation (RAG) system designed for multi-language codebases. It uses Tree-sitter to analyze code, build comprehensive knowledge graphs, and allows natural language querying of codebase structure and relationships. The system also includes advanced editing capabilities, enabling users to modify code directly through natural language prompts.
Generating a bazi or ziwei chart and handing the structured output to an LLM for interpretation
Analyze and ingest multi-language codebases into a knowledge graph.