Skip to main content

Skills neste repositório

davila7/claude-code-templates - Página 16

O SkillsMP coletou 850 skills de davila7/claude-code-templates. Abra uma skill para revisar a origem e os detalhes.

davila7/claude-code-templates

Mostrando 40 de 850 skills coletadas.

ocupação
Desenvolvedores de software
descrição

Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training…

Idioma do texto original: inglês

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

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works…

Idioma do texto original: inglês

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

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming

Idioma do texto original: inglês

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

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework

Idioma do texto original: inglês

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

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library

Idioma do texto original: inglês

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

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library

Idioma do texto original: inglês

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

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or…

Idioma do texto original: inglês

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

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure…

Idioma do texto original: inglês

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

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at…

Idioma do texto original: inglês

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

High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.

Idioma do texto original: inglês

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

Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG,…

Idioma do texto original: inglês

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

Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignment, reducing harmful outputs without human labels. Powers…

Idioma do texto original: inglês

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

Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo…

Idioma do texto original: inglês

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

NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4…

Idioma do texto original: inglês

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

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with…

Idioma do texto original: inglês

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

Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use…

Idioma do texto original: inglês

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

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.

Idioma do texto original: inglês

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

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

Idioma do texto original: inglês

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

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian…

Idioma do texto original: inglês

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

Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking…

Idioma do texto original: inglês

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

Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.

Idioma do texto original: inglês

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

Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.

Idioma do texto original: inglês

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

Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.

Idioma do texto original: inglês

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

Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, or using any n8n-mcp tool. Provides tool selection guidance, parameter formats, and common patterns.

Idioma do texto original: inglês

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

Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node_essentials and get_node_info, or learning common configuration patterns by node type.

Idioma do texto original: inglês

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

Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error…

Idioma do texto original: inglês

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

Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database…

Idioma do texto original: inglês

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

Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.

Idioma do texto original: inglês

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

Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits with Sentry-specific issue references.

Idioma do texto original: inglês

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

Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows Sentry's code review guidelines.

Idioma do texto original: inglês

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

Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.

Idioma do texto original: inglês

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

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.

Idioma do texto original: inglês

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

Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.

Idioma do texto original: inglês

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

Implements the NOWAIT technique for efficient reasoning in R1-style LLMs. Use when optimizing inference of reasoning models (QwQ, DeepSeek-R1, Phi4-Reasoning, Qwen3, Kimi-VL, QvQ), reducing chain-of-thought token usage by 27-51% while preserving accuracy.…

Idioma do texto original: inglês

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

Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.

Idioma do texto original: inglês

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

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code…

Idioma do texto original: inglês

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

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Idioma do texto original: inglês

atualizado
ocupação
Editores de desktop
descrição

Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.

Idioma do texto original: inglês

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

Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.

Idioma do texto original: inglês

atualizado
ocupação
Cientistas biológicos, todos os outros
descrição

Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 850 skills coletadas.