什麼是 agentic-development-principles?
與人工智慧代理合作時代理開發的通用原則。定義分而治之、情境管理、抽象層級選擇和自動化哲學。適用於所有AI編碼工具。 來源:akillness/skills-template。
與人工智慧代理合作時代理開發的通用原則。定義分而治之、情境管理、抽象層級選擇和自動化哲學。適用於所有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編碼工具。 來源:akillness/skills-template。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/akillness/skills-template --skill agentic-development-principles與人工智慧代理合作時代理開發的通用原則。定義分而治之、情境管理、抽象層級選擇和自動化哲學。適用於所有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