learn-claude-code は何をしますか?
Build a minimal Claude-style AI agent from scratch that processes messages, interacts with tools, and generates dynamic responses.
スクラッチから最小限のClaudeスタイルAIエージェントを構築し、メッセージを処理し、ツールと対話し、動的な応答を生成します。
このスキルは、Claude CodeのようなAIエージェントの仕組みを理解するための包括的な学習リソースを提供します。開発者は、メッセージの処理、ツールとの対話、動的応答の生成を行う、最小限のClaudeスタイルAIエージェントをスクラッチから構築する方法を学べます。主にClaude Codeプラットフォームを対象としており、エージェントのコアアーキテクチャ、ツール統合パターン、応答生成ロジックの実装に焦点を当てています。このリソースは、エージェント設計のベストプラクティスを身につけ、カスタムAIエージェント開発の強固な基盤を築きたいと考えている開発者にとって特に有用です。スキルドキュメント(SKILL.md)全体を通じて、基本的な概念を段階的に説明しながら、現実世界のアプリケーションの構築に応用できる実践的な例を示しています。
npx skills add jafini/learn-claude-codeBuild a minimal Claude-style AI agent from scratch that processes messages, interacts with tools, and generates dynamic responses.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.