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:
34
.github/skills/agent-ready-cloudflare/link-headers/SKILL.md
vendored
Normal file
34
.github/skills/agent-ready-cloudflare/link-headers/SKILL.md
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: agent-ready-link-headers
|
||||
description: >
|
||||
Sub-skill de agent-ready-cloudflare: Implement Link Response Headers
|
||||
---
|
||||
# Implement Link Response Headers
|
||||
|
||||
Add Link response headers to your homepage for agent discovery per
|
||||
[RFC 8288](https://www.rfc-editor.org/rfc/rfc8288) and
|
||||
[RFC 9727 Section 3](https://www.rfc-editor.org/rfc/rfc9727#section-3).
|
||||
|
||||
## Requirements
|
||||
|
||||
- Return `Link` headers on your homepage response pointing to machine-readable resources
|
||||
- Use registered relation types: `api-catalog`, `service-desc`, `service-doc`, `describedby`
|
||||
- Example: `Link: </.well-known/api-catalog>; rel="api-catalog"`
|
||||
- Multiple Link headers or comma-separated values are both valid
|
||||
|
||||
## Cloudflare
|
||||
|
||||
Use [Transform Rules](https://developers.cloudflare.com/rules/transform/) or
|
||||
[Workers](https://developers.cloudflare.com/workers/) to add Link headers
|
||||
without modifying your origin server.
|
||||
|
||||
## Validate
|
||||
|
||||
```
|
||||
POST https://isitagentready.com/api/scan
|
||||
Content-Type: application/json
|
||||
|
||||
{"url": "https://YOUR-SITE.com"}
|
||||
```
|
||||
|
||||
Check that `checks.discoverability.linkHeaders.status` is `"pass"`.
|
||||
Reference in New Issue
Block a user