Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,560
总 Skills
37.3M
总安装量
2,452
贡献者
# Skill 仓库 描述 安装量
8201 feishu-create-doc larksuite/openclaw-lark
feishu_mcp_create_doc 通过 MCP 调用 create-doc ,从 Lark-flavored Markdown 内容创建一个新的飞书云文档。 返回值 工具成功执行后,返回一个 JSON 对象,包含以下字段: doc_id (string):文档的唯一标识符(token),格式如 doxcnXXXXXXXXXXXXXXXXXXX doc_url (string):文档的访问链接,可直接在浏览器中打开,格式如 https://www.feishu.cn/docx/doxcnXXXXXXXXXXXXXXXXXXX message (string):操作结果消息,如"文档创建成功" 参数 markdown(必填) 文档的 Markdown 内容,使用 Lark-flavored Markdown 格式。 调用本工具的markdown内容应当尽量结构清晰,样式丰富, 有很高的可读性. 合理的使用callout高亮块, 分栏,表格等能力,并合理的运用插入图片与mermaid的能力,做到图文并茂.. 你需要遵循以下原则: 结构清晰 :标题层级 ≤ 4 层,用 Callout...
257
8202 error-debugging-multi-agent-review sickn33/antigravity-awesome-skills
Multi-Agent Code Review Orchestration Tool Use this skill when Working on multi-agent code review orchestration tool tasks or workflows Needing guidance, best practices, or checklists for multi-agent code review orchestration tool Do not use this skill when The task is unrelated to multi-agent code review orchestration tool You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Prov...
257
8203 deep-research-pro parags/deep-research-pro
Deep Research Pro 🔬 A powerful, self-contained deep research skill that produces thorough, cited reports from multiple web sources. No paid APIs required — uses DuckDuckGo search. How It Works When the user asks for research on any topic, follow this workflow: Step 1: Understand the Goal (30 seconds) Ask 1-2 quick clarifying questions: "What's your goal — learning, making a decision, or writing something?" "Any specific angle or depth you want?" If the user says "just research it" — skip ahead w...
257
8204 code-review-security hieutrtr/ai1-skills
Code Review Security When to Use Activate this skill when: Reviewing pull requests for security vulnerabilities Auditing authentication or authorization code changes Reviewing code that handles user input, file uploads, or external data Checking for OWASP Top 10 vulnerabilities in new features Validating that secrets are not committed to the repository Scanning dependencies for known vulnerabilities Reviewing API endpoints that expose sensitive data Output: Write findings to security-review.md w...
257
8205 domain-driven-design yonatangross/orchestkit
Domain-Driven Design Framework Framework for tackling software complexity by modeling code around the business domain. Based on a fundamental truth: the greatest risk in software is not technical failure -- it is building a model that does not reflect how the business actually works. Core Principle The model is the code; the code is the model. Software should embody a deep, shared understanding of the business domain. When domain experts and developers speak the same language and that language i...
257
8206 medical-imaging-review luwill/research-skills
Write comprehensive literature reviews following a systematic 7-phase workflow. Quick Start - Initialize project with three core files: `CLAUDE.md` - Writing guidelines and terminology - `IMPLEMENTATION_PLAN.md` - Staged execution plan - `manuscript_draft.md` - Main manuscript - Follow the 7-phase workflow (see [references/WORKFLOW.md](https://github.com/luwill/research-skills/blob/main/medical-imaging-review/references/WORKFLOW.md)) - Use domain-specific templates (see [references/DO...
257
8207 comfyui-prompt-engineer mckruz/comfyui-expert
ComfyUI Prompt Engineer Generates optimized prompts tailored to specific models and identity methods. Different models respond differently to prompts. Model-Specific Prompt Rules FLUX.1 (dev/schnell/Kontext) Style : Natural language descriptions work best CFG : 3.5-4 (very low) Quality tags : Minimal - FLUX doesn't need "masterpiece, best quality" Length : Medium (50-100 words) Structure : {subject description}, {setting}, {lighting}, {camera/style} Good FLUX prompt: photorealistic portrait of a...
257
8208 tanstack start jezweb/claude-skills
TanStack Start on Cloudflare Build a complete full-stack app from nothing. Claude generates every file — no template clone, no scaffold command. Each project gets exactly what it needs. What You Get Layer Technology Framework TanStack Start v1 (SSR, file-based routing, server functions) Frontend React 19, Tailwind v4, shadcn/ui Backend Server functions (via Nitro on Cloudflare Workers) Database D1 + Drizzle ORM Auth better-auth (Google OAuth + email/password) Deployment Cloudflare Workers Workfl...
256
8209 rust-desktop-applications bobmatnyc/claude-mpm-skills
Rust Desktop Applications Overview Rust has emerged as a premier language for building desktop applications that combine native performance with memory safety. The ecosystem offers two main approaches: Tauri for hybrid web UI + Rust backend apps (think Electron but 10x smaller and faster), and native GUI frameworks like egui, iced, and slint for pure Rust interfaces. Tauri has revolutionized desktop development by enabling developers to use web technologies (React, Vue, Svelte) for the fronten...
256
8210 reading-deduction-cert kazukinagata/shinkoku
控除証明書 画像読み取り 控除証明書(生命保険料控除証明書、地震保険料控除証明書、社会保険料控除証明書等)の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(保険料額・証明額等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェン...
256
8211 ln-120-reference-docs-creator levnikolaevich/claude-code-skills
This skill creates the reference documentation structure (docs/reference/) and smart documents (ADRs, Guides, Manuals) based on project's TECH_STACK. Documents are created only when justified (nontrivial technology choices with alternatives). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator. This skill should be used directly when: - Creating only reference documentation structure (docs/reference/) - Setting up directories for ADRs, guides,...
256
8212 ln-635-test-isolation-auditor levnikolaevich/claude-code-skills
Specialized worker auditing test isolation and detecting anti-patterns. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Test Isolation (Category 5: Medium Priority) - Audit Anti-Patterns (Category 6: Medium Priority) - Check determinism (no flaky tests) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with isolation checklist, anti-patterns catalog, test file list. Workflow - Parse context - Check isolation for 6 categories - Ch...
256
8213 ln-760-security-setup levnikolaevich/claude-code-skills
L2 Domain Coordinator that orchestrates security scanning and configuration for project bootstrap. Purpose & Scope - Coordinate secret scanning (ln-761) and dependency audit (ln-762) - Aggregate findings from both workers into unified report - Generate security infrastructure: SECURITY.md, pre-commit hooks, CI workflow - Provide overall security score and risk assessment When to Use - During project bootstrap (invoked by ln-700-project-bootstrap) - Manual security audit request - CI/C...
256
8214 ln-731-docker-generator levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-730-devops-setup Generates production-ready Docker configuration for containerized development. Purpose & Scope Creates Docker infrastructure for local development and production: - Does: Generate Dockerfiles, docker-compose, .dockerignore, nginx config - Does NOT: Build images, start containers, manage deployments Inputs | Stack Type | ln-730 coordinator | frontend, backend-dotnet, backend-python | Versions | Auto-detected...
256
8215 ln-722-backend-generator levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-720-structure-migrator Generates complete .NET backend structure following Clean Architecture principles. Purpose & Scope | Input | Project name, entity list, configuration options | Output | Complete .NET solution with layered architecture | Target | .NET 10+, ASP.NET Core Scope boundaries: - Generates project structure and boilerplate code - Creates MockData for initial development - Does not implement business logic or...
256
8216 ln-743-test-infrastructure levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-740-quality-setup Sets up testing frameworks, coverage tools, and sample tests for projects. Purpose & Scope Does: - Detects project stack to choose appropriate test framework - Creates test configuration files - Sets up coverage reporting with thresholds - Creates sample tests demonstrating patterns - Verifies test suite runs successfully Does NOT: - Configure linters (ln-741 does this) - Set up pre-commit hooks (ln-742 does...
256
8217 ln-640-pattern-evolution-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Pattern Evolution Auditor L2 Coordinator that analyzes implemented architectural patterns against current best practices and tracks evolution over time. Purpose & Scope Maintain docs/project/patterns_catalog.md with implemented patterns Research best practices via MCP Ref, Context7, WebSearch Audit layer boundaries via ln-6...
256
8218 ln-402-task-reviewer levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Task Reviewer MANDATORY after every task execution. Reviews a single task in To Review and decides Done vs To Rework with immediate fixes or clear rework notes. This skill is NOT optional. Every executed task MUST be reviewed immediately. No exceptions, no batching, no skipping. Purpose & Scope Resolve task ID (per Input Re...
256
8219 ln-100-documents-pipeline levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Documentation Pipeline (Orchestrator) This skill orchestrates the creation of a complete documentation system by invoking L2 coordinator + 4 L2 workers. The coordinator (ln-110) delegates to 5 L3 workers for project docs; other L2 workers handle reference/tasks/test/presentation domains. Each component validates its own out...
256
8220 ln-522-manual-tester levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: To Review Manual Tester Manually verifies Story AC on running code and reports structured results for the quality gate. Purpose & Scope Create executable test scripts in tes...
256
8221 ln-741-linter-configurator levnikolaevich/claude-code-skills
ln-741-linter-configurator Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-740-quality-setup Configures code linting and formatting tools for TypeScript, .NET, and Python projects. Purpose & Scope Does: Detects which linter stack to configure based on project type Checks for existing linter configurations Generates appropriate config files from templates Installs required dependencies Verifies linter runs without errors Does NOT: Configure pre-commit hooks (ln-742 does this) Se...
256
8222 risk-assessment aj-geddes/useful-ai-prompts
Risk Assessment Systematically identify, assess, and plan mitigations for operational risks. Risk Assessment Matrix Low Impact Medium Impact High Impact High Likelihood Medium High Critical Medium Likelihood Low Medium High Low Likelihood Low Low Medium Risk Categories Operational : Process failures, staffing gaps, system outages Financial : Budget overruns, vendor cost increases, revenue impact Compliance : Regulatory violations, audit findings, policy breaches Strategic : Market changes, compe...
256
8223 api-filtering-sorting aj-geddes/useful-ai-prompts
API Filtering & Sorting Overview Build flexible filtering and sorting systems that handle complex queries efficiently with proper validation, security, and performance optimization. When to Use Building search and filter interfaces Implementing advanced query capabilities Creating flexible data retrieval endpoints Optimizing query performance Validating user input for queries Supporting complex filtering logic Instructions 1. Query Parameter Filtering // Node.js filtering implementation app.ge...
256
8224 configuration-management aj-geddes/useful-ai-prompts
Configuration Management Overview Comprehensive guide to managing application configuration across environments, including environment variables, configuration files, secrets, feature flags, and following 12-factor app methodology. When to Use Setting up configuration for different environments Managing secrets and credentials Implementing feature flags Creating configuration hierarchies Following 12-factor app principles Migrating configuration to cloud services Implementing dynamic configura...
256
8225 promo-video opusgamelabs/game-creator
Promo Video Recording Record smooth, autonomous promo footage of a Phaser game for marketing / social media. The output is a 50 FPS MP4 in mobile portrait (9:16) — ready for TikTok, Reels, Moltbook, or X. Technique Playwright's recordVideo caps at 25 FPS with no config option. We work around it: Slow the game to 0.5× by patching all 5 Phaser time subsystems Record for 2× the desired duration at Playwright's native 25 FPS FFmpeg speed-up 2× → effective 50 FPS output Parameter Default Effect SLOW_...
256
8226 sglang davila7/claude-code-templates
SGLang High-performance serving framework for LLMs and VLMs with RadixAttention for automatic prefix caching. When to use SGLang Use SGLang when: Need structured outputs (JSON, regex, grammar) Building agents with repeated prefixes (system prompts, tools) Agentic workflows with function calling Multi-turn conversations with shared context Need faster JSON decoding (3× vs standard) Use vLLM instead when: Simple text generation without structure Don't need prefix caching Want mature, widely-...
256
8227 meeting-minutes-taker daymade/claude-code-skills
Meeting Minutes Taker Transform raw meeting transcripts into comprehensive, evidence-based meeting minutes through iterative review. Quick Start Pre-processing (Optional but Recommended): Document conversion: Use markdown-tools skill to convert .docx/.pdf to Markdown first (preserves tables/images) Transcript cleanup: Use transcript-fixer skill to fix ASR/STT errors if transcript quality is poor Context file: Prepare context.md with team directory for accurate speaker identification Core Wo...
256
8228 dividend-growth-pullback-screener tradermonty/claude-trading-skills
Dividend Growth Pullback Screener Overview This skill screens for dividend growth stocks that exhibit strong fundamental characteristics but are experiencing temporary technical weakness. It targets stocks with exceptional dividend growth rates (12%+ CAGR) that have pulled back to RSI oversold levels (≤40), creating potential entry opportunities for long-term dividend growth investors. Investment Thesis: High-quality dividend growth stocks (often yielding 1-2.5%) compound wealth through dividend...
256
8229 docs-cleaner daymade/claude-code-skills
Documentation Cleaner Consolidate redundant documentation while preserving 100% of valuable content. Core Principle Critical evaluation before deletion. Never blindly delete. Analyze each section's unique value before proposing removal. The goal is reduction without information loss. Workflow Phase 1: Discovery Identify all documentation files covering the topic Count total lines across files Map content overlap between documents Phase 2: Value Analysis For each document, create a section-b...
256
8230 c4-architecture-c4-architecture sickn33/antigravity-awesome-skills
C4 Architecture Documentation Workflow Generate comprehensive C4 architecture documentation for an existing repository/codebase using a bottom-up analysis approach. [Extended thinking: This workflow implements a complete C4 architecture documentation process following the C4 model (Context, Container, Component, Code). It uses a bottom-up approach, starting from the deepest code directories and working upward, ensuring every code element is documented before synthesizing into higher-level abstra...
256
8231 generate-translations payloadcms/payload
Translation Generation Guide Payload has two separate translation systems: Core Translations - for core Payload packages (packages/ui, packages/payload, packages/next) Plugin Translations - for plugins (packages/plugin-*) Table of Contents 1. Core Translations 2. Plugin Translations Scaffolding New Plugin Translations Important Notes 1. Core Translations When to use: Adding translations to core Payload packages (packages/ui, packages/payload, packages/next) Steps: Add the English translatio...
256
8232 axiom-networking charleswiltgen/axiom
Network.framework Networking When to Use This Skill Use when: Implementing UDP/TCP connections for gaming, streaming, or messaging apps Migrating from BSD sockets, CFSocket, NSStream, or SCNetworkReachability Debugging connection timeouts or TLS handshake failures Supporting network transitions (WiFi ↔ cellular) gracefully Adopting structured concurrency networking patterns (iOS 26+) Implementing custom protocols over TLS/QUIC Requesting code review of networking implementation before shipping
256
8233 angular mindrally/skills
Angular Expert Master modern Angular development with Signals, Standalone Components, Zoneless applications, SSR/Hydration, and the latest reactive patterns. When to Use This Skill Building new Angular applications (v20+) Implementing Signals-based reactive patterns Creating Standalone Components and migrating from NgModules Configuring Zoneless Angular applications Implementing SSR, prerendering, and hydration Optimizing Angular performance Adopting modern Angular patterns and best practices Do...
256
8234 general-best-practices mindrally/skills
General Best Practices A comprehensive collection of software development best practices applicable across various technology stacks and project types. Code Quality Readability and Maintainability Write short, focused functions with a single responsibility. Use clear, descriptive names for variables, functions, and classes. Avoid deep nesting; prefer early returns and guard clauses. Keep functions and methods to a reasonable length (typically under 30 lines). Error Handling Always handle...
256
8235 unity mindrally/skills
Unity You are an expert in Unity game development and C with deep knowledge of game architecture and performance optimization. Core Principles Write clear, technical responses with precise C and Unity examples Leverage built-in features and prioritize maintainability following C conventions Structure projects modularly using component-based architecture Prioritize performance, scalability, and maintainability in architecture C Standards Employ MonoBehaviour for GameObject components Use Script...
256
8236 astro mindrally/skills
Astro Usage Guide Always consult docs.astro.build for code examples and latest API. Astro is the web framework for content-driven websites. Quick Reference File Location CLI looks for astro.config.js, astro.config.mjs, astro.config.cjs, and astro.config.ts in: ./. Use --config for custom path. CLI Commands npx astro dev - Start the development server. npx astro build - Build your project and write it to disk. npx astro check - Check your project for errors. npx astro add - Add an integratio...
256
8237 barba-js freshtechbro/claudedesignskills
Barba.js Modern page transition library for creating fluid, smooth transitions between website pages. Barba.js makes multi-page websites feel like Single Page Applications (SPAs) by hijacking navigation and managing transitions without full page reloads. Overview Barba.js is a lightweight (7kb minified and compressed) JavaScript library that intercepts navigation between pages, fetches new content via AJAX, and smoothly transitions between old and new containers. It reduces page load delays and ...
256
8238 reading-withholding kazukinagata/shinkoku
源泉徴収票 画像読み取り 源泉徴収票の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(支払金額・源泉徴収税額等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェントには以下の「基本ルール」と「出力フォーマット」をプロンプトとし...
255
8239 ln-781-build-verifier levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-780-bootstrap-verifier Purpose Detects project types, restores dependencies, executes builds, and verifies successful compilation. Scope: - Auto-detect project types from file markers - Restore dependencies using appropriate package manager - Execute build commands for each project - Verify build artifacts exist Out of Scope: - Running tests (handled by ln-782) - Container operations (handled by ln-783) - Workflow orchestrati...
255
8240 ln-300-task-coordinator levnikolaevich/claude-code-skills
Coordinates creation or replanning of implementation tasks for a Story. Builds the ideal plan first, then routes to workers. Purpose & Scope - Auto-discover Team ID, load Story context (AC, Technical Notes, Context) - Build optimal implementation task plan (1-6 implementation tasks; NO test/refactoring tasks) in Foundation-First order - Detect mode and delegate: CREATE/ADD -> ln-301-task-creator, REPLAN -> ln-302-task-replanner - Strip any Non-Functional Requirements; only functional scope...
255
8241 ln-721-frontend-restructure levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-720-structure-migrator Restructures monolithic React frontend code into component-based architecture using AST-based analysis methodology. Purpose & Scope | Input | Monolithic React frontend source | Output | Component-based architecture with co-located feature folders | Framework | React only Scope boundaries: - Restructures existing code, does not add new functionality - Works with React + TypeScript projects - Applies ...
255
8242 ln-644-dependency-graph-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Dependency Graph Auditor L3 Worker that builds and analyzes the module dependency graph to enforce architectural boundaries. Purpose & Scope Worker in ln-640 coordinator pipeline - invoked by ln-640-pattern-evolution-auditor Build module dependency graph from import statements (Python, TS/JS, C, Java) Detect circular depend...
255
8243 ln-230-story-prioritizer levnikolaevich/claude-code-skills
Evaluate Stories using RICE scoring with market research. Generate consolidated prioritization table for Epic. Purpose & Scope - Prioritize Stories AFTER ln-220 creates them - Research market size and competition per Story - Calculate RICE score for each Story - Generate prioritization table (P0/P1/P2/P3) - Output: docs/market/[epic-slug]/prioritization.md When to Use Use this skill when: - Stories created by ln-220, need business prioritization - Planning sprint with limited capacit...
255
8244 log-aggregation aj-geddes/useful-ai-prompts
Log Aggregation Overview Build comprehensive log aggregation systems to collect, parse, and analyze logs from multiple sources, enabling centralized monitoring, debugging, and compliance auditing. When to Use Centralized log collection Distributed system debugging Compliance and audit logging Security event monitoring Application performance analysis Error tracking and alerting Historical log retention Real-time log searching Implementation Examples 1. ELK Stack Configuration docker-compose.y...
255
8245 frontend-design mrgoonie/claudekit-skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
255
8246 nanogpt davila7/claude-code-templates
nanoGPT - Minimalist GPT Training Quick start nanoGPT is a simplified GPT implementation designed for learning and experimentation. Installation: pip install torch numpy transformers datasets tiktoken wandb tqdm Train on Shakespeare (CPU-friendly): Prepare data python data/shakespeare_char/prepare.py Train (5 minutes on CPU) python train.py config/train_shakespeare_char.py Generate text python sample.py --out_dir=out-shakespeare-char Output: ROMEO: What say'st thou? Shall I speak, ...
255
8247 llm-app-patterns davila7/claude-code-templates
🤖 LLM Application Patterns Production-ready patterns for building LLM applications, inspired by Dify and industry best practices. When to Use This Skill Use this skill when: Designing LLM-powered applications Implementing RAG (Retrieval-Augmented Generation) Building AI agents with tools Setting up LLMOps monitoring Choosing between agent architectures 1. RAG Pipeline Architecture Overview RAG (Retrieval-Augmented Generation) grounds LLM responses in your data. ┌─────────────┐ ┌───────...
255
8248 nemo-guardrails davila7/claude-code-templates
NeMo Guardrails - Programmable Safety for LLMs Quick start NeMo Guardrails adds programmable safety rails to LLM applications at runtime. Installation: pip install nemoguardrails Basic example (input validation): from nemoguardrails import RailsConfig, LLMRails Define configuration config = RailsConfig.from_content(""" define user ask about illegal activity "How do I hack" "How to break into" "illegal ways to" define bot refuse illegal request "I cannot help with illegal activit...
255
8249 clip davila7/claude-code-templates
CLIP - Contrastive Language-Image Pre-Training OpenAI's model that understands images from natural language. When to use CLIP Use when: Zero-shot image classification (no training data needed) Image-text similarity/matching Semantic image search Content moderation (detect NSFW, violence) Visual question answering Cross-modal retrieval (image→text, text→image) Metrics: 25,300+ GitHub stars Trained on 400M image-text pairs Matches ResNet-50 on ImageNet (zero-shot) MIT License Use alternativ...
255
8250 aws-serverless davila7/claude-code-templates
AWS Serverless Patterns Lambda Handler Pattern Proper Lambda function structure with error handling When to use: ['Any Lambda function implementation', 'API handlers, event processors, scheduled tasks'] ```javascript // Node.js Lambda Handler // handler.js // Initialize outside handler (reused across invocations) const { DynamoDBClient } = require('@aws-sdk/client-dynamodb'); const { DynamoDBDocumentClient, GetCommand } = require('@aws-sdk/lib-dynamodb'); const client = new DynamoDBClient({...
255