Skip to main content

这个仓库中的 skills

tomevault-io/tomes - 第 25 页

SkillsMP 已收集 tomevault-io/tomes 中的 18,034 个 Skill。打开任一 Skill 可查看来源和详情。

tomevault-io/tomes

已展示 40 / 18,034 个已收集 Skill。

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

| Use when this capability is needed.

原文语言:英语

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

> Use when this capability is needed.

原文语言:英语

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

| Use when this capability is needed.

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

当人类用户要求你“提交代码”、“保存变更”或执行 Git 相关操作时,必须使用此技能。 Use when this capability is needed.

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

Nginx 故障排查与修复标准作业程序 (SOP)。当人类报告 "服务 502"、"接口不通" 或要求排查 Nginx 错误时,必须强制加载并遵 Use when this capability is needed.

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

Reverse-engineer and modify binaries with a single `decompiler` CLI that drives IDA Pro, Ghidra, Binary Ninja, or angr via DecLib. Use whenever the user asks to decompile, disassemble, look up cross references, rename functions or variables, define or change…

原文语言:英语

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

General development best practices and common gotchas when working on Biome. Use for avoiding common mistakes, understanding Biome-specific patterns (AST, syntax nodes, string extraction, embedded languages), and learning technical tips. Use when this…

原文语言:英语

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

Guide for creating high-quality, user-friendly diagnostics in Biome. Use when creating diagnostics for lint rules, adding helpful advice to error messages, implementing code frame displays, or improving diagnostic quality. Use when this capability is needed.

原文语言:英语

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

Guide for creating high-quality, user-friendly diagnostics in Biome. Use when creating diagnostics for lint rules, adding helpful advice to error messages, implementing code frame displays, or improving diagnostic quality. Use when this capability is needed.

原文语言:英语

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

Guide for implementing formatting rules using Biome's IR-based formatter infrastructure. Use when implementing formatting for new syntax nodes, handling comments in formatted output, or comparing Biome's formatting against Prettier for JavaScript, CSS, JSON,…

原文语言:英语

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

Step-by-step guide for creating and implementing lint rules in Biome's analyzer. Use when implementing rules like noVar, useConst, or any custom lint/assist rule, adding code actions to fix diagnostics, implementing semantic analysis for binding references,…

原文语言:英语

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

Guide for implementing parsers with error recovery for new languages in Biome. Use when adding parsing support for a new language, implementing error recovery in a parser, or writing grammar definitions in .ungram format for JavaScript, CSS, JSON, HTML,…

原文语言:英语

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

Compares code formatting and formatting IR between Biome and Prettier to ensure that Biome's formatting is consistent and correct. Use when validating formatter changes, debugging formatting differences, or comparing output for JavaScript, TypeScript, CSS, or…

原文语言:英语

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

Guide for testing workflows and code generation commands in Biome. Use when running snapshot tests for lint rules, managing insta snapshots, or regenerating analyzer/parser/formatter code after changes. Use when this capability is needed.

原文语言:英语

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

Guide for working with Biome's module graph and type inference system. Use when implementing type-aware lint rules, understanding type resolution, working on the module graph infrastructure, or implementing type inference for new features. Use when this…

原文语言:英语

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

Create a new blog article for a Rust static site that uses ssg_whiz. Use when the user wants a new article added under crates/<site>/content/blog/<slug>/ with a matching PageSummary entry added to crates/<site>/src/blog_summary.rs. Use when this capability is…

原文语言:英语

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

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling Use when this capability is needed.

原文语言:英语

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

Investigate and fix CI failures. Use when: debugging failed GitHub Actions runs, fixing build/test failures, or processing ci.status relay events. Use when this capability is needed.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Generate UX microcopy (button labels, error messages, empty states, toasts) following a casual-but-polite voice and tone Use when this capability is needed.

原文语言:英语

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

