一键导入
generate-ap-question
Generate AP practice multiple-choice questions by subject and unit via the Free AP Practice API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate AP practice multiple-choice questions by subject and unit via the Free AP Practice API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scaffold and implement authentication in TypeScript/JavaScript apps using Better Auth. Detect frameworks, configure database adapters, set up route handlers, add OAuth providers, and create auth UI pages. Use when users want to add login, sign-up, or authentication to a new or existing project with Better Auth.
Manages shadcn-svelte components and projects — adding, updating, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn-svelte, the CLI, design-system presets, or any project with a components.json file. Also triggers for "shadcn-svelte init", "add component", or registry URLs.
PostHog integration for SvelteKit applications
Discover supported AP subjects and practice landing pages on Free AP Practice.
Configure rate limiting, manage auth secrets, set up CSRF protection, define trusted origins, secure sessions and cookies, encrypt OAuth tokens, track IP addresses, and implement audit logging for Better Auth. Use when users need to secure their auth setup, prevent brute force attacks, or harden a Better Auth deployment.
| name | generate-ap-question |
| description | Generate AP practice multiple-choice questions by subject and unit via the Free AP Practice API. |
Use the Free AP Practice question API to generate multiple-choice questions for supported AP subjects.
POST /api/question
{
"className": "AP Biology",
"unit": "Unit 1: Chemistry of Life"
}
Returns answer, provider, model, cached, and questionId. The full question payload is delivered separately in the app UI flow.
Anonymous use is supported for basic generation. Signed-in users get progress tracking via session cookies.
GET /health — service status check.