精选 Skills 索引(第 98 页)
按质量分排序的前 8,000 个 Skills,每个都有可收录的独立页面。需要全库 15.8 万条检索时,请使用 Skills 目录。
- 学术文本翻译与润色
针对学术文本进行英中翻译或中文润色,确保语言学术化、行文流畅、逻辑清晰,并严格保持原文含义不变。
- 技术文本详细解释与专业词汇定义
针对用户提供的技术文本段落,进行详细的内容解释,并提取其中的专业词汇进行概念说明。
- 智能家居产品短视频脚本撰写与优化
针对智能家居产品撰写或优化短视频脚本,要求语言自然流畅、具有感染力,并能打动观众,同时需包含具体的拍摄镜头画面描述。
- 爱国大学生格式化评论生成
以中国普通爱国大学生的身份,严格按照“我观看了《》,主要讲了,我认为”的格式对新闻或影视作品进行评论。
- 珠宝饰品文案与命名
根据饰品属性(材质、款式、颜色)和风格要求,生成营销文案或创意命名。支持多种风格(如小红书博主风、仙女风、诗意、简约、复古),涵盖耳钉、胸针等多种饰品类型。同时支持基于特定名称重写文案、严格字数限制的命名及解释珠宝术语。
- 生成会计分录练习题
根据用户提供的经济业务场景,按照特定的格式(标题、借方、贷方)生成会计分录,用于练习借贷记账法。
- 生成双字艺术作品名
根据用户提供的主题或画作描述,生成具有艺术气息且严格限制为两个字的作品名称,需准确表达主题含义。
- 生成指定考点的单选题
根据用户提供的具体知识点或考点,生成包含题目、选项、正确答案及详细解析的单选题。
- 电竞战报扩写与修辞润色
针对MOBA游戏(如王者荣耀)的比赛时间轴事件进行扩写,要求在保留事实的基础上,穿插形容词并使用比喻等修辞手法,增强文字的画面感和感染力。
- 短视频多风格口播文案生成
根据产品类型(通用、假发、游戏、鞋类、家政培训)和风格要求,生成适配短视频平台的口播种草文案或视频字幕。涵盖通用产品介绍、假发悬念开场、游戏强吸引力脚本、鞋类匠心广告,以及家政培训的激励性营销文案,字数根据品类严格控制在规定范围内。
- 英语阅读理解与主旨总结
扮演英语老师角色,对用户提供的英文段落进行结构化分析,识别相关内容、论点支持、反驳补充及具体细节,并据此总结段落主旨。
- 证券技术分析英中双译专家
针对证券技术分析领域的英文文本,分别提供直译和意译两种中文翻译,确保术语准确、语言通顺流畅且通俗易懂。
- 身边 / 心里 / 脸上
General SOP for common requests related to 身边, 心里, 脸上.
- 项目代码修改与Git状态格式化输出
根据用户反馈修改项目代码(智能处理路径修正),展示修改内容,并严格按 [git status -z] 格式输出改动文件列表。
- get-job
实习.skill / get-job.skill:从岗位调研、简历改写到分轮次面试准备的全流程求职 skill。适合找工作、投实习、校招、秋招、春招、暑期实习、社招、跳槽、转行、跨专业求职、留学生求职,以及产品经理、运营、市场、咨询、AI 产品、AI Coding、数据分析、技术岗等目标岗位准备。 核心能力:① WebSearch 调研公司、岗位 JD、业务线、竞品、面经、招聘流程和隐性门槛;② 按目标岗位反向定位简历,做 JD 匹配、ATS 关键词、经历筛选、STAR/C…
- ponytail
Lazy senior dev mode for any coding task (write, refactor, fix, review): YAGNI, stdlib first, no unrequested abstractions. Not for non-coding requests.
- ponytail-audit
Audit the whole repo for over-engineering. A ranked list of what to delete, simplify, or replace with stdlib or native features.
- ponytail-debt
Harvest every ponytail: shortcut comment into one debt ledger, so deferrals get tracked instead of forgotten. One-shot report.
- ponytail-gain
Show ponytail measured impact as a scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display.
- ponytail-help
Quick reference for ponytail's modes, skills, and commands. One-shot display.
- ponytail-review
Review a diff for over-engineering. Finds what to delete: reinvented stdlib, needless deps, speculative abstractions. One line per finding.
- api-and-interface-design
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend…
- browser-testing-with-devtools
Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual o…
- ci-cd-and-automation
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
- code-review-and-quality
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
- debugging-and-error-recovery
Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than…
- deprecation-and-migration
Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.
- documentation-and-adrs
Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
- doubt-driven-development
Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irrevers…
- frontend-ui-engineering
Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output…
- git-workflow-and-versioning
Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic ve…
- idea-refine
Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand optio…
- incremental-implementation
Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
- observability-and-instrumentation
Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues ar…
- planning-and-task-breakdown
Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
- security-and-hardening
Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party ser…
- shipping-and-launch
Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.
- source-driven-development
Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.
- using-agent-skills
Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
- build-test
Run the project's build / typecheck / lint / test commands and emit the build.passing + tests.passing signals devloop convergence reads.