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