{"files":{"SKILL.md":"---\nname: deed-api\ndescription: \"Deed API skill. Use when working with Deed for deed. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Deed API\nAPI version: 1.0.0\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://api.landregistry.gov.uk/v1\n\n## Setup\n1. No auth setup needed\n2. GET /deed/{deed_reference} -- deed\n3. POST /deed/ -- create first deed\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Deed\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /deed/ | Deed |\n| GET | /deed/{deed_reference} | Deed |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a deed?\" -> POST /deed/\n- \"Get deed details?\" -> GET /deed/{deed_reference}\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n- Error responses include status codes and descriptions in the spec\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Deed API\n@base https://api.landregistry.gov.uk/v1\n@version 1.0.0\n@endpoints 2\n@toc deed(2)\n\n@endpoint POST /deed/\n@desc Deed\n@required {body: map}\n@returns(201) URL to the GET endpoint for the deed is returned on successful creation.\n@errors {400: Bad Request due to invalid schema. Response will include 1 or more schema errors}\n\n@endpoint GET /deed/{deed_reference}\n@desc Deed\n@required {deed_reference: any # Unique reference of the deed.}\n@returns(200) A specific deed is returned\n@errors {404: Deed not found}\n\n@end\n"}}