Skip to main content

这个仓库中的 skills

mkurman/zorai - 第 9 页

SkillsMP 已收集 mkurman/zorai 中的 483 个 Skill。打开任一 Skill 可查看来源和详情。

mkurman/zorai

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

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

OpenAI Whisper — general-purpose speech recognition. Multilingual transcription, translation to English, and speaker-agnostic ASR. Models from tiny to large. Robust to noise, accents, and technical vocabulary.

原文语言:英语

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

Yahoo Finance market data downloader. Stock prices, options chains, fundamentals, dividends, splits, earnings, institutional holders, and financial statements. Quick data ingestion for quant research and backtesting.

原文语言:英语

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

ZenML — ML pipeline orchestration. Connect ML tools (MLflow, W&B, Airflow, Kubeflow) into portable pipelines. Caching, versioning, and cloud-agnostic stack management for production ML workflows.

原文语言:英语

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

Zipline Reloaded — event-driven backtesting engine. Minute and daily data, custom factors, pipeline API, risk and performance analytics. Forked from Quantopian's Zipline for continued development.

原文语言:英语

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

Use when Rust code fails to compile, Clippy reports lints, borrow checker errors appear, lifetimes are unclear, or cargo diagnostics need systematic triage.

原文语言:英语

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

Use when writing, reviewing, or refactoring Rust code, especially workspace crates, public APIs, error handling, async code, ownership choices, or performance-sensitive paths.

原文语言:英语

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

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

原文语言:英语

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

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

原文语言:英语

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

Use when you have a written implementation plan to execute in a separate session with review checkpoints

原文语言:英语

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

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

原文语言:英语

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

Use when executing implementation plans with independent tasks in the current session

原文语言:英语

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

Use when you have a spec or requirements for a multi-step task, before touching code

原文语言:英语

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

Ask a quick side question about your current work without derailing the main task. Answers from existing conversation context only — no tool calls, no file reads, single concise response. Use when you need a fast answer from what is already in this session.

原文语言:英语

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

Conversational guide for creating valid YAML workflow definitions. Use when asked to "create a workflow", "new workflow definition", "build a workflow", "workflow YAML", "define workflow steps", or "workflow from template".

原文语言:英语

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

Deep analysis debugging mode for complex issues. Activates methodical investigation protocol with evidence gathering, hypothesis testing, and rigorous verification. Use when standard troubleshooting fails or when issues require systematic root cause analysis.

原文语言:英语

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

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components,…

原文语言:英语

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

Generate or run tests. Auto-detects test framework, generates comprehensive tests for source files, or runs existing test suites with failure analysis.

原文语言:英语

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

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

原文语言:英语

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

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes…

原文语言:英语

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

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

原文语言:英语

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

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and…

原文语言:英语

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

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

原文语言:英语

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

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

原文语言:英语

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

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

原文语言:英语

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

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase…

原文语言:英语

更新
职业分类
档案文员
描述

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

原文语言:英语

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

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or…

原文语言:英语

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

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

原文语言:英语

更新
职业分类
其他高等院校教师
描述

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

原文语言:英语

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

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

原文语言:英语

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

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

原文语言:英语

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

Break a plan, spec, or PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

原文语言:英语

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

Turn the current conversation context into a PRD and submit it as a GitHub issue. Use when user wants to create a PRD from the current context.

原文语言:英语

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

Triage a bug or issue by exploring the codebase to find root cause, then create a GitHub issue with a TDD-based fix plan. Use when user reports a bug, wants to file an issue, mentions "triage", or wants to investigate and plan a fix for a problem.

原文语言:英语

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

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

原文语言:英语

更新
职业分类
服务销售代表(广告、保险、金融服务和旅游除外)
描述

When a founder needs to write cold emails or LinkedIn messages to prospects, partners, or investors. Activate when the user mentions cold email, outbound, prospecting, LinkedIn outreach, or needs help getting replies from people who don't know them.

原文语言:英语

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

When the user needs to create or improve content that shapes how candidates and the public perceive the company as a place to work.

原文语言:英语

更新
职业分类
财务和投资分析师
描述

When the user wants to write an email to an investor — cold outreach, warm intro request, follow-up after a meeting, monthly investor update, or thank-you note. Also activates for "intro email", "investor email", "follow up with VC", or "investor update".

原文语言:英语

更新
职业分类
人力资源专员
描述

When the user needs to design an interview process, create interview questions, build scorecards, calibrate interviewers, or evaluate candidates for a role.

原文语言:英语

更新
职业分类
人力资源专员
描述

When the user needs to write, review, or improve a job posting for a startup role.

原文语言:英语

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