Skip to main content

这个仓库中的 skills

TuYv/ccpm - 第 26 页

SkillsMP 已收集 TuYv/ccpm 中的 5,252 个 Skill。打开任一 Skill 可查看来源和详情。

TuYv/ccpm

已展示 40 / 5,252 个已收集 Skill。

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

Use when writing or reviewing Kotlin type declarations to choose @JvmInline value class over data class where appropriate, including Compose stability implications.

原文语言:英语

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

Use when asked to set up or repair a repository's GitHub Project configuration, reconcile Project epics or human checkpoints, triage Backlog work, plan and execute the next authorized issue, or drain authorized issues through implementation, review, merge,…

原文语言:英语

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

Use when asked to shepherd, babysit, monitor, or poll open pull requests or merge requests — including triaging review comments, detecting CI failures, fixing trivial CI issues, and keeping PRs/MRs moving without manual intervention.

原文语言:英语

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

Use when one ready GitHub issue or one explicitly confirmed conversation specification needs a repository-aware implementation plan for a later implementation workflow.

原文语言:英语

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

Use when debugging, benchmarking, or profiling leads into Kotlin or Jetpack Compose source before the cause is known, or when a broad Kotlin or Compose review spans multiple design concerns.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Formik form handling with validation patterns. Use when building forms, implementing validation, or handling form submission.

原文语言:英语

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

GraphQL queries, mutations, and code generation patterns. Use when creating GraphQL operations, working with Apollo Client, or generating types.

原文语言:英语

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

Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.

原文语言:英语

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

Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.

原文语言:英语

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

Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.

原文语言:英语

更新
职业分类
计算机系统分析师
描述

Analyzes codebases to understand structure, tech stack, patterns, and conventions. Use when onboarding to a new project, exploring unfamiliar code, or when asked "how does this work?" or "what's the architecture?"

原文语言:英语

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

Convex backend development guidelines. Use when writing Convex functions, schemas, queries, mutations, actions, or any backend code in a Convex project. Triggers on tasks involving Convex database operations, real-time subscriptions, file storage, or…

原文语言:英语

更新
职业分类
数据库架构师
描述

Designs database schemas, indexing strategies, query optimization, and migration patterns for SQL and NoSQL databases. Use when designing tables, optimizing queries, fixing N+1 problems, planning migrations, or when asked about database performance,…

原文语言:英语

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

Designs REST and GraphQL APIs including endpoints, error handling, versioning, and documentation. Use when creating new APIs, designing endpoints, reviewing API contracts, or when asked about REST, GraphQL, or API patterns.

原文语言:英语

更新
职业分类
计算机系统分析师
描述

Designs software architecture and selects appropriate patterns for projects. Use when designing systems, choosing architecture patterns, structuring projects, making technical decisions, or when asked about microservices, monoliths, or architectural…

原文语言:英语

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

Designs and implements testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, debugging test failures, or when asked about unit tests, integration tests, or E2E testing.

原文语言:英语

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

Guides Docker, CI/CD pipelines, deployment strategies, infrastructure as code, and observability setup. Use when writing Dockerfiles, configuring GitHub Actions, planning deployments, setting up monitoring, or when asked about containers, pipelines,…

原文语言:英语

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

Implements error handling patterns, structured logging, retry strategies, circuit breakers, and graceful degradation. Use when designing error handling, setting up logging, implementing retries, adding error tracking, or when asked about error boundaries, log…

原文语言:英语

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

Manages Git workflows including branching, commits, and pull requests. Use when working with Git, creating commits, opening PRs, managing branches, resolving conflicts, or when asked about version control best practices.

原文语言:英语

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

Analyzes and optimizes application performance across frontend, backend, and database layers. Use when diagnosing slowness, improving load times, optimizing queries, reducing bundle size, or when asked about performance issues.

原文语言:英语

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

Patterns for parallel subagent execution using Task tool with run_in_background. Use when coordinating multiple independent tasks, spawning dynamic subagents, or implementing features that can be parallelized.

原文语言:英语

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

Implements authentication, authorization, encryption, secrets management, and security hardening patterns. Use when designing auth flows, managing secrets, configuring CORS, implementing rate limiting, or when asked about JWT, OAuth, password hashing, API…

原文语言:英语

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

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js…

原文语言:英语

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

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", "check my site against best practices", or "web interface guidelines".

原文语言:英语

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

How to add products/resources to the local explorer or local API. Use when implementing new local APIs, or UI routes under packages/miniflare/src/workers/local-explorer or packages/local-explorer-ui.

原文语言:英语

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

Add tree-sitter language support to codegraph end-to-end — wire the grammar + extractor, write tests, then benchmark extraction quality and retrieval value on 3 popular real-world repos. Use when the user runs /add-lang <language> or asks to add/support a new…

原文语言:英语

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

Benchmark CodeGraph retrieval quality on a real codebase by comparing agent behavior with vs without CodeGraph. Use when the user runs /agent-eval or asks to test, benchmark, audit, or validate a codegraph version (the local dev build or a published npm…

原文语言:英语

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

Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

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

Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

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

Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

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

Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

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

Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

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

Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

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

Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

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

Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

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

Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

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

Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

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

Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.

原文语言:英语

更新
已展示 40 / 5,252 个已收集 Skill。