Build agents with the Bridgic Amphibious dual-mode framework — combining LLM-driven (agent) and deterministic (workflow) execution with automatic fallback and human-in-the-loop support. Use when: (1) writing code that imports from bridgic.amphibious, (2)…

原文语言:英语

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

Retrieve login credentials, API keys, and secrets (username, password, TOTP) from the user's Bitwarden vault via aac. Use when you need credentials to sign into a website or service, or need an API key. Use when this capability is needed.

原文语言:英语

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

Scaffold a new app-template Helm chart application Use when this capability is needed.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

> Use when this capability is needed.

原文语言:英语

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

Workflow for adding a test harness to an existing @skyux/* component in this Nx monorepo. Use when asked to "add a harness", "write a test harness", "create a SkyXHarness", or backfill harness coverage for a component that already ships without one. Covers…

原文语言:英语

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

Workflow for writing or backfilling Karma + Jasmine unit tests for a component or directive that ships from a @skyux/* library in this Nx monorepo. Use when asked to "write unit tests", "add a spec", "test this component/directive", or raise coverage for…

原文语言:英语

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

Workflow for adding Storybook visual-test stories for a @skyux/* component in this Nx monorepo, used for Percy visual regression snapshots. Use when asked to "add visual tests", "add a story", "create a storybook story", or set up Percy/visual coverage for a…

原文语言:英语

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

Workflow for authoring a code example (demo) component for a @skyux/* component in this Nx monorepo, published from @skyux/code-examples and shown in the docs. Use when asked to "add a code example", "create a demo", "add a documentation example", or showcase…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Validates dependency licenses against Blacklane's Open Source Software Policy before adding any new library. Use when installing, adding, or upgrading dependencies in any language.

原文语言:英语

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

| Use when this capability is needed.

原文语言:英语

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

Cut a new Bloom Engine release — bump package.json if requested, commit, tag, push, create GitHub Release, and watch the gated release pipeline Use when this capability is needed.

原文语言:英语

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

explore, reproduce, and verify Canvas Element behaviors manually via chrome-devtools-mcp, not in a playwright test. Use when this capability is needed.

原文语言:英语

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

Create pull requests for bluetooth-devices/dbus-fast. Use when creating PRs, submitting changes, or preparing contributions. Use when this capability is needed.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Guide for executing the gograbber CLI tool for TCP port scanning, directory bruteforcing, and automated screenshotting of web targets. Use this skill when you need to run gograbber or discover web services across IPs, CIDR ranges, and URLs. Use when this…

原文语言:英语

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

当用户需要在中国环境部署 Flutter 项目、配置国内镜像加速或解决依赖下载问题时使用。此 Skill 提供 Flutter 项目初始化、部署和运行时的完整镜像配置方案。 Use when this capability is needed.

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

当用户需要进行 Flutter 移动应用开发时使用。此 Skill 专注于构建高性能、可扩展且架构清晰的 Flutter 应用,涵盖整洁架构、高级状态管理和深度性能优化。 Use when this capability is needed.

原文语言:英语

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

Git 工作流与平台协作专家,负责维护代码仓库的整洁与规范。 Use when this capability is needed.

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

> Use when this capability is needed.

原文语言:英语

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

Home Assistant integrations, add-ons, updates, and system operations. Use when the user asks about config entries, add-ons, updates, reloads/restarts, or system health, and when mapping those needs to ha-mcp tools. Use when this capability is needed.

原文语言:英语

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

Manage AWTRIX 3 devices via HTTP filesystem and utility endpoints. Use when listing/uploading/renaming/deleting files, checking flash usage, configuring Wi-Fi, controlling LiveView, or importing LaMetric icons. Use when this capability is needed.

原文语言:英语

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

Example scaffolding and checklists for developing Home Assistant custom integrations. Use when building or reviewing a custom integration based on the included example templates. Use when this capability is needed.

原文语言:英语

更新
已展示 40 / 18,034 个已收集 Skill。