Agent Skills
› AjayIrkal23/agentic-mercy-10x
› frontend-api-standards
frontend-api-standards
GitHub该技能是 frontend-response-handling 的别名,用于规范原始 fetch 调用、SDK 封装或查询层的实现。实际处理逻辑已迁移至 frontend-response-handling 模块,建议直接调用该主技能以获取最新的 API 标准和参考文档。
Trigger Scenarios
需要遵循前端 API 响应处理标准
实现原始 fetch 请求封装
构建 SDK 包装层
开发数据查询层
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill frontend-api-standards -g -y
SKILL.md
Frontmatter
{
"name": "frontend-api-standards",
"schema": 1,
"alias_of": "frontend-response-handling",
"triggers": {
"paths": [],
"intents": [],
"keywords": [
"api",
"backend",
"calls",
"conform",
"contracts",
"fetch",
"frontend",
"frontend-response-handling",
"have",
"implementing",
"instead",
"layer",
"layers",
"limit",
"must",
"needs",
"normalization",
"normalized",
"page",
"prefer",
"query",
"raw",
"response",
"sdk",
"sortby",
"sortorder",
"standards",
"success\/error",
"work",
"wrappers",
"yet"
]
},
"provenance": "self",
"description": "Use when implementing raw fetch calls, SDK wrappers, or query layers that must conform (alias of frontend-response-handling).",
"user-invocable": true
}
frontend-api-standards
Alias of frontend-response-handling. The method content now lives at frontend-response-handling/references/fetch-layer.md (supporting material, if any, at frontend-response-handling/references/frontend-api-standards/). Invoke frontend-response-handling.
Version History
- 581d130 Current 2026-07-19 09:07


