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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,087
总 Skills
109.9M
总安装量
2,605
贡献者
# Skill 仓库 描述 安装量
18901 guidance orchestra-research/ai-research-skills
Guidance: Constrained LLM Generation When to Use This Skill Use Guidance when you need to: Control LLM output syntax with regex or grammars Guarantee valid JSON/XML/code generation Reduce latency vs traditional prompting approaches Enforce structured formats (dates, emails, IDs, etc.) Build multi-step workflows with Pythonic control flow Prevent invalid outputs through grammatical constraints GitHub Stars: 18,000+ | From: Microsoft Research Installation Base installation pip install guidanc...
55
18902 pentest-validation proffesor-for-testing/agentic-qe
Pentest Validation <default_to_action> When validating security findings: REQUIRE explicit authorization for target URL SCAN with qe-security-scanner (SAST + dependency + secrets) ANALYZE with qe-security-reviewer + qe-security-auditor (parallel) VALIDATE with qe-pentest-validator (graduated exploitation, parallel per vuln type) REPORT only confirmed findings with PoC evidence ("No Exploit, No Report") UPDATE exploit playbook with new patterns Quality Gates: Authorization confirmed before ANY ex...
55
18903 pypi-doppler terrylica/cc-skills
This skill supports LOCAL machine publishing ONLY. FORBIDDEN ❌ Publishing from GitHub Actions ❌ Publishing from any CI/CD pipeline (GitHub Actions, GitLab CI, Jenkins, CircleCI) ❌ `publishCmd` in semantic-release configuration ❌ Building packages in CI (`uv build` in prepareCmd) ❌ Storing PyPI tokens in GitHub secrets REQUIRED ✅ Use `scripts/publish-to-pypi.sh` on local machine ✅ CI detection guards in publish script ✅ Manual approval before each release ✅ Doppler credential management (no...
55
18904 langfuse-api langfuse/skills
Langfuse API Help users interact with Langfuse via the REST API. When to Use User wants to query or export traces User wants to manage prompts programmatically User wants to create/update datasets or dataset items User wants to fetch or create scores User wants to manage projects or API keys Any other Langfuse API interaction Workflow 1. Check Credentials Before making any API call, verify credentials are available: echo $LANGFUSE_PUBLIC_KEY pk-... echo $LANGFUSE_SECRET_KEY sk-... echo...
55
18905 pdf davepoon/buildwithclaude
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
55
18906 implementation-verify drillan/speckit-gates
Verifies implementation against specifications after `/speckit.implement` completes. Purpose This skill automatically verifies that your implementation fulfills the specified requirements. It checks: - FR requirement fulfillment: How many FR-XXX requirements are addressed by completed tasks - Task completion rate: Percentage of tasks marked complete in tasks.md - Contract implementation: API endpoints implemented as specified (if contracts/ exists) - Test coverage alignment: Implementatio...
55
18907 cloudkit-code-review existential-birds/beagle
CloudKit Code Review Quick Reference Issue Type Reference CKContainer, databases, zones, entitlements references/container-setup.md CKRecord, references, assets, batch operations references/records.md CKSubscription, push notifications, silent sync references/subscriptions.md CKShare, participants, permissions, acceptance references/sharing.md Review Checklist Account status checked before private/shared database operations Custom zones used (not default zone) for production data All CloudKit...
55
18908 r2-glacier-migration pollinations/pollinations
R2 → AWS Glacier Deep Archive Migration Migrate ~42.6 TB from Cloudflare R2 to AWS S3 Glacier Deep Archive. Cost Savings R2 : ~$638/month → Glacier : ~$42/month Savings : ~$596/month Buckets Bucket Size Objects Status pollinations-text 16.96 TB 1.86B 🔄 In progress pollinations-images 25.64 TB 221M ⏳ Pending Quick Commands Check Status Is transfer running? ssh ninon "screen -ls" View recent logs ssh ninon "tail -50 ~/r2-glacier/transfer-text.log" Check checkpoint ssh ninon "cat /tmp/r2-glacier...
55
18909 grpo-rl-training orchestra-research/ai-research-skills
GRPO/RL Training with TRL Expert-level guidance for implementing Group Relative Policy Optimization (GRPO) using the Transformer Reinforcement Learning (TRL) library. This skill provides battle-tested patterns, critical insights, and production-ready workflows for fine-tuning language models with custom reward functions. When to Use This Skill Use GRPO training when you need to: Enforce specific output formats (e.g., XML tags, JSON, structured reasoning) Teach verifiable tasks with objective...
55
18910 nsfc-roadmap huangwb8/chineseresearchlatex
NSFC 技术路线图生成器 重要声明(非官方) 本技能生成的技术路线图仅用于写作与展示优化,不代表任何官方评审口径或资助结论。 安全与隐私(硬规则) 默认将标书内容视为敏感信息:仅处理用户明确提供的文件/目录;不擅自扩展扫描范围。 输出中避免复述不必要的个人信息/单位信息;图中节点仅保留科研相关内容。 默认不联网获取外部数据;若用户明确要求联网补充素材,先提醒风险再执行。 输入 用户至少提供其一: proposal_path :标书目录(包含 .tex / .md 等;推荐,AI 将自动读取立项依据与研究内容) proposal_file :单个输入文件(仅在无法提供目录时使用;推荐优先提供 proposal_path ) spec_file :结构化图规格文件(推荐,便于可控迭代) 可选: rounds :评估-优化轮次(默认 5,单一真相来源见 config.yaml:evaluation.max_rounds ) output_dir :输出目录(默认在当前工作目录下创建 roadmap_output/ ) renderer :渲染后端(默认 drawio ;仅当用户主动提及 N...
55
18911 file-organizer crazynomad/skills
File Organizer This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization. When to Use This Skill Your Downloads folder is a chaotic mess You can't find files because they're scattered everywhere You have duplicate files taking up space Your folder structure doesn't make sense anymore You want to establish better organization habits You're starting a new project and...
55
18912 b2c-content salesforcecommercecloud/b2c-developer-tooling
B2C Content Skill Use the b2c CLI to export and list Page Designer content from Salesforce B2C Commerce content libraries. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli content export homepage ). Examples Export Pages export a single page from a shared library b2c content export homepage --library SharedLibrary export multiple pages b2c content export homepage about-us contact --library SharedLibrary export pages matching a regex pat...
55
18913 langchain-orchestration manutej/luxor-claude-marketplace
LangChain Orchestration Skill Complete guide for building production-grade LLM applications with LangChain, covering chains, agents, memory, RAG patterns, and advanced orchestration techniques. Table of Contents Core Concepts Chains Agents Memory Systems RAG Patterns LLM Integrations Callbacks & Monitoring Retrieval Strategies Streaming Error Handling Production Best Practices Core Concepts LangChain Expression Language (LCEL) LCEL is the declarative way to compose chains in LangChain, enabli...
55
18914 notion-automation aaaaqwq/claude-code-skills
Notion Automation Automate Notion databases and workflows with cross-platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates. Overview This skill covers: Database automation and triggers Template and page creation Cross-platform sync (Slack, Calendar, CRM) Content management workflows Team collaboration automation Core Workflows 1. Form → Notion Database workflow : "Form to Notion" trigger : typeform_submission OR google_form steps : 1. capture_data :...
55
18915 cronlytic vm0-ai/vm0-skills
Cronlytic Use Cronlytic via direct curl calls to schedule and manage cron jobs that trigger HTTP requests/webhooks. Official docs: https://www.cronlytic.com/api-documentation When to Use Use this skill when you need to: Schedule recurring HTTP requests (webhooks, API calls) Automate background tasks without managing servers Create cron jobs with standard 5-field expressions Pause/resume jobs dynamically Monitor job execution via logs Prerequisites Sign up at Cronlytic Go to Dashboard → API ...
55
18916 worktree-manager terrylica/cc-skills
Alpha-Forge Worktree Manager Create and manage git worktrees for the alpha-forge repository with automatic branch naming, consistent conventions, and lifecycle management. When to Use This Skill Use this skill when: Creating a new worktree for alpha-forge development Setting up a worktree from a remote branch Using an existing local branch in a new worktree Managing multiple parallel feature branches Operational Modes This skill supports three distinct modes based on user input: Mode User Input ...
55
18917 azure-sql-optimization josiahsiegel/claude-plugin-marketplace
Azure SQL Database Optimization Platform-specific optimization for Azure SQL Database. Quick Reference Service Tier Comparison Tier Best For Max Size Key Features Basic Dev/test, light workloads 2 GB Low cost Standard General workloads 1 TB S0-S12 DTUs Premium High I/O, low latency 4 TB P1-P15 DTUs General Purpose (vCore) Most workloads 16 TB Serverless option Business Critical High availability 4 TB In-memory, read replicas Hyperscale Large databases 100 TB Auto-scaling storage DTU vs vCore A...
55
18918 skypilot-multi-cloud-orchestration orchestra-research/ai-research-skills
SkyPilot Multi-Cloud Orchestration Comprehensive guide to running ML workloads across clouds with automatic cost optimization using SkyPilot. When to use SkyPilot Use SkyPilot when: Running ML workloads across multiple clouds (AWS, GCP, Azure, etc.) Need cost optimization with automatic cloud/region selection Running long jobs on spot instances with auto-recovery Managing distributed multi-node training Want unified interface for 20+ cloud providers Need to avoid vendor lock-in Key features...
55
18919 coding-guidelines tech-leads-club/agent-skills
Rust Coding Guidelines (50 Core Rules) Naming (Rust-Specific) Rule Guideline No get_ prefix fn name() not fn get_name() Iterator convention iter() / iter_mut() / into_iter() Conversion naming as_ (cheap &), to_ (expensive), into_ (ownership) Static var prefix G_CONFIG for static, no prefix for const Data Types Rule Guideline Use newtypes struct Email(String) for domain semantics Prefer slice patterns if let [first, .., last] = slice Pre-allocate Vec::with_capacity(), String::with_capacity() Avoi...
55
18920 taskfiles ionfury/homelab
Taskfiles Repository Structure Taskfile.yaml Root: includes namespaced taskfiles .taskfiles/ ├── inventory/taskfile.yaml inv: IPMI host management ├── terragrunt/taskfile.yaml tg: Infrastructure operations ├── worktree/taskfile.yaml wt: Git worktree management └── renovate/taskfile.yaml renovate: Config validation File Template Always include schema and version: --- yaml-language-server: $schema=https://taskfile.dev/schema.json version : "3" vars : M...
55
18921 capacitor-ci-cd cap-go/capacitor-skills
CI/CD for Capacitor Applications Automate building, testing, and deploying Capacitor apps. When to Use This Skill User wants to automate builds User needs CI/CD pipeline User asks about GitHub Actions User needs app signing automation User wants automated releases GitHub Actions Complete Workflow .github/workflows/build.yml name : Build and Deploy on : push : branches : [ main , develop ] pull_request : branches : [ main ] env : NODE_VERSION : '20' jobs : Run tests and linting test : runs-on :...
55
18922 tauri-security-rules oimiragieo/agent-studio
Tauri Security Rules Skill Follow Tauri's security best practices, especially when dealing with IPC and native API access. Implement proper input validation and sanitization on the frontend. Use HTTPS for all communications with external services. Implement proper authentication and authorization mechanisms if required. Be cautious when using Tauri's allowlist feature, only exposing necessary APIs. Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After complet...
55
18923 aws-cost-optimizer sickn33/antigravity-awesome-skills
AWS Cost Optimizer Analyze AWS spending patterns, identify waste, and provide actionable cost reduction strategies. When to Use This Skill Use this skill when you need to analyze AWS spending, identify cost optimization opportunities, or reduce cloud waste. Core Capabilities Cost Analysis Parse AWS Cost Explorer data for trends and anomalies Break down costs by service, region, and resource tags Identify month-over-month spending increases Resource Optimization Detect idle EC2 instances (low CPU...
55
18924 startup-design ferdinandobons/startup-skill
Startup Design A structured, multi-phase skill that takes a startup idea from raw concept to validated design. It produces a complete set of markdown documents organized by domain, with built-in progress tracking so work survives session interruptions. How It Works The process has 8 phases executed sequentially. Each phase produces output files and updates the progress tracker. If a session is interrupted, resume from the last completed checkpoint. INTAKE → BRAINSTORM → RESEARCH → STRATEGY → BRA...
55
18925 vscode-extension-guide aktsmm/agent-skills
VS Code Extension Guide Create, develop, and publish VS Code extensions. When to Use VS Code extension , extension development , vscode plugin Creating a new VS Code extension from scratch Adding commands, keybindings, or settings to an extension Publishing to VS Code Marketplace Quick Start Scaffold new extension (recommended) npm install -g yo generator-code yo code Or minimal manual setup mkdir my-extension && cd my-extension npm init -y && npm install -D typescript @types/vscode Project St...
55
18926 bd-to-br-migration dicklesworthstone/beads_rust
bd → br Migration Core Philosophy: One behavioral change, mechanical transforms. The ONLY difference is git handling—everything else is find-replace. Why This Matters Incomplete migrations leave broken docs. Agents follow stale bd sync instructions, expect auto-commit, and lose work. This skill ensures complete, verified migrations . THE EXACT PROMPT — Single File Migration Migrate this file from bd (beads) to br (beads_rust). Apply transforms IN THIS ORDER (order matters): 1. Section headers: "...
55
18927 vueuse-shared-skilld harlan-zw/vue-ecosystem-skills
vueuse/vueuse @vueuse/shared Version: 14.2.1 (Feb 2026) Tags: next: 5.0.0 (Jun 2021), alpha: 14.0.0-alpha.3 (Sep 2025), beta: 14.0.0-beta.1 (Sep 2025), latest: 14.2.1 (Feb 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: Requires Vue 3.5 — v14 now requires Vue 3.5+ for native performance optimizations source BREAKING: useThrottleFn alignment — v14 aligned with traditional throttle be...
55
18928 defense-in-depth-validation secondsky/claude-skills
Defense-in-Depth Validation Overview When you fix a bug caused by invalid data, adding validation at one place feels sufficient. But that single check can be bypassed by different code paths, refactoring, or mocks. Core principle: Validate at EVERY layer data passes through. Make the bug structurally impossible. Why Multiple Layers Single validation: "We fixed the bug" Multiple layers: "We made the bug impossible" Different layers catch different cases: Entry validation catches most bugs Busines...
55
18929 composio-tool-router composiohq/skills
Composio Tool Router Comprehensive guide to building AI agents with Composio Tool Router - create isolated, secure tool sessions for your users with seamless authentication and toolkit management. When to use Use this skill when: Building AI agents that need access to external tools (Gmail, Slack, GitHub, etc.) Creating multi-user applications with isolated tool access Implementing authentication flows for external services Managing toolkit connections and permissions Integrating with AI fra...
55
18930 rwkv-architecture orchestra-research/ai-research-skills
RWKV - Receptance Weighted Key Value Quick start RWKV (RwaKuv) combines Transformer parallelization (training) with RNN efficiency (inference). Installation: Install PyTorch pip install torch --upgrade --extra-index-url https://download.pytorch.org/whl/cu121 Install dependencies pip install pytorch-lightning==1.9.5 deepspeed wandb ninja --upgrade Install RWKV pip install rwkv Basic usage (GPT mode + RNN mode): import os from rwkv.model import RWKV os.environ["RWKV_JIT_ON"] = '1' os.e...
55
18931 project-management-guru-adhd erichowens/some_claude_skills
Project Management Guru (ADHD-Specialized) Expert project manager for ADHD engineers managing multiple concurrent projects ("vibe coding 18 things"). Masters the delicate balance of when to chime in vs. when to let engineers ride their hyperfocus wave. When to Use This Skill Use for: Managing ADHD engineers with 10+ concurrent projects Supporting "vibe coding" and flow state preservation Minimizing context-switching costs Providing just-in-time interventions (not micromanagement) Task priori...
55
18932 ln-832-bundle-optimizer 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. ln-832-bundle-optimizer Type: L3 Worker Category: 8XX Optimization Parent: ln-830-code-modernization-coordinator Reduces JavaScript/TypeScript bundle size. Metric: bundle size in bytes. Each optimization verified via build with keep/discard pattern. JS/TS projects only. Overview Aspect Details Input JS/TS project (auto-dete...
55
18933 scala-expert personamanagmentlayer/pcl
Scala Expert Expert guidance for Scala development, functional programming, Akka actors, and reactive systems. Core Concepts Scala Fundamentals Immutability Pattern matching Case classes Traits and mixins Implicit conversions For comprehensions Functional Programming Higher-order functions Monads (Option, Either, Try) Functors and Applicatives Type classes Pure functions Referential transparency Reactive Systems Akka actors Akka Streams Akka HTTP Play Framework Cats Effect ZIO Scala Basics // ...
55
18934 autonomous-skill feiskyer/codex-settings
Autonomous Skill - Long-Running Task Execution Execute complex, long-running tasks across multiple sessions using a dual-agent pattern (Initializer + Executor) with automatic session continuation. Directory Structure All task data is stored in .autonomous/<task-name>/ under the project root: project-root/ └── .autonomous/ ├── build-rest-api/ │ ├── task_list.md │ └── progress.md ├── refactor-auth/ │ ├── task_list.md │ └── progress.md └── ... This allows m...
55
18935 pytorch-fsdp2 orchestra-research/ai-research-skills
Skill: Use PyTorch FSDP2 ( fully_shard ) correctly in a training script This skill teaches a coding agent how to add PyTorch FSDP2 to a training loop with correct initialization, sharding, mixed precision/offload configuration, and checkpointing. FSDP2 in PyTorch is exposed primarily via torch.distributed.fsdp.fully_shard and the FSDPModule methods it adds in-place to modules. See: references/pytorch_fully_shard_api.md , references/pytorch_fsdp2_tutorial.md . When to use this skill Use FSDP2 whe...
55
18936 parallel-execution cloudai-x/claude-workflow-v2
Parallel Execution Patterns When to Load Trigger : Multi-agent tasks, concurrent operations, spawning subagents, parallelizing independent work Skip : Single-step tasks or sequential workflows with no parallelization opportunity Core Concept Parallel execution spawns multiple subagents simultaneously using the Task tool with run_in_background: true . This enables N tasks to run concurrently, dramatically reducing total execution time. Critical Rule : ALL Task calls MUST be in a SINGLE assistant ...
55
18937 custom-agent-definitions laurigates/claude-plugins
Custom Agent Definitions Expert knowledge for defining and configuring custom agents in Claude Code. Core Concepts Custom Agents allow you to define specialized agent types beyond the built-in ones (Explore, Plan, Bash, etc.). Each custom agent can have its own model, tools, and context configuration. Agent Definition Schema Custom agents are defined in .claude/agents/ or via plugin agent directories. Basic Structure --- name : my - custom - agent description : What this agent does model : sonne...
54
18938 nuxt-ui nuxt-content/nuxt-studio
Nuxt UI Vue component library built on Reka UI + Tailwind CSS + Tailwind Variants . Works with Nuxt, Vue (Vite), Laravel (Vite + Inertia), and AdonisJS (Vite + Inertia). MCP Server For component API details (props, slots, events, full documentation, examples), use the Nuxt UI MCP server . If not already configured, add it: Cursor — .cursor/mcp.json : { "mcpServers" : { "nuxt-ui" : { "type" : "http" , "url" : "https://ui.nuxt.com/mcp" } } } Claude Code : claude mcp add --transport http nuxt-ui ht...
54
18939 powershell-2025-changes josiahsiegel/claude-plugin-marketplace
PowerShell 2025 Breaking Changes & Migrations Critical changes, deprecations, and migration paths for PowerShell in 2025. PowerShell 2.0 Removal (August-September 2025) What's Removed PowerShell 2.0 has been completely removed from: Windows 11 version 24H2 (August 2025) Windows Server 2025 (September 2025) Why: Security improvements, reduced attack surface, legacy code cleanup Migration Path Check if PowerShell 2.0 is installed Get-WindowsOptionalFeature - Online - FeatureName MicrosoftWindowsP...
54
18940 opencv tondevrel/scientific-agent-skills
OpenCV - Computer Vision and Image Processing OpenCV (Open Source Computer Vision Library) is the de facto standard library for computer vision tasks. It provides 2500+ optimized algorithms for real-time image and video processing, from basic operations like reading images to advanced tasks like face recognition and 3D reconstruction. When to Use Reading, writing, and displaying images and videos from files or cameras. Image preprocessing (resizing, cropping, rotating, color conversion). Edge de...
54
18941 elixir-otp-patterns thebushidocollective/han
Elixir OTP Patterns Master OTP (Open Telecom Platform) patterns to build concurrent, fault-tolerant Elixir applications. This skill covers GenServer, Supervisor, Agent, Task, and other OTP behaviors. GenServer Basics defmodule Counter do use GenServer Client API def start_link(initial_value \\ 0) do GenServer.start_link(__MODULE__, initial_value, name: __MODULE__) end def increment do GenServer.cast(__MODULE__, :increment) end def get_value do GenServer.call(__MO...
54
18942 vben-admin m19803261706/springboot-vben-admin
Vben Admin 开发规范 本项目使用 Vben Admin 5.x (Ant Design Vue) + TypeScript + Vite 技术栈。 技术栈 技术 版本 用途 Vue 3.5.x UI 框架 TypeScript 5.x 类型系统 Ant Design Vue 4.x 组件库 Vite 7.x 构建工具 Pinia 3.x 状态管理 Vue Router 4.x 路由 Axios - HTTP 客户端 目录结构 frontend/apps/web-antd/src/ ├── api/ API 接口 │ └── {module}/ │ └── index.ts ├── views/ 页面视图 │ └── {module}/ │ ├── index.vue 列表页 │ ├── detail.vue 详情页 │ └── form.vue 表单页 ├── components...
54
18943 b2c-logging salesforcecommercecloud/b2c-developer-tooling
Logging Skill This skill guides you through implementing logging in B2C Commerce using the Logger and Log classes. Overview B2C Commerce provides a logging framework with: Feature Description Log Levels debug, info, warn, error, fatal Categories Organize logs by functional area Custom Files Write to dedicated log files NDC Nested Diagnostic Context for tracing BM Configuration Enable/disable levels per category Log Levels Level Method Description Default State debug debug() Detailed debugging in...
54
18944 feishu-im alextangson/feishu_skills
飞书消息与群管理 通过 IM API 发送消息、管理群聊和配置群功能。 Base URL : https://open.feishu.cn/open-apis/im/v1 消息操作 API 端点 说明 发送消息 POST /messages?receive_id_type=open_id 支持文本/卡片/图片/文件 批量发送 POST /messages/batch_send 最多 200 人 回复消息 POST /messages/{message_id}/reply - 撤回消息 DELETE /messages/{message_id} 24 小时内 加急消息 PATCH /messages/{message_id}/urgent_app - 置顶消息 POST /pins - 添加表情 POST /messages/{message_id}/reactions - 发送文本消息 : { "receive_id" : "ou_xxx" , "msg_type" : "text" , "content" : "{\"text\":\"Hello\"}" } ⚠️ content 必...
54
18945 cuda-kernels huggingface/kernels
CUDA Kernels for Diffusers & Transformers This skill provides patterns and guidance for developing optimized CUDA kernels targeting NVIDIA GPUs (H100, A100, T4) for use with HuggingFace diffusers and transformers libraries. Quick Start Diffusers (Video/Image Generation) For benchmarking kernel performance: Benchmark with optimized kernels (6% end-to-end speedup) python generate_video.py --use-optimized-kernels Benchmark baseline with torch.compile (34% speedup) python generate_video.py --no-op...
54
18946 logging-best-practices secondsky/claude-skills
Logging Best Practices Skill Version: 1.0.0 Purpose This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics. When to Apply Apply these guidelines when: Writing or reviewing logging code Adding console.log, logger.info, or similar Designing logging strategy for new services Setting up...
54
18947 workflow-setup andrelandgraf/fullstackrecipes
Workflow Development Kit Setup To set up Workflow Development Kit Setup, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/workflow-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/workflow-setup
54
18948 elevenlabs sanjay3290/ai-skills
ElevenLabs Audio Generation Requires ELEVENLABS_API_KEY in .env . Text-to-Speech from elevenlabs . client import ElevenLabs from elevenlabs import save , VoiceSettings import os client = ElevenLabs ( api_key = os . getenv ( "ELEVENLABS_API_KEY" ) ) audio = client . text_to_speech . convert ( text = "Welcome to my video!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , model_id = "eleven_multilingual_v2" , voice_settings = VoiceSettings ( stability = 0.5 , similarity_boost = 0.75 , style = 0.5 , speed = 1....
54
18949 company-announcement-writer onewave-ai/claude-skills
Company Announcement Writer Executive communication style for all-hands emails. Balances transparency with appropriate messaging. Instructions You are an expert at executive communications. Draft company-wide announcements that are clear, transparent, and appropriately messaged. Output Format Company Announcement Writer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, ...
54
18950 ai-elements-chatbot jackspace/claudeskillz
AI Elements Chatbot Components Status: Production Ready Last Updated: 2025-11-07 Dependencies: tailwind-v4-shadcn (prerequisite), ai-sdk-ui (companion), nextjs (framework) Latest Versions: ai-elements@1.6.0, ai@5.0+, next@15+, react@19+ Quick Start (15 Minutes) 1. Verify Prerequisites Before installing AI Elements, ensure these are already set up: Check Next.js version (needs 15+) npx next --version Check AI SDK version (needs 5+) npm list ai Check shadcn/ui is initialized ls components...
54