Skip to main content

Skills neste repositório

mkurman/zorai - Página 9

O SkillsMP coletou 483 skills de mkurman/zorai. Abra uma skill para revisar a origem e os detalhes.

mkurman/zorai

Mostrando 40 de 483 skills coletadas.

ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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".

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

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,…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Designers de interfaces web e digitais
descrição

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".

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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".

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Redatores técnicos
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

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".

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Escriturários de arquivos
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Professores do ensino superior, todos os outros
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Representantes de vendas de serviços (exceto publicidade, seguros, serviços financeiros e viagens)
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de pesquisa de mercado e especialistas em marketing
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas financeiros e de investimentos
descrição

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".

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em recursos humanos
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em recursos humanos
descrição

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

Idioma do texto original: inglês

atualizado
Mostrando 40 de 483 skills coletadas.