Phase02/.claude/skills/api-fetch-with-auth/SKILL.md
Create authenticated API fetch function in Next.js. Use for frontend API calls.
npx skillsauth add jawad-chaudhary/hackathone-2-todo-spec-driven-development api-fetch-with-authInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Input: Endpoint, method, body. Output: Fetch function. Steps:
Bearer ${token} },
body: body ? JSON.stringify(body) : undefined,
});
}development
Async testing with pytest, pytest-asyncio, httpx, fixtures, coverage reports, and test-first development. Use when writing tests, test fixtures, or measuring coverage.
tools
Build AI agents with OpenAI Agents SDK, tool registration, conversation history, and stateless execution. Use when creating AI agents, registering tools, or handling conversations.
development
Integrate OpenAI ChatKit in Next.js 15 App Router with domain allowlist, authentication, and API connections. Use when building chat interfaces or ChatKit integration.
tools
Create MCP server tools with Official Python MCP SDK for AI agents. Use when building MCP tools, registering tool schemas, or creating AI-accessible functions.