원클릭으로
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.