ワンクリックで
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 職業分類に基づく
| 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.
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.