Anthropic Agent Skills는 에이전트 지식을 무한 컨텍스트가 아니라 파일 단위로 포장했다
Agent Skills는 SKILL.md와 보조 파일을 통해 절차 지식, 스크립트, 리소스를 agent가 필요할 때만 읽게 하는 progressive disclosure 패턴이다. Claude 생태계에서는 즉시 채택할 만하지만, skill 공급망 보안은 별도 점검이 필요하다.
- 판정
- 채택
- 영향
- 83
- 이벤트
- 2025-10-16
- 출처
- 2개
바뀐 점
- Anthropic은 2025-10-16 Agent Skills를 발표하고 Claude.ai, Claude Code, Claude Agent SDK, Developer Platform 지원을 명시했다.
- Skills는 metadata를 먼저 노출하고, 관련성이 있을 때 SKILL.md와 linked files를 읽는 progressive disclosure 구조다.
- 공식 글은 code execution을 포함할 수 있다고 하면서 untrusted skill audit 필요를 보안 고려사항으로 제시한다.
맥락
- MCP가 외부 tools/resources 연결이라면 Skills는 agent가 작업 절차와 도메인 지식을 어떻게 로드할지의 패키징 문제다.
- 기존 prompt template은 컨텍스트를 계속 점유하지만, Skills는 관련 작업에서만 세부 지식을 읽는 구조로 agent context budget을 아낀다.
판단 근거
- Anthropic engineering post가 Published Oct 16, 2025와 Skills 구조, progressive disclosure, 지원 제품을 명시한다.
- 공식 docs/cookbook 연결은 SKILL.md 기반 구현 표면을 보여준다.
- 보안 고려사항이 공개 글 안에 포함되어 있어 채택하되 trusted source audit을 조건으로 둬야 한다.
근거 해석
Anthropic 공식 engineering post와 docs/cookbook references가 Agent Skills의 날짜, 구조, 지원 제품, 보안 조건을 확인한다.
비교 축
- Skills vs MCP
- prompt template vs progressive disclosure
- Claude Code context
추천
Claude/Agent SDK 기반 제품은 반복 절차와 도메인 지식을 Skills로 포장하되, 외부 skill 설치는 코드 의존성처럼 review하고 allowlist로 관리하라.
위험
- skill context poisoning
- untrusted script 실행
- Claude 생태계 의존성
출처
-
2025-10-16 Agent Skills announcement, progressive disclosure, 지원 제품과 보안 고려 확인 자료
https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills -
Agent Skills examples and implementation patterns
https://github.com/anthropics/skills-cookbook