skill-optimizer이란?
스킬 생성 및 검토를 위한 안내입니다. 이 기술은 사용자가 새로운 기술을 만들거나 기존 기술의 품질을 검토하거나 전문 지식, 워크플로 또는 도구 통합을 통해 Claude의 기능을 확장하는 기술을 최적화하려는 경우에 사용해야 합니다. 출처: tdimino/claude-code-minoan.
스킬 생성 및 검토를 위한 안내입니다. 이 기술은 사용자가 새로운 기술을 만들거나 기존 기술의 품질을 검토하거나 전문 지식, 워크플로 또는 도구 통합을 통해 Claude의 기능을 확장하는 기술을 최적화하려는 경우에 사용해야 합니다.
명령줄에서 skill-optimizer AI 스킬을 개발 환경에 빠르게 설치
출처: tdimino/claude-code-minoan.
Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized 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 specialized agent equipped with procedural knowledge that no model can fully possess.
Skills follow the Agent Skills open standard, with Claude Code extensions for invocation control, subagent execution, and dynamic context injection.
Every skill consists of a required SKILL.md file and optional bundled resources:
스킬 생성 및 검토를 위한 안내입니다. 이 기술은 사용자가 새로운 기술을 만들거나 기존 기술의 품질을 검토하거나 전문 지식, 워크플로 또는 도구 통합을 통해 Claude의 기능을 확장하는 기술을 최적화하려는 경우에 사용해야 합니다. 출처: tdimino/claude-code-minoan.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/tdimino/claude-code-minoan --skill skill-optimizer스킬 생성 및 검토를 위한 안내입니다. 이 기술은 사용자가 새로운 기술을 만들거나 기존 기술의 품질을 검토하거나 전문 지식, 워크플로 또는 도구 통합을 통해 Claude의 기능을 확장하는 기술을 최적화하려는 경우에 사용해야 합니다. 출처: tdimino/claude-code-minoan.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/tdimino/claude-code-minoan --skill skill-optimizer 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/tdimino/claude-code-minoan