Skip to main content

이 저장소의 skills

davila7/claude-code-templates - 16페이지

SkillsMP는 davila7/claude-code-templates에서 850개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

davila7/claude-code-templates

수집된 skill 850개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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

원문 언어: 영어

업데이트
직업 분류
데스크톱 출판 전문가
설명

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

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

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

원문 언어: 영어

업데이트
직업 분류
기타 생물 과학자
설명

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…

원문 언어: 영어

업데이트
수집된 skill 850개 중 40개를 표시합니다.