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.
1.0 KiB
1.0 KiB
name, description
| name | description |
|---|---|
| agent-ready-agent-skills | Sub-skill de agent-ready-cloudflare: Implement Agent Skills Discovery Index |
Implement Agent Skills Discovery Index
Publish a skills discovery document per the Agent Skills Discovery RFC v0.2.0.
Requirements
- Serve JSON at
/.well-known/agent-skills/index.jsonwith HTTP 200 - Include a
$schemafield set tohttps://schemas.agentskills.io/discovery/0.2.0/schema.json - Include a
skillsarray where each entry has:name— skill identifier (lowercase alphanumeric + hyphens)type—"skill-md"(single SKILL.md) or"archive"(bundled archive)description— brief description of what the skill doesurl— URL to the skill artifact (SKILL.md file or archive)digest— SHA-256 hash of the artifact (sha256:{hex})
Validate
POST https://isitagentready.com/api/scan
Content-Type: application/json
{"url": "https://YOUR-SITE.com"}
Check that checks.discovery.agentSkills.status is "pass".