# llms.txt Skills > The standard for publishing Agent Skills through the llms.txt a site already > serves: discovered on one fetch, verified by sha256 (+ ed25519), executed > sandboxed, used with explicit opt-in. This origin publishes its own skills > and knowledge — this very site is a working publisher. ## Docs - [RFC (v0.8)](/rfc-skills-in-llms-txt.md) - [Executable Skills extension (v0.4)](/ext-executable-skills.md) - [Skill Attestations extension (v0.4)](/ext-skill-attestations.md) - [Adoption status](/adoption.md) ## Skills Skills published by this origin — the llms.txt Skills standard dogfooding itself. Executable (tool.js, sandboxed by mcpwasm) + knowledge search over this site's own docs. - [validate_skill_line](/skills/validate_skill_line/SKILL.md): validate a single '## Skills' bullet line against the standard before publishing it. - [search_knowledge](/skills/search_knowledge/SKILL.md): BM25 search over this origin's published knowledge bundle. Use it to find which concept answers a question before fetching it. - [get_concept](/skills/get_concept/SKILL.md): fetch the full markdown of a knowledge concept by id from this origin's bundle. - [list_concepts](/skills/list_concepts/SKILL.md): list every knowledge concept this origin publishes (id, type, title, description).