Loading...
Loading...
Found 394 Skills
Manage time-bounded company announcements in Glean. Use when creating, updating, or deleting announcements that surface across the Glean UI.
Manage promoted search results (pins) in Glean. Use when pinning specific documents to appear first for certain queries.
Manage document verification and review workflows in Glean. Use when verifying document accuracy, listing pending verifications, or sending review reminders.
Retrieve indexed messages from Slack, Teams, and other messaging platforms via Glean. Use when searching for or reading specific messages.
Manage Glean go-links (shortcuts). Use when creating, listing, updating, or deleting short URL aliases like go/wiki.
Analyze MSBuild binary logs to diagnose build failures by replaying binlogs to searchable text logs. Only activate in MSBuild/.NET build context. USE FOR: build errors that are unclear from console output, diagnosing cascading failures across multi-project builds, tracing MSBuild target execution order, investigating common errors like CS0246 (type not found), MSB4019 (imported project not found), NU1605 (package downgrade), MSB3277 (version conflicts), and ResolveProjectReferences failures. Requires an existing .binlog file. DO NOT USE FOR: generating binlogs (use binlog-generation), build performance analysis (use build-perf-diagnostics), non-MSBuild build systems. INVOKES: dotnet msbuild binlog replay, grep, cat, head, tail for log analysis.
Manage `chronic` wrapper for suppressing noisy command output in shell commands. Use this skill proactively whenever: (1) Running shell commands that produce verbose output on success (builds, linters, formatters, tests, migrations, deploys), (2) A command wrapped in chronic is hiding output you or the user actually need to see, (3) Reviewing or writing Justfiles, Makefiles, CI scripts, or shell scripts that invoke build/check/lint/test commands. Chronic runs a command silently on success but shows full output on failure.
Safety guardrails that warn before destructive commands. Use to protect beginners from accidentally running dangerous operations like rm -rf, DROP TABLE, git push --force, or git reset --hard. Provides beginner-friendly explanations of WHY a command is dangerous and suggests safer alternatives. Activate when the user mentions safety, careful mode, guardrails, protection, or when working with beginners on tasks involving file deletion, database changes, or git operations.
Manage authentication for Get笔记 CLI
The unified entry skill for awiki-cli, providing agent identity capabilities and IM capabilities including private chat, group chat, and attachment sending/receiving; end-to-end encrypted communication will be supported in the future, and it is responsible for task routing, minimal loading, security rules, and confirmation rules.
Baidu Search Tool. Use bdsearch CLI to search web content via Baidu AI Search API. Trigger scenarios: Users request Baidu search, news lookup, information retrieval, tutorial search, topic research, obtaining public web information, or needing structured search results.
For answering, using, and debugging @wot-ui/cli. Keywords: wot, @wot-ui/cli, CLI, MCP, doctor, usage, lint, list, info, doc, demo, token, changelog, extract, wot mcp. Applicable for command queries, parameter explanations, MCP integration, local debugging, data extraction, and open-wot repository maintenance.