ワンクリックで
agent-ready-agent-skills
Sub-skill de agent-ready-cloudflare: Implement Agent Skills Discovery Index
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sub-skill de agent-ready-cloudflare: Implement Agent Skills Discovery Index
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Validate DESIGN.md files against the official Google specification using the `@google/design.md` CLI linter. Works with local files and remote URLs. Use when the user wants to lint a DESIGN.md, check spec compliance, find broken token references, verify WCAG contrast ratios, diff two versions, export tokens to Tailwind or DTCG format, or audit a design system file for structural correctness. Trigger on mentions of "validate DESIGN.md", "lint DESIGN.md", "check my design.md", "design.md spec compliance", "WCAG contrast check", "broken token references", "design token validation", "export design tokens", "diff design systems", "design.md audit", "@google/design.md", "npx design.md lint", "design system validation", "frontmatter tokens", or any request to verify a DESIGN.md file.
Evaluate any agent skill against a merged framework — Anthropic's Claude Code best practices plus Matt Pocock's writing-great-skills methodology — across 4 axes (Trigger, Structure, Steering, Pruning). Produces an evidence-cited scorecard (0–100), a weighted overall score, and diagnosed failure modes with prioritized fixes. Use when the user asks to evaluate, rate, or audit a skill ("evaluate this skill", "skill scorecard", "review SKILL.md"), or to compare two skills.
Reescreve textos em português brasileiro para soarem mais humanos e naturais, reduzindo padrões típicos de escrita gerada por IA sem alterar fatos, argumento ou intenção. Use quando o texto em PT-BR parecer genérico, burocrático ou gerado por IA, ou quando o usuário pedir para "humanizar", "dar vida", "tirar cara de IA", "remover AI slop" ou "reescrever com voz". Para textos em inglês, use a skill-irmã `human-ai`.
Sub-skill de agent-ready-cloudflare: Implement A2A Agent Card
Sub-skill de agent-ready-cloudflare: Implement ACP Discovery Document
Sub-skill de agent-ready-cloudflare: Implement AI Bot Rules in robots.txt
| name | agent-ready-agent-skills |
| description | Sub-skill de agent-ready-cloudflare: Implement Agent Skills Discovery Index |
Publish a skills discovery document per the Agent Skills Discovery RFC v0.2.0.
/.well-known/agent-skills/index.json with HTTP 200$schema field set to https://schemas.agentskills.io/discovery/0.2.0/schema.jsonskills array 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})POST https://isitagentready.com/api/scan
Content-Type: application/json
{"url": "https://YOUR-SITE.com"}
Check that checks.discovery.agentSkills.status is "pass".