skill-creator이란?
효과적인 클로드 스킬 생성을 위한 가이드. 이 기술은 사용자가 전문 지식, 워크플로 또는 도구 통합을 통해 Claude의 기능을 확장하는 기술을 생성(또는 업데이트)하려는 경우에 사용해야 합니다. 출처: sammcj/agentic-coding.
효과적인 클로드 스킬 생성을 위한 가이드. 이 기술은 사용자가 전문 지식, 워크플로 또는 도구 통합을 통해 Claude의 기능을 확장하는 기술을 생성(또는 업데이트)하려는 경우에 사용해야 합니다.
명령줄에서 skill-creator AI 스킬을 개발 환경에 빠르게 설치
출처: sammcj/agentic-coding.
Skills are modular, self-contained packages that extend Claude's capabilities by providing specialised knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks - they transform Claude from a general-purpose agent into a specialised agent equipped with procedural knowledge that no model can fully possess.
Understanding how skills work helps you design more effective ones:
Skills are prompt-based context modifiers, not executable code. When a skill is invoked, it doesn't execute actions directly. Instead, it:
효과적인 클로드 스킬 생성을 위한 가이드. 이 기술은 사용자가 전문 지식, 워크플로 또는 도구 통합을 통해 Claude의 기능을 확장하는 기술을 생성(또는 업데이트)하려는 경우에 사용해야 합니다. 출처: sammcj/agentic-coding.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator효과적인 클로드 스킬 생성을 위한 가이드. 이 기술은 사용자가 전문 지식, 워크플로 또는 도구 통합을 통해 Claude의 기능을 확장하는 기술을 생성(또는 업데이트)하려는 경우에 사용해야 합니다. 출처: sammcj/agentic-coding.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/sammcj/agentic-coding