Skip to main content

Skills dans ce dépôt

davila7/claude-code-templates - Page 16

SkillsMP a collecté 850 skills depuis davila7/claude-code-templates. Ouvrez un skill pour examiner sa source et ses détails.

davila7/claude-code-templates

Affichage de 40 skills collectés sur 850.

métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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

Langue du texte source : anglais

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

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

Langue du texte source : anglais

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

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

Langue du texte source : anglais

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

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

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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.

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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.

Langue du texte source : anglais

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

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

Langue du texte source : anglais

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

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

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Éditeurs PAO
description

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

Langue du texte source : anglais

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

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

Langue du texte source : anglais

mis à jour
métier
Biologistes, autres
description

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…

Langue du texte source : anglais

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