Skip to main content

proflead/codex-skills-library

SkillsMP 已收集 proflead/codex-skills-library 中的 63 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
63
GitHub 星标
139
GitHub Forks
32

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

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

Manage Buffer content via the GraphQL API. Use when creating, scheduling, editing, or deleting posts, saving ideas, reading scheduled queues, or pulling post analytics. Not for general API debugging.

原文语言:英语

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

Improve and rewrite user prompts to reduce ambiguity and improve LLM output quality. Use when a user asks to optimize, refine, clarify, or rewrite a prompt for better results, or when the request is about prompt optimization or prompt rewriting.

原文语言:英语

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

Edits, rewrites, or improves text for clarity, tone, grammar, or style.

原文语言:英语

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

Validate API changes against an expected contract. Use when a mid-level developer needs to detect breaking changes.

原文语言:英语

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

Define consistent API error codes and responses. Use when a mid-level developer needs error standardization.

原文语言:英语

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

Build a basic HTTP request (curl or fetch) for an API. Use when a junior developer needs a quick request example.

原文语言:英语

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

Optimize GraphQL queries and resolvers for performance. Use when a mid-level developer needs to reduce N+1 or payload size.

原文语言:英语

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

Review a system architecture for scalability, reliability, and maintainability. Use when a senior developer needs to critique a design.

原文语言:英语

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

Model domains and bounded contexts for complex systems. Use when a senior developer needs domain-driven design guidance.

原文语言:英语

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

Recommend caching strategies and invalidation patterns. Use when a mid-level developer needs performance guidance.

原文语言:英语

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

Plan feature flag rollout and cleanup. Use when a mid-level developer needs controlled release guidance.

原文语言:英语

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

Design safe queue consumers and retries. Use when a mid-level developer needs reliable background processing.

原文语言:英语

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

Draft a practical system design for a feature. Use when a mid-level developer needs a starting architecture.

原文语言:英语

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

Review data handling for privacy and retention. Use when a senior developer needs governance validation.

原文语言:英语

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

Review database migrations for safety and rollback. Use when a mid-level developer needs validation of schema changes.

原文语言:英语

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

Draft a basic SQL query from a simple requirement. Use when a junior developer needs help forming SELECT queries.

原文语言:英语

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

Write concise docstrings for functions. Use when a junior developer needs help describing inputs, outputs, and errors.

原文语言:英语

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

Improve a README for clarity and completeness. Use when a junior developer needs guidance on documenting setup and usage.

原文语言:英语

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

Draft release notes from changes and PRs. Use when a mid-level developer needs a structured changelog.

原文语言:英语

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

Create an onboarding guide for new engineers. Use when a senior developer needs structured onboarding materials.

原文语言:英语

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

Guide quick orientation of an unfamiliar codebase with module mapping, entry points, and local run steps. Use when a junior developer needs to get situated fast.

原文语言:英语

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

Explain a configuration file and its key options. Use when a junior developer is confused by a config file.

原文语言:英语

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

Recommend basic data structures for a task. Use when a junior developer needs help choosing lists, maps, or sets.

原文语言:英语

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

Provide a systematic debugging checklist. Use when a junior developer is stuck and needs a structured approach.

原文语言:英语

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

Guide installation of project dependencies and toolchains. Use when a junior developer is stuck setting up the environment.

原文语言:英语

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

Explain compiler/runtime errors in plain language. Use when a junior developer needs help understanding an error message.

原文语言:英语

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

Provide safe git commands for common tasks. Use when a junior developer needs help with branching, commits, or resolving simple conflicts.

原文语言:英语

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

Explain lint errors and propose fixes. Use when a junior developer needs help resolving common lint or format warnings.

原文语言:英语

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

Summarize noisy logs into likely causes and next steps. Use when a junior developer needs help interpreting logs.

原文语言:英语

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

Generate a small helper script for repetitive tasks. Use when a junior developer needs a quick automation snippet.

原文语言:英语

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

Break a task or ticket into small steps. Use when a junior developer needs guidance on how to start.

原文语言:英语

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

Run a basic accessibility checklist for UI changes. Use when a junior developer needs quick a11y guidance.

原文语言:英语

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

Improve CLI help, errors, and output. Use when a mid-level developer needs to make a CLI friendlier.

原文语言:英语

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

Explain CSS layout issues and propose fixes. Use when a junior developer is struggling with alignment or spacing.

原文语言:英语

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

Diagnose CI failures and stabilize pipelines. Use when a mid-level developer needs to resolve flaky or failing builds.

原文语言:英语

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

Coordinate debugging across multiple services. Use when a senior developer needs to trace a distributed issue.

原文语言:英语

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

Review infrastructure-as-code changes for safety and correctness. Use when a mid-level developer needs a second look on IaC.

原文语言:英语

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

Design a multi-region architecture strategy. Use when a senior developer needs geo-redundant planning.

原文语言:英语

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

Set up metrics, logs, and traces for a service. Use when a mid-level developer needs basic observability coverage.

原文语言:英语

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

Create a plan to migrate platforms or runtimes. Use when a senior developer needs a phased migration approach.

原文语言:英语

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