agentic-development-principles とは?
AI エージェントと連携する場合のエージェント開発の普遍的な原則。分割統治、コンテキスト管理、抽象化レベルの選択、自動化の哲学を定義します。すべての AI コーディング ツールに適用できます。 ソース: akillness/skills-template。
AI エージェントと連携する場合のエージェント開発の普遍的な原則。分割統治、コンテキスト管理、抽象化レベルの選択、自動化の哲学を定義します。すべての AI コーディング ツールに適用できます。
コマンドラインで agentic-development-principles AI スキルを開発環境にすばやくインストール
ソース: akillness/skills-template。
"AI is the copilot; you are the pilot" AI agents amplify the developer's thinking and take over repetitive work, but final decision-making authority and responsibility always remain with the developer.
Core concept AI performs much better with small, clear instructions than with large, ambiguous tasks.
| "Build me a login page" | 1. "Create the login form UI component" | | | 2. "Implement the login API endpoint" | | | 3. "Wire up the authentication logic" | | | 4. "Write test code" | | "Optimize the app" | 1. "Analyze performance bottlenecks" | | | 2. "Optimize database queries" | | | 3. "Reduce frontend bundle size" |
AI エージェントと連携する場合のエージェント開発の普遍的な原則。分割統治、コンテキスト管理、抽象化レベルの選択、自動化の哲学を定義します。すべての AI コーディング ツールに適用できます。 ソース: akillness/skills-template。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/akillness/skills-template --skill agentic-development-principlesAI エージェントと連携する場合のエージェント開発の普遍的な原則。分割統治、コンテキスト管理、抽象化レベルの選択、自動化の哲学を定義します。すべての AI コーディング ツールに適用できます。 ソース: akillness/skills-template。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/akillness/skills-template --skill agentic-development-principles インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/akillness/skills-template