بنقرة واحدة
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.