{"$schema":"https://agentskills.io/schema/v0.2.0/index.json","skills":[{"name":"content-retrieval","type":"llm-txt","description":"Retrieve plain-text brand summary and full release/blog catalog for Black Thread Union. Use /llms.txt for a concise brand overview and /llms-full.txt for the complete, structured release catalog and recent blog posts. Both endpoints require no JavaScript, support CORS, and are updated from the live database.","endpoints":[{"url":"https://www.blackthreadunion.com/llms.txt","type":"text/plain","label":"Brand summary"},{"url":"https://www.blackthreadunion.com/llms-full.txt","type":"text/plain","label":"Full catalog"}]},{"name":"site-search","type":"search","description":"Full-text search across releases, tracks, and blog posts. GET /search?q={query} returns an HTML page; the underlying search index covers release titles, track titles, track lyrics, and blog post content.","endpoints":[{"url":"https://www.blackthreadunion.com/search?q={query}","type":"text/html","label":"Site search"}]},{"name":"blog-feed","type":"feed","description":"Subscribe to or retrieve blog posts published by Black Thread Union. RSS and JSON Feed formats available.","endpoints":[{"url":"https://www.blackthreadunion.com/blog.rss","type":"application/rss+xml","label":"Blog RSS"},{"url":"https://www.blackthreadunion.com/blog.json","type":"application/feed+json","label":"Blog JSON Feed"}]},{"name":"sitemap","type":"sitemap","description":"XML sitemap listing all crawlable URLs on the site including releases, tracks, blog posts, and merch pages.","endpoints":[{"url":"https://www.blackthreadunion.com/sitemap.xml","type":"application/xml","label":"Sitemap"}]}]}