self-improving-agents は何をしますか?
A Claude Code skill that gives your project agents that learn from every build cycle. Two-tier self-improvement: capture learnings, then bake them into agent DNA.
Claude Codeスキルで、プロジェクトのエージェントが各ビルドサイクルから学習できるようになります。二段階の自己改善:学習内容を取得し、エージェントのDNAに組み込みます。
このスキル「self-improving-agents」は、Claude Code環境で動作するエージェントに自己改善機能を提供します。具体的には、各ビルドサイクルで得られた知見(ラーニング)を自動的に収集し、次のビルド以降のエージェント行動に反映させることで、プロジェクトの継続的な成長を実現します。このスキルは「二段階の自己改善」アプローチを採用しており、第一段階ではエージェントが実行中に得た教訓やナレッジをキャプチャし、第二段階ではそれらをエージェントの「DNA」、すなわちプロンプトや設定として恒久的に組み込みます。これにより、手動での調整なしにエージェントの性能が時間とともに向上し、大規模リファクタリングや複雑なワークフローの効率化に特に有効です。また、オープンソースのスキルとして提供されているため、コミュニティによる拡張やカスタマイズも容易です。
npx skills add codeyogi911/self-improving-agentsA Claude Code skill that gives your project agents that learn from every build cycle. Two-tier self-improvement: capture learnings, then bake them into agent DNA.
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.