Skip to main content

这个仓库中的 skills

TuYv/ccpm - 第 42 页

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

TuYv/ccpm

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

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

Land and deploy workflow. (gstack)

原文语言:英语

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

Read-only queue dashboard for workspace-aware ship. (gstack)

原文语言:英语

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

Manage project learnings.

原文语言:英语

更新
职业分类
桌面出版专家
描述

Turn any markdown file into a publication-quality PDF. (gstack)

原文语言:英语

更新
职业分类
项目管理专家
描述

YC Office Hours — two modes. (gstack)

原文语言:英语

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

Launch GStack Browser — AI-controlled Chromium with the sidebar extension baked in.

原文语言:英语

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

Pair a remote AI agent with your browser. (gstack)

原文语言:英语

更新
职业分类
首席执行官
描述

CEO/founder-mode plan review. (gstack)

原文语言:英语

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

Designer's eye plan review — interactive, like CEO and Eng review. (gstack)

原文语言:英语

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

Interactive developer experience plan review. (gstack)

原文语言:英语

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

Eng manager-mode plan review. (gstack)

原文语言:英语

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

Self-tuning question sensitivity + developer psychographic for gstack (v1: observational). (gstack)

原文语言:英语

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

Report-only QA testing. (gstack)

原文语言:英语

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

Systematically QA test a web application and fix bugs found. (gstack)

原文语言:英语

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

Weekly engineering retrospective. (gstack)

原文语言:英语

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

Pre-landing PR review. (gstack)

原文语言:英语

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

Pull data from a web page. (gstack)

原文语言:英语

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

Import cookies from your real Chromium browser into the headless browse session. (gstack)

原文语言:英语

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

Configure deployment settings for /land-and-deploy.

原文语言:英语

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

Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. (gstack)

原文语言:英语

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

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack)

原文语言:英语

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

Router for the gstack skill suite. (gstack)

原文语言:英语

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

Codify the most recent successful /scrape flow into a permanent browser-skill on disk. (gstack)

原文语言:英语

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

Turn vague intent into a precise, executable spec in five phases. (gstack)

原文语言:英语

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

Keep gbrain current with this repo's code and refresh agent search guidance in CLAUDE.md. Wraps the gstack-gbrain-sync orchestrator with state (gstack)

原文语言:英语

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

Convert Markdown to WeChat Official Account HTML. Use this whenever the user wants WeChat article formatting, article preview, WeChat draft upload, image generation for articles, cover or infographic generation, image-post creation, writer-style drafting,…

原文语言:英语

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

Sentry backend conventions for logging, tracing/spans, metrics tags, and the options system. Use when adding or editing Python in src/ that logs (logger.info/exception), records metrics (metrics.incr/timing with tags), instruments spans/transactions, or reads…

原文语言:英语

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

Guide for using Sentry's layout and text primitives. Use when implementing UI components, layouts, or typography. Enforces use of core components over styled components.

原文语言:英语

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

Gate a Sentry feature behind a FlagPole feature flag. Use when adding a feature flag, registering a flag in temporary.py, checking a flag from Python or the frontend, enabling a flag in tests, or asking where FlagPole rollout config lives. Trigger on "add a…

原文语言:英语

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

Fetch data in Sentry's frontend with TanStack Query and apiOptions. Use when adding or editing React code in static/ that calls the API — useQuery/useMutation/useInfiniteQuery, apiOptions, queryOptions/mutationOptions, fetchMutation, reading response…

原文语言:英语

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

Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.

原文语言:英语

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

Guide for migrating viewport media queries (@media, useMedia) to container queries in Sentry's frontend. Use when migrating responsive layout to container queries, replacing @media/useMedia, refactoring styled responsive components to Container/Flex/Grid…

原文语言:英语

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

Write and review React/TypeScript tests for Sentry's frontend using Jest and React Testing Library. Use when adding or editing tests in static/ (*.spec.tsx), writing component/hook tests, mocking API responses with MockApiClient, testing routing or network…

原文语言:英语

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

Add a new Seer embed widget — a rich component rendered inline in Seer's markdown output via tag syntax. Covers schema, component, registration, and backend codegen. Use when asked to "add an embed", "new seer embed", "create a seer widget", "add a markdown…

原文语言:英语

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

Set up and manage the Sentry development environment using devenv. Handles fresh setup, updating existing environments, starting dev services, resetting the database, per-worktree environment setup (each worktree needs its own devenv sync/.venv), and…

原文语言:英语

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

Creates and maintains concise AGENTS.md and CLAUDE.md project instruction files. Use when asked to create AGENTS.md, update AGENTS.md, maintain agent docs, set up CLAUDE.md, document repository agent conventions, or keep coding-agent instructions minimal and…

原文语言:英语

更新
职业分类
技术写作员
描述

Write, review, and improve blog posts for the Sentry engineering blog following Sentry's specific writing standards, voice, and quality bar. Use this skill whenever someone asks to write a blog post, draft a technical article, review blog content, improve a…

原文语言:英语

更新
职业分类
技术写作员
描述

Write copy following Sentry brand guidelines. Use when writing UI text, error messages, empty states, onboarding flows, 404 pages, documentation, marketing copy, or any user-facing content. Covers both Plain Speech (default) and Sentry Voice tones.

原文语言:英语

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

Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.

原文语言:英语

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

Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.

原文语言:英语

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