A Claude Code skill that teaches an AI assistant how to connect to and query Orbbit's Aggre MCP server — the legal-research data platform holding Taiwan MOJ law articles and judicial judgments.
See SKILL.md for the actual skill content: how to build/configure the aggre-mcp stdio server, the REST fallback, the five available tools, and the org's current datasets.
To use this skill, clone it into a .claude/skills/ directory, e.g.:
git clone https://github.com/OrbbitAI/Aggre-MCP-Skill.git .claude/skills/aggre-mcpThe MCP server itself lives in Aggre-Infra (crates/mcp) — this repo only holds the skill documentation, not the server.