meta-hook-creator이란?
도구 호출, 프롬프트 및 수명 주기 이벤트에서 트리거되는 Claude Code에 대한 이벤트 후크를 만듭니다. 워크플로 자동화, 위험한 명령 차단, 파일 보호 또는 알림 추가 시 사용합니다. 후크, PreToolUse, PostToolUse, 이벤트 처리, 자동화에 사용합니다. 출처: oakoss/agent-skills.
도구 호출, 프롬프트 및 수명 주기 이벤트에서 트리거되는 Claude Code에 대한 이벤트 후크를 만듭니다. 워크플로 자동화, 위험한 명령 차단, 파일 보호 또는 알림 추가 시 사용합니다. 후크, PreToolUse, PostToolUse, 이벤트 처리, 자동화에 사용합니다.
명령줄에서 meta-hook-creator AI 스킬을 개발 환경에 빠르게 설치
출처: oakoss/agent-skills.
Claude Code hooks are user-defined shell commands, LLM prompts, or agent evaluations that execute automatically at specific lifecycle points. Hooks receive JSON context via stdin, take action, and communicate results through exit codes, stdout, and stderr.
When to use: Blocking dangerous commands, auto-formatting after writes, protecting sensitive files, custom notifications, environment setup, enforcing project conventions, auto-approving safe tools, running tests after changes.
When NOT to use: Static context injection (use CLAUDE.md), simple permission rules (use allowlist settings), one-time setup (use shell scripts directly).
도구 호출, 프롬프트 및 수명 주기 이벤트에서 트리거되는 Claude Code에 대한 이벤트 후크를 만듭니다. 워크플로 자동화, 위험한 명령 차단, 파일 보호 또는 알림 추가 시 사용합니다. 후크, PreToolUse, PostToolUse, 이벤트 처리, 자동화에 사용합니다. 출처: oakoss/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/oakoss/agent-skills --skill meta-hook-creator도구 호출, 프롬프트 및 수명 주기 이벤트에서 트리거되는 Claude Code에 대한 이벤트 후크를 만듭니다. 워크플로 자동화, 위험한 명령 차단, 파일 보호 또는 알림 추가 시 사용합니다. 후크, PreToolUse, PostToolUse, 이벤트 처리, 자동화에 사용합니다. 출처: oakoss/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/oakoss/agent-skills --skill meta-hook-creator 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/oakoss/agent-skills