meta-skill-creator이란?
상담원 기술 개방형 표준에 따라 상담원 기술을 생성하세요. Claude Code, Cursor, Gemini CLI 또는 기타 에이전트에 대한 새로운 기술을 구축할 때 사용합니다. 기술 구조, SKILL.md 작성, 머리말 구성, 점진적 공개, 참조 파일, 검증 및 배포에 사용됩니다. 출처: oakoss/agent-skills.
상담원 기술 개방형 표준에 따라 상담원 기술을 생성하세요. Claude Code, Cursor, Gemini CLI 또는 기타 에이전트에 대한 새로운 기술을 구축할 때 사용합니다. 기술 구조, SKILL.md 작성, 머리말 구성, 점진적 공개, 참조 파일, 검증 및 배포에 사용됩니다.
명령줄에서 meta-skill-creator AI 스킬을 개발 환경에 빠르게 설치
출처: oakoss/agent-skills.
Agent Skills are portable folders of instructions, scripts, and resources that agents discover and load on demand. They follow the Agent Skills open standard and work across 27+ compatible agents including Claude Code, Cursor, Gemini CLI, OpenAI Codex, VS Code, GitHub Copilot, Windsurf, Goose, and Roo Code. This skill covers the complete workflow for creating, structuring, and validating skills.
| Directory structure | skill-name/SKILL.md plus optional references/, scripts/, assets/ | SKILL.md is the only required file | | Frontmatter (required) | YAML block with name and description | name must match directory, max 64 chars |
| Frontmatter (optional) | license, compatibility, metadata, allowed-tools | Defined by open standard, portable across agents | | Agent-specific fields | model, context, agent, hooks, user-invocable | Claude Code extensions, not portable | | Description triggers | Include "Use when..." or "Use for..." phrases | Keyword-rich, third-person voice |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/oakoss/agent-skills --skill meta-skill-creator상담원 기술 개방형 표준에 따라 상담원 기술을 생성하세요. Claude Code, Cursor, Gemini CLI 또는 기타 에이전트에 대한 새로운 기술을 구축할 때 사용합니다. 기술 구조, SKILL.md 작성, 머리말 구성, 점진적 공개, 참조 파일, 검증 및 배포에 사용됩니다. 출처: oakoss/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/oakoss/agent-skills --skill meta-skill-creator 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/oakoss/agent-skills