一键导入
agent-ready-auth-md
Sub-skill de agent-ready-cloudflare: Skill: Implement Auth.md Agent Registration Discovery
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Sub-skill de agent-ready-cloudflare: Skill: Implement Auth.md Agent Registration Discovery
用 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 Agent Skills Discovery Index
| name | agent-ready-auth-md |
| description | Sub-skill de agent-ready-cloudflare: Skill: Implement Auth.md Agent Registration Discovery |
Helps a service publish Auth.md support for agent registration. Use this when a scanner reports the authMd check is failing or when adding the Auth.md standard to an API or application.
/auth.md from the service root as Markdown with an H1 heading that contains auth.md (for example, # auth.md or # Example auth.md)./.well-known/oauth-protected-resource for the resource server.resource, authorization_servers, scopes_supported, and bearer_methods_supported with header in the PRM document./.well-known/oauth-authorization-server URL.issuer in Authorization Server metadata and ensure it matches the issuer advertised in PRM.agent_auth block with skill, register_uri, and at least one complete registration method when Authorization Server metadata is available./auth.md self-contained: identify the agent audience, document registration or provisioning endpoint(s), list supported method(s), and explain credential use.identity_types_supported: ["identity_assertion"], identity_assertion.assertion_types_supported with urn:ietf:params:oauth:token-type:id-jag, and credential types. Include revocation_uri and the revocation event in events_supported when supported.identity_assertion.assertion_types_supported with verified_email, credential types, and claim_uri.identity_types_supported: ["anonymous"], anonymous.credential_types_supported, and claim_uri.POST https://isitagentready.com/api/scan
Content-Type: application/json
{"url": "https://YOUR-SITE.com"}
Check that checks.discovery.authMd.status is "pass".