CLI Tools

Command line utilities

Showing 1033-1056 of 8376 skills
nrwl

nx-workspace

by nrwl

"Explore and understand Nx workspaces. USE WHEN answering any questions about the nx workspace, the projects in it or tasks to run. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What targets can I run?', 'What's affected by my changes?', 'Which projects depend on library Y?', or any questions about Nx workspace structure, project configuration, or available tasks."

CLI Tools 29.1K 5mo ago
riba2534

feishu-cli-calendar

by riba2534

日历和日程管理。当用户请求查看日历、创建日程、管理日程时使用。支持列出日历、创建/查看/更新/删除日程等操作。

CLI Tools 1.3K 5mo ago
riba2534

feishu-cli-file

by riba2534

云空间文件管理。当用户请求列出、创建、移动、复制、删除飞书云空间文件时使用。

CLI Tools 1.3K 6mo ago
riba2534

feishu-cli-create

by riba2534

快速创建飞书云文档。当用户请求"创建文档"、"新建文档"、"写一份文档"时使用。创建后必须立即添加 full_access 权限给默认接收人。

CLI Tools 1.3K 5mo ago
nrwl

nx-workspace

by nrwl

"Explore and understand Nx workspaces. USE WHEN answering any questions about the nx workspace, the projects in it or tasks to run. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What targets can I run?', 'What's affected by my changes?', 'Which projects depend on library Y?', or any questions about Nx workspace structure, project configuration, or available tasks."

CLI Tools 29.1K 5mo ago
riba2534

feishu-cli-doc-guide

by riba2534

飞书文档创建规范指南。Markdown 语法支持、Mermaid/PlantUML 飞书语法限制、表格处理、图表容错机制等完整规范。供其他飞书技能参考。

API Dev 1.3K 5mo ago
nrwl

run-nx-generator

by nrwl

Run Nx generators with prioritization for workspace-plugin generators. Use this when generating code, scaffolding new features, or automating repetitive tasks in the monorepo.

CLI Tools 29.1K 8mo ago
OneKeyHQ

1k-platform-requirements

by OneKeyHQ

Minimum SDK/OS version requirements for all OneKey platforms (iOS, Android, Chrome, Electron).

CLI Tools 2.4K 5mo ago
GoogleCloudPlatform

latest-software-version

by GoogleCloudPlatform

Real-time source of truth for software and model versions. Activate when adding dependencies, installing packages, or identifying Gemini model names. Bypasses internal knowledge cutoffs by querying live registries (NPM, PyPI, Go Proxy) and official documentation.

Automation 338 5mo ago
OneKeyHQ

1k-git-workflow

by OneKeyHQ

Git workflow and conventions — branching, commit messages, and PR creation.

CLI Tools 2.4K 5mo ago
OneKeyHQ

1k-app-upgrade-test

by OneKeyHQ

Create test versions to verify app auto-update functionality and version migration.

CLI Tools 2.4K 5mo ago
hatayama

uloop-get-menu-items

by hatayama

"Retrieve Unity MenuItems via uloop CLI. Use when you need to: (1) Discover available menu commands in Unity Editor, (2) Find menu paths for automation, (3) Prepare for executing menu items programmatically."

CLI Tools 478 5mo ago
riba2534

feishu-cli-plantuml

by riba2534

生成飞书画板可用的 PlantUML 图表。遵循飞书画板的安全子集语法,支持流程图、时序图、类图、用例图、组件图、ER图、思维导图等。当用户需要生成架构图、流程图或各类 UML 图时使用。

API Dev 1.3K 5mo ago
riba2534

feishu-cli-write

by riba2534

向飞书文档写入内容,支持 Mermaid/PlantUML 图表自动转画板。支持添加画板、Callout、批量更新块等高级操作。当用户请求创建、写入、更新飞书文档时使用。推荐使用 Mermaid 画图。

CLI Tools 1.3K 5mo ago
riba2534

feishu-cli-msg

by riba2534

向飞书用户或群聊发送消息。支持 text/post/image/file/audio/media/sticker/interactive/share_chat/share_user/system 等消息类型。当用户需要发送飞书消息、构造消息 JSON、发送卡片消息时使用。

CLI Tools 1.3K 5mo ago
riba2534

feishu-cli-import

by riba2534

从 Markdown 文件导入创建飞书文档,支持嵌套列表、Mermaid/PlantUML 图表自动转画板、大表格自动拆分。当用户请求"导入 Markdown"、"从 md 创建文档"、"上传 Markdown"时使用。

API Dev 1.3K 5mo ago
riba2534

feishu-cli-perm

by riba2534

为飞书云文档添加或更新协作者权限。支持用户/群/部门/群组/知识空间成员授予查看、编辑或管理权限。当用户需要添加文档权限、分享文档给他人时使用。

CLI Tools 1.3K 5mo ago
Gentleman-Programming

gentleman-installer

by Gentleman-Programming

Installation step patterns for Gentleman.Dots TUI installer. Trigger: When editing installer.go, adding installation steps, or modifying the installation flow.

CLI Tools 1.9K 6mo ago
aiskillstore

writing-hookify-rules

by aiskillstore

This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.

CLI Tools 395 6mo ago
posit-dev

cli

by posit-dev

Comprehensive R package for command-line interface styling, semantic messaging, and user communication. Use this skill when working with R code that needs to: (1) Format console output with inline markup and colors, (2) Display errors, warnings, or messages with cli_abort/cli_warn/cli_inform, (3) Show progress indicators for long-running operations, (4) Create semantic CLI elements (headers, lists, alerts, code blocks), (5) Apply themes and customize output styling, (6) Handle pluralization in user-facing text, (7) Work with ANSI strings, hyperlinks, or custom containers. Also use when migrating from base R message/warning/stop, debugging cli code, or improving existing cli usage.

CLI Tools 443 5mo ago
biomejs

prettier-compare

by biomejs

Compares code formatting and formatting IR between Biome and Prettier to ensure that Biome's formatting is consistent and correct.

CLI Tools 25.3K 6mo ago
biomejs

testing-codegen

by biomejs

Guide for testing workflows and code generation commands in Biome. Use when running tests, managing snapshots, creating changesets, or generating code. Examples:<example>User needs to run snapshot tests for a lint rule</example><example>User wants to create a changeset for a PR</example><example>User needs to regenerate analyzer code after changes</example>

CLI Tools 25.3K 5mo ago
browserbase

browser-trace

by browserbase

Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page summaries back into an agent loop so its next iteration learns from the last one.

CLI Tools 3.7K 2mo ago
browserbase

browser

by browserbase

Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.

API Dev 3.7K 5mo ago