Skip to main content

这个仓库中的 skills

hashgraph-online/awesome-codex-plugins - 第 4 页

SkillsMP 已收集 hashgraph-online/awesome-codex-plugins 中的 333 个 Skill。打开任一 Skill 可查看来源和详情。

hashgraph-online/awesome-codex-plugins

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

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

Manage brand reputation. Use when: handling reviews, crisis comms, negative press, sentiment, or recovery plans.

原文语言:英语

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

Schedule social media posts. Use when: publishing to Twitter/X, Instagram, LinkedIn, TikTok, YouTube, or Pinterest.

原文语言:英语

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

Send email campaigns. Use when: deploying via SendGrid, Klaviyo, Customer.io, Brevo, or Mailchimp with A/B testing.

原文语言:英语

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

Send SMS or WhatsApp messages. Use when: deploying marketing messages via Twilio or Brevo with compliance checks.

原文语言:英语

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

Build SEO strategy and roadmap. Use when: planning site architecture, content strategy, or phased implementation.

原文语言:英语

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

Measure share of voice. Use when: comparing keyword visibility, SERP presence, ad share, or AI citations vs competitors.

原文语言:英语

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

Manage XML sitemaps. Use when: auditing sitemap health, generating sitemaps, or planning sitemap architecture.

原文语言:英语

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

Assign tasks to team members. Use when: distributing work by role, expertise, and capacity, or managing workloads.

原文语言:英语

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

Deep technical SEO analysis. Use when: optimizing crawlability, Core Web Vitals, rendering, redirects, or sitemaps.

原文语言:英语

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

Validate content structure. Use when: checking schema compliance, required sections, word count, or placeholders.

原文语言:英语

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

Validate a brand profile end-to-end — required fields, voice/audience completeness, connector reachability, credentials health, and compliance prerequisites — without exposing credential values. Run after any credential change or brand-profile edit.

原文语言:英语

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

Verify marketing claims. Use when: cross-checking statistics, awards, certifications, or performance claims with sources.

原文语言:英语

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

Use whenever the user invokes or mentions CUAR, asks whether an unscheduled Codex reset happened, asks whether CUAR reminder tooling is unavailable, or asks whether a CUAR expiration reminder was created. Also report and interpret Codex weekly usage, linear…

原文语言:英语

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

Safely request termination of a tracked detached process group using PID identity validation and a SIGTERM-to-SIGKILL grace period. Use only when the user asks to stop a job; critical repair, migration, firmware, or destructive jobs require explicit…

原文语言:英语

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

Launch a finished Codex Process Jobs record again as a new detached job using its validated persisted argv, working directory, and execution mode. Use only when the user explicitly asks or approves rerunning a specific completed, failed, or cancelled build,…

原文语言:英语

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

Launch an ordinary finite local workload as a durable detached process job, then release the assigning Codex turn instead of monitoring it. Use proactively for builds, test suites, evaluations, benchmarks, inference/model A/B runs, data jobs, and repairs…

原文语言:英语

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

Inspect active and recent detached process jobs in a later user-requested turn, retrieve a lightweight activity preview, or wait once when explicitly requested. Use for questions such as "how's the build going?", later user-requested checks of test,…

原文语言:英语

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

Read the latest bounded stdout or stderr from a tracked detached process job. Use to inspect live build progress, benchmark output, test failures, repair diagnostics, or other command output without loading the entire persisted log.

原文语言:英语

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

Safely validate, publish, and track a local SKILL.md directory across GitHub, Awesome Codex Plugins, HOL Registry, skills.sh, SkillsMP, LobeHub, ClawHub, and Cursor Directory. Use when the user asks to publish, update, register, or synchronize an agent skill…

原文语言:英语

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

Design and review maintainable Go CLI application boundaries, package layout, dependency direction, command factories, configuration ownership, adapters, services, storage, and composition roots. Use when starting a multi-command CLI, extracting business…

原文语言:英语

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

Design and review predictable Go command-line interfaces with canonical names and flags; explicit inputs and precedence; human, plain, and structured output; safe prompting; stdout and stderr contracts; help; errors; exit codes; cancellation; dependency…

