Neue Skills, Referenzen & OpenWiki-Doku integriert
Umfangreiche Erweiterung der Skill-Bibliothek: Neue Skills für Humanisierung (Englisch/PT-BR), Design-Validierung, AI-SEO und Coolify-Deployment inkl. Regelwerke, Presets, Pattern-Referenzen, Testfälle und Automatisierungsskripte. Zusätzliche Skills für Revenue-Centric Design, Pier Cloud, OKF, Lebenslauf- und LinkedIn-Optimierung sowie zahlreiche Referenzdateien, Checklisten und YAML/JSON/Markdown-Templates. Einführung einer vollständigen OpenWiki-Dokumentation mit Architektur-, Domain- und Workflow-Beschreibungen, zentralem Index und automatisierten Updates. Modularer Aufbau, restriktive Lizenzen und umfassende Qualitäts- und Evaluationsmechanismen für alle neuen Inhalte.
This commit is contained in:
27
.github/skills/agent-ready-cloudflare/llms-full-txt/SKILL.md
vendored
Normal file
27
.github/skills/agent-ready-cloudflare/llms-full-txt/SKILL.md
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
name: agent-ready-llms-full-txt
|
||||
description: >
|
||||
Sub-skill de agent-ready-cloudflare: Implement llms-full.txt
|
||||
---
|
||||
# Implement llms-full.txt
|
||||
|
||||
Publish expanded LLM content per
|
||||
[llmstxt.org](https://llmstxt.org/).
|
||||
|
||||
## Requirements
|
||||
|
||||
- Serve `/llms-full.txt` as plain text (UTF-8) with HTTP 200
|
||||
- Include structured, detailed content suitable for LLM ingestion
|
||||
- Cover the key topics, APIs, and documentation from your site
|
||||
- Link to it from your `/llms.txt` file
|
||||
|
||||
## Validate
|
||||
|
||||
```
|
||||
POST https://isitagentready.com/api/scan
|
||||
Content-Type: application/json
|
||||
|
||||
{"url": "https://YOUR-SITE.com"}
|
||||
```
|
||||
|
||||
Confirm your deployed site serves `/llms-full.txt` exactly as intended.
|
||||
Reference in New Issue
Block a user