Skip to main content

这个仓库中的 skills

JSGforever/skillguard - 第 6 页

SkillsMP 已收集 JSGforever/skillguard 中的 263 个 Skill。打开任一 Skill 可查看来源和详情。

JSGforever/skillguard

已展示 40 / 263 个已收集 Skill。

职业分类
软件开发工程师
描述

A comprehensive Git agent skill combining strategic workflows, strict conventional commit standards, and safe execution protocols. Acts as a senior engineer to guide users through atomic, verifiable, and standardized git operations.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Transcribe non-realtime speech with Alibaba Cloud Model Studio Qwen ASR models (`qwen3-asr-flash`, `qwen-audio-asr`, `qwen3-asr-flash-filetrans`). Use when converting recorded audio files to text, generating transcripts with timestamps, or documenting…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Real-time speech synthesis with Alibaba Cloud Model Studio Qwen TTS Realtime models. Use when low-latency interactive speech is required, including instruction-controlled realtime synthesis.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate human-like speech audio with Model Studio DashScope Qwen TTS models (qwen3-tts-flash, qwen3-tts-instruct-flash). Use when converting text to speech, producing voice lines for short drama/news videos, or documenting TTS request/response fields for…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate images with Alibaba Cloud Model Studio Z-Image Turbo (z-image-turbo) via DashScope multimodal-generation API. Use when creating text-to-image outputs, controlling size/seed/prompt_extend, or documenting request/response mapping for Z-Image.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Understand images with Alibaba Cloud Model Studio Qwen VL models (qwen3-vl-plus/qwen3-vl-flash and latest aliases). Use when building image Q&A, visual analysis, OCR-like extraction, chart/table reading, or screenshot understanding workflows.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate videos with Model Studio DashScope SDK using Wan i2v models (wan2.6-i2v-flash, wan2.6-i2v, wan2.6-i2v-us). Use when implementing or documenting video.generate requests/responses, mapping…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Alibaba Cloud DNS (Alidns) CLI skill. Use to query, add, and update DNS records via aliyun-cli, including CNAME setup for Function Compute custom domains.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Alibaba Cloud generic CLI skill for installing, configuring, and using aliyun CLI to call OpenAPI actions across products. Use when users need command-line operations on Alibaba Cloud resources (list/query/create/update/delete), credential/profile setup,…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Discover and reconcile Alibaba Cloud product catalogs from Ticket System, Support & Service, and BSS OpenAPI; fetch OpenAPI product/version/API metadata; and summarize API coverage to plan new skills. Use when you need a complete product list, product-to-API…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Get external agent review and feedback. Routes Anthropic models through Claude Agent SDK (uses local subscription) and other models through OpenRouter API. Use for code review, architecture feedback, or any external consultation.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Query and explore Civitai Orchestration workflows, jobs, and results. Use for analyzing image/video generation jobs, viewing job results, searching by workflow ID, job ID, user, or date range.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Manage Next.js dev servers across worktrees. Start, stop, and read logs from dev servers. Agents can access logs from any running session, regardless of who started it.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Post announcements and messages to Discord channels. Use when sharing updates, releases, or team communications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Manage Flipt feature flags - list, create, enable/disable, and configure rollout rules. Use when you need to control feature flag state or set up segmented rollouts.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Check Meilisearch index status, tasks, health, and settings. Use for debugging search issues, monitoring indexing tasks, and inspecting index configuration. Read-only admin operations.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Take moderator actions on users - ban, mute, remove content, manage leaderboard eligibility. Use when you need to ban a user, mute them, or take other moderation actions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Run PostgreSQL queries for testing, debugging, and performance analysis. Use when you need to query the database directly, run EXPLAIN ANALYZE, compare query results, or test SQL optimizations. Always uses read-only connections unless explicitly directed…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Autonomous agent for tackling big projects. Create PRDs with user stories, then run them via the CLI. Sessions persist across restarts with pause/resume and real-time monitoring.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Inspect Redis cache keys, values, and TTLs for debugging. Supports both main cache and system cache. Use for debugging cache issues, checking cached values, and monitoring cache state. Read-only by default.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Run queries against the Retool PostgreSQL database for moderation notes, user notes, and other Retool-managed data. Read-only by default. Use when you need to query the Retool database directly.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create and manage git worktrees with automatic environment setup. Creates worktrees at ../model-share-<branch>, copies .env, and runs pnpm install.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

编码完成后的多维度代码审查,覆盖 SOLID 架构、安全性、代码质量、边界条件与清理计划,输出结构化审查报告。

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Comprehensive reference guide for Python type hints, static type checking with mypy, modern type annotation patterns (PEP 484, 585, 604, 612, 613), and type hint best practices for Python 3.9+. Use during code reviews to ensure proper type annotation usage,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Prisma 7 + Better Auth + Next.js App Router. Email/password, OAuth, 2FA, rate limiting, audit logging. Triggers: add auth, better auth, prisma auth, nextjs login, sign-up/sign-in, auth scaffold.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Best practices for React Router v7 loaders and actions - parallel fetching, deferred data, optimistic UI, and error handling patterns

原文语言:英语

更新
职业分类
其他计算机职业
描述

Use 1000+ external apps via Composio - either directly through the CLI or by building AI agents and apps with the SDK

原文语言:英语

更新
职业分类
软件开发工程师
描述

Designs and implements CI/CD pipelines for automated testing, building, deployment, and security scanning across multiple platforms. Covers pipeline optimization, test integration, artifact management, and release automation.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Execute crypto trades (buy, sell, swap, exchange) and query account balances, market prices, and transaction history via the Crypto.com API. View weekly trading limits and portfolio positions. Use when the user wants to trade, purchase, sell, or swap…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Update project dependencies using taze, a modern CLI tool that keeps deps fresh. Supports monorepos, version range updates, and automatic installation. Use when updating dependencies, upgrading packages, or keeping packages up-to-date.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Detect and resolve Unity C# compilation errors using VSCode diagnostics. Use this skill when Unity projects have compilation errors that need diagnosis and automated fixes. Analyzes errors from VSCode Language Server, proposes solutions based on error…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Unity Editor control and automation, WebSocket-based real-time communication. 유니티에디터제어및자동화, WebSocket기반실시간통신. Features/기능: GameObject control 게임오브젝트제어, Transform manipulation 트랜스폼조작, Component management 컴포넌트관리, Scene management 씬관리, SQLite database…

原文语言:多语言混合

更新
职业分类
软件开发工程师
描述

MCP Agent Mail - Mail-like coordination layer for multi-agent workflows. Identities, inbox/outbox, file reservations, contact policies, threaded messaging, pre-commit guard, Human Overseer, static exports, disaster recovery. Git+SQLite backed. Python/FastMCP.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse…

原文语言:英语

更新
职业分类
软件开发工程师
描述

工作文档枢纽,强制执行 SSOT(Single Source of Truth)原则,管理 `docs/` 目录下的架构决策、设计文档、Issues(任务规划)、PRs(变更记录)。支持 GitHub 协作开发模式。

更新
职业分类
软件开发工程师
描述

Web search and content extraction via Brave Search API.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Posts content and articles to X (Twitter). Supports regular posts with images/videos and X Articles (long-form Markdown). Uses real Chrome with CDP to bypass anti-automation. Use when user asks to "post to X", "tweet", "publish to Twitter", or "share on X".

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Flaky test fix pattern - replaces arbitrary timeouts with condition polling that waits for actual state changes.

原文语言:英语

更新
已展示 40 / 263 个已收集 Skill。