{"id":26935338,"url":"https://github.com/polyseam/llms-txt","last_synced_at":"2025-04-02T11:18:37.800Z","repository":{"id":285559055,"uuid":"958314694","full_name":"polyseam/llms-txt","owner":"polyseam","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-01T12:04:45.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T12:39:52.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polyseam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-01T01:58:26.000Z","updated_at":"2025-04-01T12:04:39.000Z","dependencies_parsed_at":"2025-04-01T12:50:01.966Z","dependency_job_id":null,"html_url":"https://github.com/polyseam/llms-txt","commit_stats":null,"previous_names":["polyseam/llms-txt"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fllms-txt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fllms-txt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fllms-txt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fllms-txt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polyseam","download_url":"https://codeload.github.com/polyseam/llms-txt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246802575,"owners_count":20836374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-02T11:18:37.352Z","updated_at":"2025-04-02T11:18:37.787Z","avatar_url":"https://github.com/polyseam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llms-txt\n\n## usage\n\n```jsonc\n{\n  \"tasks\": {\n    \"fmt-llms-txt\": {\n      \"command\": \"deno run -A jsr:@polyseam/llms-txt fmt\"\n    },\n    \"lint-llms-txt\": {\n      \"command\": \"deno run -A jsr:@polyseam/llms-txt parse\"\n    }\n  }\n}\n```\n\n## llms-txt spec\n\nThe [llms.txt](https://llmstxt.org) standard promotes a simple pattern of\nexposing a markdown document that is maximally useful for LLMs. It is largely\npure markdown but follows a few simple rules to make it more useful for LLMs.\n\nThe content should be as follows:\n\n1. The first line of the document is a title, in typical markdown fashion this\n   looks like:\n   ```markdown\n   # my-project\n   ```\n\n   This is the only required field!\n\n2. We also should add a summary, a one-line blockquote on line `3` of the file:\n\n   ```markdown\n   # my-project\n\n   \u003e This is a summary of my project in just a single line.\n   ```\n\n   This should always be a single line, and should be a summary of the project.\n\n   It is not required, but it is highly recommended.\n\n3. Next the file should contain zero or more markdown elements which are **not**\n   headings:\n\n   ```markdown\n   # my-project\n\n   \u003e This is a summary of my project in just a single line.\n\n   Here's an example including some content which does not contain a heading!\n\n   It can be useful to provide any content here which isn't simply a link to\n   external content elsewhere.\n   ```\n4. The final section of the file is a list second-level headings, and a\n   corresponding list of links\n\n   ```markdown\n   # my-project\n\n   \u003e This is a summary of my project in just a single line.\n\n   ## community\n\n   - [community website](https://example.org)\n   - [discord](https://example.org/discord): Please join us, we love bots!\n\n   ## docs\n\n   - [docs](https://example.org/docs)\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyseam%2Fllms-txt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyseam%2Fllms-txt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyseam%2Fllms-txt/lists"}