Cursor rule Cursor
Core operating model for all agents working in mcp-kr-legislation.
Cursor rule Cursor
Core operating model for all agents working in mcp-kr-legislation.
Cursor rule Cursor
Contract for developing new MCP tools in this project.
Cursor rule Cursor
Guide for using and extending BM25 search in this project.
Cursor rule Cursor
Cache management rules and patterns for this project.
Cursor rule Cursor
Definition: API keys, passwords, tokens, OC values.
Instructions file CodexOpenCode
Repository-specific instructions for an MCP project that provides access to South Korean laws. They explain the project overview, main features, API categories, and how to regenerate the API layout.
Agent
An agent role that compares a current implementation with the Korean Ministry of Government Legislation's public API website. An API is a defined way for software systems to exchange data.
Agent
An agent that breaks work for a legal-code MCP project into smaller tasks and routes them to suitable specialist agents. MCP is a way for an agent to connect to external tools or data.
Agent
A coding agent for improving search of laws and regulations. It works with BM25 keyword search, similar-text search, and hybrid search, which combines different search methods.
Agent
Agent "tool-developer" from ChangooLee/mcp-kr-legislation, covering tool developer agent, purpose, primary responsibilities, required inputs and tool development pattern.
Skill Claude CodeCodex
A reference for connecting the Korean Ministry of Government Legislation's Open API to an MCP project. It explains the law-search and law-service endpoints and how request parameters select their functions.
Skill Claude CodeCodex
A skill that re-ranks results from legal-statute and court-case APIs using the BM25 Okapi search algorithm, which orders text results by relevance.
Skill Claude CodeCodex
A skill for managing cached legal data, including statutes and court decisions. It covers saving and loading cached data, handling expiration, and synchronizing a knowledge graph, which connects related information.
Skill Claude CodeCodex
Guidance for keeping context available during API tool calls. It supports streamable HTTP and stdio, two ways for programs to communicate, and uses a withcontext pattern for fallback context.
Skill Claude CodeCodex
A debugging method for finding the underlying cause of tool failures and API errors. An API is a defined way for software systems to exchange requests and responses.
Skill Claude CodeCodex
A guide for modelling laws, court precedents and committee decisions as a knowledge graph, where documents or concepts are connected by defined relationships.
Skill Claude CodeCodex
A set of patterns for checking API results and automatically correcting errors after an API call.
Skill Claude CodeCodex
A software-development method that writes a failing test before adding a new tool or fixing a bug, then checks that the test passes after implementation. TDD, or test-driven development, is the name for this approach.
Skill Claude CodeCodex
A guide for adding South Korean Ministry of Government Legislation API endpoints as MCP tools. An API lets software request data or actions from another service, while MCP connects such tools to an AI agent.
Skill Claude CodeCodex
A verification skill for testing a tool’s real API calls before declaring development work complete.
MCP server Claude CodeCodexCursor
MCP server "mcp-kr-g2b" as configured in ChangooLee/mcp-kr-g2b. Runs locally from the mcp-kr-g2b Python package.