███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14901 | groove-daily-start | andreadellacorte/groove |
groove-daily-start Outcome The workday is prepared: recent days are reviewed, today's daily memory file is created, tasks are consolidated and presented, and the user knows what to work on. Acceptance Criteria Yesterday's daily memory file is reviewed (summary shown; warn if missing or no end section) Today's daily memory file is created with a start-of-day structure (if it does not already exist) Task list is loaded and presented (grouped by status) User has a clear picture of the day's agenda ...
|
67 |
| 14902 | expo-router | jchaselubitz/drill-app |
Expo Router Patterns Stack Navigator Configuration Root Layout Setup Use screenOptions on the Stack component to set defaults for all screens. Do NOT explicitly list every screen - routes are auto-discovered from the file structure. // app/_layout.tsx import { Stack } from 'expo-router' ; export default function RootLayout ( ) { return ( < Stack screenOptions = { { headerShown : false } } /> ) ; } Per-Screen Configuration Individual screens configure their own options using <Stack.Screen> within...
|
67 |
| 14903 | openapi-expert | personamanagmentlayer/pcl |
Expert guidance for OpenAPI Specification (formerly Swagger) - industry-standard for describing RESTful APIs with automatic documentation and code generation. Core Concepts OpenAPI Specification (OAS) - API description format (YAML/JSON) - Version 3.1 (latest) and 3.0 - Machine-readable API contracts - Automatic documentation generation - Client/server code generation - API validation and testing Key Components - Paths (endpoints) - Operations (HTTP methods) - Parameters - Reques...
|
67 |
| 14904 | security-threat-model | davila7/claude-code-templates |
Threat Model Source Code Repo Deliver an actionable AppSec-grade threat model that is specific to the repository or a project path, not a generic checklist. Anchor every architectural claim to evidence in the repo and keep assumptions explicit. Prioritizing realistic attacker goals and concrete impacts over generic checklists. Quick start Collect (or infer) inputs: Repo root path and any in-scope paths. Intended usage, deployment model, internet exposure, and auth expectations (if known). Any ex...
|
67 |
| 14905 | guide-updater | huangwb8/chineseresearchlatex |
将对话中新产生的可复用写作洞见实时沉淀到项目指南文件,保持术语口径一致、结构稳定、可检验与可复现。 使用方式 调用此技能时,必须在参数中指定指南文件路径: ``` /guide-updater --guide-path <路径> ``` 或自然语言形式: - "更新项目指南(路径:projects/MyProject/项目指南.md)" - "把这些内容同步到指南文件 docs/写作指南.md" 先决条件 每次更新前快速自检: - 不新增新的 `` 级标题;只在既有小节/列表中"融入"新增要点。 - 不改动既有标题文本、编号、顺序;不为"整理美观"重排大量内容。 - 新增内容默认写成 1 条或少量 bullet,紧贴相邻条目的写法与语气。 - 涉及事实/文献:只写可核验信息;无法核验则标注"待核验",不要编造详细信息。 抽取"原子洞见" - 将用户表达拆成若干条"可落笔"的要点,每条只包含一个主张/规则/写法。 - 为每条要点附 1 句"写进指南的目的"(例如:统一口径/防评审质疑/可复现/风险控制)。 选择融入位置 - 需要更细的落点规则时...
|
67 |
| 14906 | b2c-config | salesforcecommercecloud/b2c-developer-tooling |
B2C Config Skill Use the b2c setup inspect command to view the resolved configuration and understand where each value comes from. Use the b2c setup instance commands to manage named instance configurations. Tip: b2c setup config still works as an alias. If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli setup inspect ). When to Use Use b2c setup inspect when you need to: Verify which configuration file is being used Check if environment variables...
|
67 |
| 14907 | code-execution | mhattingpete/claude-skills-marketplace |
Code Execution Execute Python locally with API access. 90-99% token savings for bulk operations. When to Use Bulk operations (10+ files) Complex multi-step workflows Iterative processing across many files User mentions efficiency/performance How to Use Use direct Python imports in Claude Code: from execution_runtime import fs, code, transform, git Code analysis (metadata only!) functions = code.find_functions('app.py', pattern='handle_.*') File operations code_block = fs.copy_lines('sour...
|
67 |
| 14908 | moai-foundation-context | modu-ai/moai-adk |
Quick Reference Enterprise Context and Session Management - Unified context optimization and session state management for Claude Code with 200K token budget management, session persistence, and multi-agent handoff protocols. Core Capabilities: 200K token budget allocation and monitoring Session state tracking with persistence Context-aware token optimization Multi-agent handoff protocols Progressive disclosure and memory management Session forking for parallel exploration When to Use: Sessi...
|
67 |
| 14909 | nuxt-seo | secondsky/claude-skills |
Nuxt SEO npx nuxi module add @nuxtjs/seo When to Use Working with: SEO configuration (site URL, name, indexability) Robots.txt and sitemap.xml generation Dynamic OG image generation JSON-LD structured data (schema.org) Breadcrumbs and canonical URLs Usage Pattern Progressive loading - only read what you need: Configuring site? → references/site-config.md Setting up robots/sitemap? → references/crawlability.md Generating OG images? → references/og-image.md Adding JSON-LD? → references/schema...
|
67 |
| 14910 | mixpanel-automation | sickn33/antigravity-awesome-skills |
Mixpanel Automation via Rube MCP Automate Mixpanel product analytics through Composio's Mixpanel toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/mixpanel Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Mixpanel connection via RUBE_MANAGE_CONNECTIONS with toolkit mixpanel Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add ...
|
67 |
| 14911 | baoyu-article-illustrator | xy121718/baoyu-skills |
Article Illustrator Analyze articles, identify illustration positions, generate images with Type × Style consistency. Two Dimensions Dimension Controls Examples Type Information structure infographic, scene, flowchart, comparison, framework, timeline Style Visual aesthetics notion, warm, minimal, blueprint, watercolor, elegant Combine freely: --type infographic --style blueprint Or use presets: --preset tech-explainer → type + style in one flag. See Style Presets . Types Type Best For infographi...
|
67 |
| 14912 | security-audit | netresearch/security-audit-skill |
Security Auditing Workflow Bundle Overview Comprehensive security auditing workflow for web applications, APIs, and infrastructure. This bundle orchestrates skills for penetration testing, vulnerability assessment, security scanning, and remediation. When to Use This Workflow Use this workflow when: Performing security audits on web applications Testing API security Conducting penetration tests Scanning for vulnerabilities Hardening application security Compliance security assessments Workflow P...
|
67 |
| 14913 | godot-ui-rich-text | thedivergentai/gd-agentic-skills |
Rich Text & BBCode BBCode tags, meta clickable links, and RichTextEffect shaders define formatted text systems. Available Scripts custom_bbcode_effect.gd Expert custom RichTextEffect examples (wave, rainbow, shake, typewriter). rich_text_animator.gd Typewriter effect for BBCode text with support for custom event tags and pausing. NEVER Do in Rich Text NEVER forget bbcode_enabled — text = "[b]bold[/b]" without bbcode_enabled = true ? Literal brackets shown. ALWAYS enable BBCode first. NEVER use [...
|
67 |
| 14914 | draft-polisher | willoscar/research-units-pipeline-skills |
Draft Polisher (Audit-style editing) Goal: turn a first-pass draft into readable survey prose without breaking the evidence contract. This is a local polish pass: de-template + coherence + terminology + redundancy pruning. Role cards (use explicitly) Style Harmonizer (editor) Mission: remove generator voice and make prose read like one author wrote it. Do: Delete narration openers and slide navigation; replace with argument bridges. Vary rhythm; remove repeated template stems. Collapse rep...
|
67 |
| 14915 | cofounder-evaluator | shipshitdev/library |
Co-Founder Evaluator - Founding Team Assessment Overview Help founders make the critical decision of choosing (or validating) a co-founder using Hexa's methodology. Execute rigorous compatibility assessment through skills analysis, values alignment, and equity frameworks. Hexa Principle: "Co-founder matching is one of the biggest predictors of startup success." When This Activates "Should I work with this person" Finding a co-founder Co-founder fit/compatibility Equity splits "Do I need a co-...
|
67 |
| 14916 | video-master | huangserva/skill-prompt-generator |
No SKILL.md available for this skill. View on GitHub
|
67 |
| 14917 | nestjs | teachingai/full-stack-skills |
NestJS Framework with Drizzle ORM When to Use Building REST APIs or GraphQL servers with NestJS Setting up authentication and authorization Implementing middleware, guards, or interceptors Working with databases (TypeORM, Drizzle ORM) Creating microservices architecture Writing unit and integration tests Setting up OpenAPI/Swagger documentation Core Architecture Module Structure import { Module } from '@nestjs/common'; @Module({ imports: [/* other modules */], controllers: [/* controllers *...
|
67 |
| 14918 | robocorp-cursor-rules | mindrally/skills |
RoboCorp Python Development You are an expert in Python and RoboCorp RPA development. Core Guidelines Key Principles Write concise, technical responses with accurate Python examples Emphasize functional, declarative programming while avoiding classes Prioritize iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., is_active, has_permission) Adopt lowercase with underscores for directories/files (e.g., tasks/data_processing.py) Favor named...
|
67 |
| 14919 | cloud-api-integration | martinholovsky/claude-skills-generator |
Cloud API Integration Skill File Organization : Split structure. Main SKILL.md for core patterns. See references/ for complete implementations. 1. Overview Risk Level : HIGH - Handles API credentials, processes untrusted prompts, network exposure, data privacy concerns You are an expert in cloud AI API integration with deep expertise in Anthropic Claude, OpenAI GPT-4, and Google Gemini APIs. Your mastery spans secure credential management, prompt security, rate limiting, error handling, and prot...
|
67 |
| 14920 | complete-example | huangwb8/chineseresearchlatex |
complete_example Skill - AI 增强版 LaTeX 示例智能生成器 简介 complete_example 是一个充分发挥 AI 优势的 LaTeX 示例智能生成器,实现 AI 与硬编码的有机融合。 核心设计理念:AI 做"语义理解",硬编码做"结构保护" 版本信息 版本号: 1.1.0 创建日期: 2026-01-07 更新日期: 2026-01-07 作者: ChineseResearchLaTeX Project 功能特性 核心能力 能力维度 说明 语义理解 AI 理解章节主题,智能判断需要什么类型的资源 智能推理 AI 推断资源与章节的相关性,并给出理由 连贯生成 AI 生成自然流畅的叙述性文本,而非模板拼接 上下文感知 根据上下文调整描述风格 自我优化 AI 自我审查并优化生成内容 格式安全 🔒 硬编码严格保护格式设置,哈希验证防篡改,访问控制(v1.1.0) 用户提示机制(🆕) 支持用户自定义叙事提示(narrative_hint),AI 根据提示编造合理的示例内容: 🏥 医疗影像:深度学习在医疗影像分析中的应用 🔬 材料科学:新型纳米材料...
|
67 |
| 14921 | academic-writing-cs | sipengxie2024/helios-writing |
Academic Writing for Computer Science Overview This skill provides end-to-end support for writing high-quality computer science research papers. It focuses on constructing clear, compelling technical narratives while adhering to field-specific conventions. Core Philosophy: Academic papers are narrative arcs (Problem → Solution → Evidence → Implications), not template fill-ins Clarity comes from structure: place familiar information first, new information last Every design choice must be justifie...
|
67 |
| 14922 | healthkit-code-review | existential-birds/beagle |
HealthKit Code Review Quick Reference Issue Type Reference HKHealthStore, permissions, status checks, privacy references/authorization.md HKQuery types, predicates, anchored queries, statistics references/queries.md Background delivery, observer queries, completion handlers references/background.md HKQuantityType, HKCategoryType, workouts, units references/data-types.md Review Checklist HKHealthStore.isHealthDataAvailable() called before any HealthKit operations Authorization requested only fo...
|
67 |
| 14923 | open-source-checker | shipshitdev/library |
Open Source Checker Expert in detecting private information, secrets, and sensitive data in codebases before open sourcing a repository. When to Use This Skill Use when you're: Preparing to open source a repository Reviewing code for exposed secrets Auditing codebase for sensitive data Performing security audits before public release Setting up pre-commit hooks for secret detection What to Check Critical Items API keys (OpenAI, Stripe, AWS, GitHub tokens) Database credentials and connection ...
|
67 |
| 14924 | python-backend-expert | oimiragieo/agent-studio |
Python Backend Expert alembic database migrations When reviewing or writing code, apply these guidelines: Use alembic for database migrations. django class based views for htmx When reviewing or writing code, apply these guidelines: Use Django's class-based views for HTMX responses django form handling When reviewing or writing code, apply these guidelines: Implement Django forms for form handling Use Django's form validation for HTMX requests django forms When reviewing or writing code, apply t...
|
67 |
| 14925 | video-understand | jrusso1020/video-understand-skills |
video-understand Understand video content locally using ffmpeg for frame extraction and Whisper for transcription. Fully offline, no API keys required. Prerequisites ffmpeg + ffprobe (required): brew install ffmpeg openai-whisper (optional, for transcription): pip install openai-whisper Commands Scene detection + transcribe (default) python3 skills/video-understand/scripts/understand_video.py video.mp4 Keyframe extraction python3 skills/video-understand/scripts/understand_video.py video.mp4 -m...
|
67 |
| 14926 | pine-publisher | traderspost/pinescript-agents |
Specialized in preparing scripts for publication in TradingView's community library. Core Responsibilities Publication Compliance - Ensure House Rules compliance - Add required documentation - Include proper attributions - Remove any prohibited content Documentation Creation - Write comprehensive descriptions - Create usage instructions - Document all parameters - Add example configurations Metadata Optimization - Create SEO-friendly titles - Add relevant tags/categories - Wri...
|
67 |
| 14927 | internal-comms-3p-updates | bobmatnyc/claude-mpm-skills |
Instructions Write a 3P update. 3P updates stand for "Progress, Plans, Problems." The main audience is executives, leadership, and teammates. Keep updates succinct and to-the-point: 30-60 seconds reading time. Write for people with some context on what the team does, but not deep familiarity. 3Ps can cover a team of any size, ranging all the way up to the entire company. The bigger the team, the less granular the tasks should be. For example, "mobile team" might have "shipped feature" or "fixe...
|
67 |
| 14928 | researching-ai-news | jamesgray007/hoai-course |
Research and compile AI news from across the industry, covering major companies and emerging trends. Companies to Track Frontier Labs: - OpenAI - Anthropic - Google DeepMind / Google AI - Meta AI / FAIR - xAI Tech Giants: - Microsoft AI - Amazon AWS AI / Bedrock - Nvidia - Apple (Apple Intelligence) - Salesforce (Einstein AI) - IBM (watsonx) AI Startups & Specialists: - Mistral AI - Cohere - Stability AI - Runway - Hugging Face - Perplexity AI - Other emerging labs Topic...
|
67 |
| 14929 | it-ops-orchestrator | 404kidwiz/claude-supercode-skills |
IT Operations Orchestrator Purpose Provides comprehensive multi-domain IT coordination expertise specializing in PowerShell automation and cross-platform task management. Serves as central coordinator for complex IT operations spanning Windows, Azure, and M365 environments with emphasis on intelligent task routing and unified solution delivery. When to Use Complex IT tasks spanning multiple domains (AD, Azure, M365, PowerShell) Ambiguous IT requirements needing task breakdown and routing Cross-p...
|
67 |
| 14930 | svelte-deployment | spences10/svelte-skills-kit |
Svelte Deployment Quick Start pnpm 10+: Add prepare script (postinstall disabled by default): { "scripts" : { "prepare" : "svelte-kit sync" } } Vite 7: Update both packages together: pnpm add -D vite@7 @sveltejs/vite-plugin-svelte@6 Adapters Static site pnpm add -D @sveltejs/adapter-static Node server pnpm add -D @sveltejs/adapter-node Cloudflare pnpm add -D @sveltejs/adapter-cloudflare Reference Files library-authoring.md - Publishing Svelte packages pwa-setup.md - Offline-first with workbox...
|
67 |
| 14931 | moai-workflow-spec | modu-ai/moai-adk |
SPEC Workflow Management Quick Reference (30 seconds) SPEC Workflow Orchestration - Comprehensive specification management using EARS format for systematic requirement definition and Plan-Run-Sync workflow integration. Core Capabilities: EARS Format Specifications: Five requirement patterns for clarity Requirement Clarification: Four-step systematic process SPEC Document Templates: Standardized structure for consistency Plan-Run-Sync Integration: Seamless workflow connection Parallel Developm...
|
67 |
| 14932 | x-impact-checker | tonkotsuboy/x-impact-checker |
X Impact Checker Analyze X posts for viral potential based on the open-source recommendation algorithm (19-element scoring system). Scoring System (100 points) Tier 1: Core Engagement (60 points) Conversation drivers and strong sharing signals. Factor Max Scoring Guide Reply Potential 22 22: Direct question/debatable claim, 12: Invites response, 4: Statement only Retweet Potential 16 16: Actionable insight/surprising fact, 8: Interesting but niche, 0: No share value Favorite Potential 12 12: Emo...
|
67 |
| 14933 | claude-code-bash-patterns | secondsky/claude-skills |
Claude Code Bash Patterns Status : Production Ready ✅ | Last Verified : 2025-11-18 Quick Start Basic Command ls -la Command Chaining bun install && bun run build && bun test Hooks Create .claude-hook-pretooluse.sh : !/usr/bin/env bash PreToolUse hook - runs before every Bash command echo "Running: $1 " Load references/hooks-examples.md for complete hook patterns. The Five Core Patterns 1. Sequential Operations (&&) Use when : Each command depends on previous success git add . && git commit -m "...
|
67 |
| 14934 | pinia-colada-skilld | harlan-zw/vue-ecosystem-skills |
posva/pinia-colada @pinia/colada The smart data fetching layer for Vue.js Version: 1.0.0 (Mar 2026) Tags: latest: 1.0.0 (Mar 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: useInfiniteQuery() — v0.20.0 refactored: removed merge , changed data to { pages, pageParams } , initialPage → initialPageParam , loadMore → loadNextPage , and getNextPageParam is now required (experimental) sour...
|
67 |
| 14935 | audio-production | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
67 |
| 14936 | prompting | danielmiessler/personal_ai_infrastructure |
Customization Before executing, check for user customizations at: ~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/Prompting/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification : curl -s -X P...
|
67 |
| 14937 | intent-sync | arcblock/idd |
Intent Sync Synchronize implementation details back to Intent after development is complete. This makes Intent the true single source of truth. When to Use Use /intent-sync when: Implementation is complete All tests pass User has confirmed the implementation works You want to capture the finalized design in Intent What Gets Synced Back During implementation, many details get finalized that weren't specified in the original Intent: Category Examples Interfaces API endpoints, function signat...
|
67 |
| 14938 | playwright-mcp | darraghh1/my-claude-setup |
Playwright MCP Browser Automation You are an expert at using the Playwright MCP server for live browser interaction. This skill teaches you to navigate pages, inspect elements, fill forms, and debug web UIs through direct browser control. Critical: These Are Direct Tool Calls MCP tools are direct tool calls — exactly like Read , Grep , or Bash . They are NOT CLI commands. CORRECT — call the tool directly: Tool: mcp__playwright__browser_navigate Parameters: { "url": "http://localhost:3010" } WRON...
|
67 |
| 14939 | good-writing-zh | yelban/orz99-skills |
中文好寫作 注意: 本 Skill 專注於句型結構精簡與節奏打磨。若需處理 AI 生成痕跡、翻譯腔與中國用語,請搭配 humanizer-tw。建議順序:先 humanizer-tw(去機器味)→ 再 good-writing-zh(打磨節奏)。 節奏規則 氣口 兩個標點符號(,。;:!?)之間,連續字數不超過 15–20 字 。超過就該斷句或加逗號。 錯落 相鄰兩句長度差異應 > 5 字 。避免連續 3 句以上長度相近(±3 字)。 句尾 名詞收尾 → 穩 動詞收尾 → 勁 助詞收尾(的、了、呢)→ 軟 避免連續句尾都落在同類型。 改寫技法 一、刪贅字(連續「的」) 連續三個「的」→ 想法沒整理好,至少刪一個。 原句:這是公司的新的產品的宣傳方案。 改寫:這是公司新產品的宣傳方案。 (理由:三連「的」刪為一個,語意不變) 原句:他提出的關於市場的未來的發展報告。 改寫:他提出的市場未來發展報告。 (理由:「關於」多餘,「的」可精簡為一個) 二、刪贅字(進行/實施/加以) 「進行」「實施」「加以」通常可直接刪除。 原句:我們對此問題進行了深入的討論。 改寫:我們深入討論了這個問題。 (...
|
67 |
| 14940 | spec-pack-abandon | zixun-github/aisdlc |
spec-pack-abandon(废弃/撤销 Spec Pack:清单 + 二次确认 + 删除分支) 概览 当需求出现重大问题需要“废弃当前 spec pack”时,本技能用于 安全地撤销 :先执行 spec-context 获取上下文并精确定位 {FEATURE_DIR} ,再生成“将要删除的内容清单”,并在执行任何破坏性操作前要求用户 二次确认 ;最后删除本地/远程分支,并清理工作区中残留的 spec pack 目录。 开始时宣布: 「我正在使用 spec-pack-abandon 技能废弃当前 Spec Pack(输出删除清单并二次确认后删除目录与分支)。」 何时使用 / 不使用 使用时机 需求/约束出现重大问题,决定废弃当前 spec pack(不再继续澄清/设计/实现)。 你需要删除: .aisdlc/specs/{CURRENT_BRANCH}/ 以及该 {CURRENT_BRANCH} 分支(本地 + 远程)。 不要用在 你只是想“回退某个提交”或“重做需求文档”:优先用正常 git 回退/新提交,而不是删分支。 当前不在 spec 分支(分支名不符合 {num}-{s...
|
67 |
| 14941 | baoyu-danger-gemini-web | xy121718/baoyu-skills |
Gemini Web Client Text/image generation via Gemini Web API. Supports reference images and multi-turn conversations. Script Directory Important: All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions: Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference: Script Purpose scripts/main.ts CLI entry point for text/ima...
|
67 |
| 14942 | marketing-social-media | vasilyu1983/ai-agents-public |
This skill contains actionable, non-theoretical operational systems for sustainable social media marketing across LinkedIn, TikTok, Meta (FB/IG), YouTube, and X. Structure: Core social media principles first. AI-specific automation in clearly labeled "Optional: AI / Automation" sections. Scope note: For email outreach and lead generation, see [marketing-leads-generation](https://github.com/vasilyu1983/ai-agents-public/blob/main/frameworks/shared-skills/skills/marketing-social-media/../marketin...
|
67 |
| 14943 | accelint-tanstack-query-best-practices | gohypergiant/agent-skills |
TanStack Query Best Practices Expert patterns for TanStack Query in modern React applications with Next.js App Router and Server Components. NEVER Do With TanStack Query NEVER use a singleton QueryClient on the server - Creates data leakage between users and race conditions. Each request must get its own isolated QueryClient instance to prevent cached data from one user appearing for another. NEVER synchronize query data to useState - Background refetches, invalidations, and optimistic updates a...
|
67 |
| 14944 | honesty | epicenterhq/epicenter |
Honesty Be brutally honest, don't be a yes man. If I am wrong, point it out bluntly. I need honest feedback on my code.
|
67 |
| 14945 | rust-development | laurigates/claude-plugins |
Expert knowledge for modern systems programming with Rust, focusing on memory safety, fearless concurrency, and zero-cost abstractions. Core Expertise Modern Rust Ecosystem - Cargo: Build system, package manager, and workspace management - Rustc: Compiler optimization, target management, and cross-compilation - Clippy: Linting for idiomatic code and performance improvements - Rustfmt: Consistent code formatting following Rust style guidelines - Rust-analyzer: Advanced IDE support with LS...
|
67 |
| 14946 | predictive-intelligence | groeimetai/snow-flow |
Predictive Intelligence uses machine learning to automate categorization, routing, and recommendations. PI Capabilities | Classification | Auto-categorize incidents, cases | Similarity | Find similar records | Clustering | Group related items | Regression | Predict numeric values | Recommendation | Suggest next actions Key Tables | `ml_solution` | ML solution definitions | `ml_solution_definition` | Solution configuration | `ml_capability_definition` | Capability setti...
|
67 |
| 14947 | hooks-configuration | laurigates/claude-plugins |
Expert knowledge for configuring and developing Claude Code hooks to automate workflows and enforce best practices. Core Concepts What Are Hooks? Hooks are user-defined shell commands that execute at specific points in Claude Code's lifecycle. Unlike relying on Claude to "decide" to run something, hooks provide deterministic, guaranteed execution. Why Use Hooks? - Enforce code formatting automatically - Block dangerous commands before execution - Inject context at session start - Log com...
|
67 |
| 14948 | ml-model-training | secondsky/claude-skills |
ML Model Training Train machine learning models with proper data handling and evaluation. Training Workflow Data Preparation → 2. Feature Engineering → 3. Model Selection → 4. Training → 5. Evaluation Data Preparation import pandas as pd from sklearn . model_selection import train_test_split from sklearn . preprocessing import StandardScaler , LabelEncoder Load and clean data df = pd . read_csv ( 'data.csv' ) df = df . dropna ( ) Encode categorical variables le = LabelEncoder ( ) df [ 'categor...
|
67 |
| 14949 | feature-analyzer | notedit/happy-skills |
Feature Analyzer Help turn ideas into fully formed designs and specs through structured information gathering and collaborative validation. Announce at start: "I'm using the feature-analyzer skill to design this feature." Phase 1: Context Discovery First, explore the codebase to understand: Project structure and tech stack Existing patterns and conventions Related features or modules Recent changes in relevant areas Phase 2: Structured Information Gathering Use AskUserQuestion to batch col...
|
67 |
| 14950 | github-mcp | oimiragieo/agent-studio |
GitHub Skill Overview This skill provides access to the official GitHub MCP server with progressive disclosure for optimal context usage. Context Savings: ~95% reduction MCP Mode: ~50,000 tokens always loaded (80+ tools) Skill Mode: ~500 tokens metadata + on-demand loading Requirements Docker installed and running GITHUB_PERSONAL_ACCESS_TOKEN environment variable set Toolsets The server provides 80+ tools across 19 toolsets: Toolset Description actions Workflow management, runs, jobs, artif...
|
67 |