所有 Skills

找到 6379 個 Skills

Skills 列表

cli-creator

cli-creator

25Kbackend-api

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.

openai avataropenai
獲取
aspnet-core

aspnet-core

24Ktesting-qa

Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.

openai avataropenai
獲取
netlify-deploy

netlify-deploy

24Kfrontend

Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.

openai avataropenai
獲取
testing

testing

24Kdatabase

How to write tests, when to use each type of test, and how to run them. Contains information about conversion of `.test` to `.sqltest`, and how to write `.sqltest` and rust tests

tursodatabase avatartursodatabase
獲取
storage-format

storage-format

24Kdatabase

SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb

tursodatabase avatartursodatabase
獲取
async-io-model

async-io-model

24Kdatabase

Explanations of common asynchronous patterns used in tursodb. Involves IOResult, state machines, re-entrancy pitfalls, CompletionGroup. Always use these patterns in `core` when doing anything IO

tursodatabase avatartursodatabase
獲取
planning-with-files-zh

planning-with-files-zh

24Kagent-workflows

基于 Manus 风格的文件规划系统,用于组织和跟踪复杂任务的进度。创建 task_plan.md、findings.md 和 progress.md 三个文件。当用户要求规划、拆解或组织多步骤项目、研究任务或需要超过5次工具调用的工作时使用。支持 /clear 后的自动会话恢复。触发词:任务规划、项目计划、制定计划、分解任务、多步骤规划、进度跟踪、文件规划、帮我规划、拆解项目

othmanadi avatarothmanadi
獲取
index-knowledge

index-knowledge

24Kagent-workflows

Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation.

tursodatabase avatartursodatabase
獲取
debugging

debugging

24Ktesting-qa

How to debug tursodb using Bytecode comparison, logging, ThreadSanitizer, deterministic simulation, and corruption analysis tools

tursodatabase avatartursodatabase
獲取
product-skills

product-skills

24Kdesign-ui

Use when coordinating product work across the 12 bundled product sub-skills (RICE, OKRs, UX research, design tokens, competitive teardown, analytics, experiments, discovery, roadmaps, spec-to-repo, landing pages, SaaS scaffolding) or the 4 standalone product-team plugins (user stories, Apple HIG, code-to-PRD, research summarizer). Triggers on 'help me prioritize', 'plan a product experiment', 'we ship features nobody uses', 'run the discovery loop', 'is our OST sound'. Forks context to route to one sub-skill via a deterministic signal router and returns a digest; can also drive a continuous-discovery loop (Torres cadence tracker + OST linter as machine gates) or a full goal→plan→execute→verify→close run through the repo-wide agent-harness. Distinct from project-management (how to deliver vs what to build), marketing/landing (from-scratch pages), and engineering/agent-harness (the generic loop engine this orchestrator plugs into).

alirezarezvani avataralirezarezvani
獲取
pm-skills

pm-skills

24Kagent-workflows

Use when coordinating project-delivery work across the 8 project-management sub-skills — sprint/velocity analytics, portfolio health, Jira/JQL, Confluence, Atlassian admin, templates, meeting analysis, team comms. Triggers on 'our sprints feel off', 'project health report', 'audit our Jira permissions', 'when will it be done', 'run the delivery loop'. Forks context to route to one sub-skill via a deterministic signal router and returns a digest; can also drive a full goal→plan→execute→verify→close delivery loop through the repo-wide agent-harness with Jira MCP data bridged into the domain's analytics tools. Distinct from product-team (what to build vs how to deliver it), business-operations (internal ops), and engineering/agent-harness (the generic loop engine this orchestrator plugs into).

alirezarezvani avataralirezarezvani
獲取
ce-riffrec-feedback-analysis

ce-riffrec-feedback-analysis

24Kagent-workflows

Analyze Riffrec feedback captures from bundles or standalone recordings. Always load for `riffrec-*.zip`, `session.json` + `events.json` + `recording.webm` + `voice.webm` bundles, `.mp4`/`.mov`/`.webm` videos, `.m4a`/`.mp3`/`.wav` audio, or capture/share requests.

everyinc avatareveryinc
獲取
herdr

herdr

24Kagent-workflows

Control Herdr, a terminal multiplexer for coding agents. Use only when the user explicitly mentions Herdr or asks to use Herdr to inspect or control panes, tabs, workspaces, commands, or another agent. Do not use merely because a task could benefit from a background terminal, delegation, or parallel work. Requires HERDR_ENV=1.

herdrdev avatarherdrdev
獲取
ce-product-pulse

ce-product-pulse

24Kwriting-content

Generate time-windowed product pulse reports from configured signals.

everyinc avatareveryinc
獲取
baoyu-electron-extract

baoyu-electron-extract

24Kagent-workflows

Extracts resources and JavaScript from any installed Electron app (`.asar` bundle), restoring original sources from `.js.map` files when available or formatting minified code with Prettier otherwise. Use when user wants to "extract Electron app", "decompile Electron", "get the source code of <app>", "inspect app.asar", "看 Electron 应用源码", "提取 .asar", or asks how a desktop Electron app is built. Skips `node_modules` and supports both macOS and Windows.

jimliu avatarjimliu
獲取
ce-proof

ce-proof

24Ksecurity

Publish, read, comment on, or edit markdown in Proof. Use for Proof links, sharing specs/plans/drafts, or publish handoffs from planning workflows; avoid proofread, math, evidence, or proof-of-concept meanings.

everyinc avatareveryinc
獲取
ce-strategy

ce-strategy

24Kwriting-content

Create or update STRATEGY.md. Use when starting a product, changing direction or roadmap, or when ce-ideate, ce-brainstorm, or ce-plan need upstream product grounding.

everyinc avatareveryinc
獲取
ce-test-xcode

ce-test-xcode

24Ktesting-qa

Build and test iOS apps on simulator with XcodeBuildMCP.

everyinc avatareveryinc
獲取
ce-worktree

ce-worktree

24Kcode-generation

Set up isolated git worktrees — create a new branch for fresh work, or attach a worktree to an existing branch/PR/commit to work on it in isolation. Use when starting isolated work or isolating an existing ref; detects existing isolation first.

everyinc avatareveryinc
獲取
ce-test-browser

ce-test-browser

24Ktesting-qa

Run browser tests for pages affected by the current branch or PR.

everyinc avatareveryinc
獲取
ce-simplify-code

ce-simplify-code

24Ksecurity

Simplify recently changed code for clarity, reuse, quality, and efficiency while preserving behavior. Use for tidy/refactor passes; use ce-debug for bugs.

everyinc avatareveryinc
獲取
ce-resolve-pr-feedback

ce-resolve-pr-feedback

24Kbackend-api

Resolve PR review feedback. Use when addressing review comments, resolving review threads, or fixing code-review feedback.

everyinc avatareveryinc
獲取
planning-with-files

planning-with-files

24Kresearch-knowledge

Manus-style persistent file-based planning for AI coding agents: keeps task_plan.md, findings.md, and progress.md on disk so work survives context loss and /clear. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session recovery after /clear.

othmanadi avatarothmanadi
獲取
ce-compound-refresh

ce-compound-refresh

24Kresearch-knowledge

Refresh the repo's captured learnings against the current codebase. Use when auditing stale, overlapping, superseded, or drifted learnings; avoid general refactor, debugging, or code review unless the learnings store is explicit.

everyinc avatareveryinc
獲取
想按分類檢視?試試 /category/writing-content.