원클릭으로
npm
Use when handling JavaScript package management and scripts, with pnpm as the default package manager.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when handling JavaScript package management and scripts, with pnpm as the default package manager.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user mentions Feishu. Handles Feishu Docs/Drive/Wiki operations in Chrome via Playwright only, preferring headless execution with saved auth state. Supports browsing, reading, summarizing, editing, publishing local files as separate Feishu docs, deterministic template-center creation, and true wiki child-page creation via move-into-wiki flow. If login is stale, switch to QR login in a visible browser.
Git operations for local repos and GitHub workflows. Use when Codex needs to inspect repo state, craft commits, manage branches, rebase/merge safely, or decide on Git/GitHub commands (including gh usage) while following safety constraints and commit conventions.
Use Peekaboo on macOS for GUI-level automation (screenshots, UI inspection, clicks/typing, window/app control). Trigger this skill when tasks require real GUI interaction, screenshot automation, or browser-level automation on macOS.
Create, edit, validate, and render Mermaid diagrams (.mmd or Mermaid blocks in Markdown/HTML). Use when asked to convert visuals or specs into Mermaid, fix Mermaid syntax errors, add labels/line breaks, or render SVG/PNG via mmdc or a Mermaid CDN.
Use when Codex is asked to automate local GUI workflows with SakuraProj using skpr-local/skpr-cli scripts, including probe-driven readiness and repeatable local task orchestration.
Use when validating web UI runtime behavior with browser automation, including JavaScript errors, console logs, and rendered DOM checks.
| name | npm |
| description | Use when handling JavaScript package management and scripts, with pnpm as the default package manager. |
Use this skill for JavaScript/TypeScript dependency and script workflows.
pnpm over npm for install, run, add, remove, and global tool actions.npm if the user explicitly requires it.npm install → pnpm installnpm i <pkg> → pnpm add <pkg>npm uninstall <pkg> → pnpm remove <pkg>npm run <script> → pnpm <script> (or pnpm run <script>)npm i -g <pkg> → pnpm add -g <pkg>npx <cmd> → pnpm dlx <cmd>pnpm is available and version is confirmed.pnpm unless explicitly overridden.npm lockfile/tooling drift introduced.