Skip to main content

Skills dans ce dépôt

mkurman/zorai - Page 9

SkillsMP a collecté 483 skills depuis mkurman/zorai. Ouvrez un skill pour examiner sa source et ses détails.

mkurman/zorai

Affichage de 40 skills collectés sur 483.

métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

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

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Préposés aux dossiers
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Enseignants postsecondaires, autres
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Représentants de vente de services (sauf publicité, assurance, services financiers et voyages)
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes financiers et en placements
description

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

Langue du texte source : anglais

mis à jour
métier
Spécialistes en ressources humaines
description

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

Langue du texte source : anglais

mis à jour
métier
Spécialistes en ressources humaines
description

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

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 483.