8가지 AI 코딩 에이전트 규칙 (AGENTS.md)
Wikiprompt, 무료 프롬프트 백과사전에서
8가지 AI 코딩 에이전트 규칙 (AGENTS.md) AI 코딩 에이전트가 더 간단하고 효율적인 코드를 작성하여 토큰을 절약하고 재작업을 줄이기 위한 8가지 간결한 규칙. 사이드 프로젝트와 프로토타입에 적합합니다.
프롬프트 내용저장
🌐
1. No backward compatibility. Delete outdated code directly, no compatibility layers, no migrations, no fallbacks.
2. Choose the simplest implementation that meets current needs. No preventive abstraction, no unnecessary config layers.
3. System layers grow. First get a minimal end-to-end version running, then add on top. Never remove working functionality for unfinished complexity.
4. Keep components modular, separate concerns.
5. Prefer mature, maintained libraries. Don't rewrite without clear reason.
6. First check what existing dependencies in the project can do, then consider adding new packages or writing your own. Don't assume the library doesn't have it.
7. Make architecture decisions for the long term. Don't accept temporary solutions like 'do this now, switch later'.
8. First see how mature products solve the same problem, use proven patterns, don't reinvent from scratch.
전체 프롬프트를 보려면 로그인하세요
Continue with:
By logging in, you agree to our Terms of Use and Privacy Policy
사용법
이 프롬프트는 coding와 함께 사용하도록 설계되었습니다. 위의 프롬프트 내용을 복사하여 원하는 AI 도구에 붙여넣으세요.
최상의 결과를 얻으려면 자리 표시자(대괄호 또는 대문자로 표시)를 특정 요구 사항으로 사용자 지정할 수 있습니다.
토론
댓글 0개