原文语言:英语

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

Prepare reproducible Go CLI artifacts across operating systems and architectures with toolchain-derived target matrices, capability profiles, portable config and cache discovery, CGO decisions, version metadata, artifact handoff, smoke tests, archives,…

原文语言:英语

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

Design and review recoverable Go CLI errors, exit semantics, structured logging, debug modes, traces, profiles, redaction, and user-consented diagnostic bundles. Use when a CLI needs actionable failures, safe support evidence, production troubleshooting, or…

原文语言:英语

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

Execute and supervise external programs safely from Go CLIs with explicit arguments, typed failure classification, working directories, environments, bounded streams, deadlock-safe pipes, contexts, timeouts, signals, platform adapters, descendant cleanup,…

原文语言:英语

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

Design, implement, and review secure Go CLI release automation with versioned tags, GoReleaser, GitHub Actions, checksums, signing, provenance, changelogs, Homebrew distribution, least-privilege credentials, verification, and recovery. Use when publishing CLI…

原文语言:英语

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

Design, implement, test, and ship SQL-backed persistence for Go CLIs using database/sql, explicit pool ownership, bounded startup checks, embedded migrations, transaction boundaries, parameterized queries, adapter error mapping, Scanner and Valuer types,…

原文语言:英语

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

Design and review adaptive Go CLI terminal experiences with explicit human, plain, and structured modes; per-stream TTY detection; color and accessibility controls; prompts; progress; secret input; cancellation; and broken-pipe handling. Use when a Go CLI…

原文语言:英语

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

Design, implement, stabilize, and review Go CLI tests across fresh command trees, pure logic, table-driven cases, streams, typed configuration, files, environment, function-backed HTTP fakes, repositories, subprocesses, capability profiles, race checks, and…

原文语言:英语

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

Build, refactor, test, and review Cobra-based Go applications with intentional command trees, fresh constructors, suggestions, typed boundaries, scoped flags, local or remote configuration, explicit precedence, safe live reload, context propagation, stable…

原文语言:英语

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

Design, implement, test, and review bounded in-process Go concurrency using goroutines, channels, iterators, mutexes, shared collections, WaitGroup, errgroup, backpressure, ordering, cancellation, and deterministic lifecycle checks. Use when building worker…

原文语言:英语

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

Design, implement, test, and review resilient Go HTTP client boundaries with context propagation, layered timeouts, transport reuse, request construction, authentication, status classification, bounded bodies, retry safety, backoff, rate limits, pagination,…

原文语言:英语

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

Design, build, test, and review production Go HTTP servers covering inbound adapters, modern ServeMux routing, middleware, strict bounded request decoding, response commitment, transparent ResponseWriter wrapping, server timeouts, health semantics, graceful…

原文语言:英语

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

Design and review stable, idiomatic Go package APIs covering naming, exported declarations, embedding, receivers, typed-nil interfaces, generics, functional options, method sets, errors, wire contracts, compatibility, and examples. Use when creating a…

原文语言:英语

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

Review and improve Go language-level correctness across numeric conversions, overflow, slices, maps, range loops, comparisons, strings, runes, UTF-8, defer evaluation, and version-dependent semantics. Use when reviewing agent-generated Go, debugging…

原文语言:英语

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

Design, run, compare, and interpret Go performance evidence using benchmarks, B.Loop, benchstat, pprof, traces, escape analysis, cache locality, false sharing, sync.Pool, GC limits, container CPU behavior, and PGO. Use when investigating Go latency,…

原文语言:英语

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

OWASP compliance, vulnerability scanning, and adversarial red team testing — use for security reviews

原文语言:英语

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

Starter: compare model costs for a described task — maps task shape to the cheapest adequate seat and shows the price spread

原文语言:英语

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

Starter: one-screen provider health summary — availability, auth method, version drift, and cost posture for every seatable provider

原文语言:英语

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

Craft better prompts using proven optimization techniques — use when your prompt needs refinement

原文语言:英语

更新
职业分类
未分类
描述

Use Superloopy's lightweight strict-evidence loop for Codex tasks that need durable progress, criteria, and artifact-backed completion.

原文语言:英语

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