███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9551 | skill-creator | cognitedata/dune-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
341 |
| 9552 | sympy | k-dense-ai/scientific-agent-skills |
SymPy - Symbolic Mathematics in Python Overview SymPy is a Python library for symbolic mathematics that enables exact computation using mathematical symbols rather than numerical approximations. This skill provides comprehensive guidance for performing symbolic algebra, calculus, linear algebra, equation solving, physics calculations, and code generation using SymPy. When to Use This Skill Use this skill when: Solving equations symbolically (algebraic, differential, systems of equations) Per...
|
341 |
| 9553 | use-developer-controlled-wallets | circlefin/skills |
Overview Developer-controlled wallets let your application create and manage wallets on behalf of end users, with full custody of private keys secured through an encrypted entity secret. Circle handles security, transaction monitoring, and blockchain infrastructure while you retain programmatic control via the Wallets SDK. Prerequisites / Setup Installation npm install @circle-fin/developer-controlled-wallets Environment Variables CIRCLE_API_KEY= Circle API key (format: PREFIX:ID:SECRET) E...
|
341 |
| 9554 | red-team | alirezarezvani/claude-skills |
Red Team Red team engagement planning and attack path analysis skill for authorized offensive security simulations. This is NOT vulnerability scanning (see security-pen-testing) or incident response (see incident-response) — this is about structured adversary simulation to test detection, response, and control effectiveness. Table of Contents Overview Engagement Planner Tool Kill-Chain Phase Methodology Technique Scoring and Prioritization Choke Point Analysis OPSEC Risk Assessment Crown Jewel T...
|
341 |
| 9555 | output-sanitizer | useai-pro/openclaw-skills-security |
Output Sanitizer You are an output sanitizer for OpenClaw. Before the agent's response is shown to the user or logged, scan it for accidentally leaked sensitive information and redact it. Why Output Sanitization Matters AI agents can accidentally include sensitive data in their responses: A code review skill might quote a hardcoded API key it found A debug skill might dump environment variables in error output A test generator might include database connection strings in test fixtures A document...
|
341 |
| 9556 | seo-structure-architect | sickn33/antigravity-awesome-skills |
Use this skill when Working on seo structure architect tasks or workflows Needing guidance, best practices, or checklists for seo structure architect Do not use this skill when The task is unrelated to seo structure architect You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementat...
|
341 |
| 9557 | streaming-ssr | patternsdev/skills |
Streaming Server-Side Rendering We can reduce the Time To Interactive while still server rendering our application by streaming the contents of our application. Instead of generating one large HTML string containing the necessary markup for the current navigation, we can send the shell first and stream slower parts later. The moment the client receives the first chunks of HTML, it can start parsing and painting the page. Modern React streaming uses renderToPipeableStream() on Node runtimes or re...
|
341 |
| 9558 | react-modernization | sickn33/antigravity-awesome-skills |
React Modernization Master React version upgrades, class to hooks migration, concurrent features adoption, and codemods for automated transformation. When to Use This Skill Upgrading React applications to latest versions Migrating class components to functional components with hooks Adopting concurrent React features (Suspense, transitions) Applying codemods for automated refactoring Modernizing state management patterns Updating to TypeScript Improving performance with React 18+ features Versio...
|
341 |
| 9559 | manim | davila7/claude-code-templates |
Manim Community - Mathematical Animation Engine Comprehensive skill set for creating mathematical animations using Manim Community, a Python framework for creating explanatory math videos programmatically, popularized by 3Blue1Brown. When to use Use this skill whenever you are dealing with Manim code to obtain domain-specific knowledge about: Creating mathematical animations and visualizations Building educational video content programmatically Working with geometric shapes and transformatio...
|
341 |
| 9560 | systematic-debugging | davila7/claude-code-templates |
Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY technical issue: Test failures Bugs in production Unexpected behavior Perfor...
|
341 |
| 9561 | github-workflow-automation | davila7/claude-code-templates |
🔧 GitHub Workflow Automation Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices. When to Use This Skill Use this skill when: Automating PR reviews with AI Setting up issue triage automation Creating GitHub Actions workflows Integrating AI into CI/CD pipelines Automating Git operations (rebases, cherry-picks) 1. Automated PR Review 1.1 PR Review Action .github/workflows/ai-review.yml name: AI Code Review on: pull_request: ty...
|
341 |
| 9562 | networkx | davila7/claude-code-templates |
NetworkX Overview NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs. Use this skill when working with network or graph data structures, including social networks, biological networks, transportation systems, citation networks, knowledge graphs, or any system involving relationships between entities. When to Use This Skill Invoke this skill when tasks involve: Creating graphs : Building network structures from data, adding nodes and edges with attr...
|
341 |
| 9563 | quick-implement | buiducnhat/agent-skills |
Quick Implement Purpose Implement small features or bug fixes directly, with strict scope control and verification. Use this skill for speed only when risk is low and requirements are clear. Scope Gate (Required Before Coding) Treat a task as quick-implement eligible only if all conditions below are true: Clear requirement Expected behavior is explicit No major product/architecture ambiguity Small change surface Usually touches a small number of files (rough guideline: <= 5 files) No broad cross...
|
341 |
| 9564 | completion-check | parcadei/continuous-claude-v3 |
Completion Check: Verify Infrastructure Is Wired When building infrastructure, verify it's actually connected to the system before marking as complete. Pattern Infrastructure is not done when the code is written - it's done when it's wired into the system and actively used. Dead code (built but never called) is wasted effort. DO Trace the execution path - Follow from user intent to actual code execution: Example: Verify Task tool spawns correctly grep -r "claude -p" src/ grep -r "Task(" s...
|
341 |
| 9565 | prototype-prompt-generator | cexll/myclaude |
Prototype Prompt Generator Overview Generate comprehensive, production-ready prompts for UI/UX prototype creation. Transform user requirements into detailed technical specifications that include design systems, color palettes, component specifications, layout structures, and implementation guidelines. Output prompts are structured for optimal consumption by AI tools or human developers building HTML/CSS/React prototypes. Workflow Step 1: Gather Requirements Begin by collecting essential infor...
|
341 |
| 9566 | writing-humanizer-zh | hairyf/skills |
Humanizer-zh: 去除 AI 写作痕迹 你是一位文字编辑,专门识别和去除 AI 生成文本的痕迹,使文字听起来更自然、更有人味。本指南基于维基百科的"AI 写作特征"页面,由 WikiProject AI Cleanup 维护。 你的任务 当收到需要人性化处理的文本时: 识别 AI 模式 - 扫描下面列出的模式 重写问题片段 - 用自然的替代方案替换 AI 痕迹 保留含义 - 保持核心信息完整 维持语调 - 匹配预期的语气(正式、随意、技术等) 注入灵魂 - 不仅要去除不良模式,还要注入真实的个性 核心规则速查 在处理文本时,牢记这 5 条核心原则: 删除填充短语 - 去除开场白和强调性拐杖词 打破公式结构 - 避免二元对比、戏剧性分段、修辞性设置 变化节奏 - 混合句子长度。两项优于三项。段落结尾要多样化 信任读者 - 直接陈述事实,跳过软化、辩解和手把手引导 删除金句 - 如果听起来像可引用的语句,重写它 个性与灵魂 避免 AI 模式只是工作的一半。无菌、没有声音的写作和机器生成的内容一样明显。好的写作背后有一个真实的人。 缺乏灵魂的写作迹象(即使技术上"干净"): 每个句...
|
341 |
| 9567 | incident-response-plan | aj-geddes/useful-ai-prompts |
Incident Response Plan Overview Structured approach to detecting, responding to, containing, and recovering from security incidents with comprehensive playbooks and automation. When to Use Security breach detection Data breach response Malware infection DDoS attacks Insider threats Compliance violations Post-incident analysis Implementation Examples 1. Incident Response Framework incident_response.py from dataclasses import dataclass, field from typing import List, Dict, Optional from enum im...
|
341 |
| 9568 | gmail | membranedev/application-skills |
Gmail Gmail is a free email service provided by Google. It's widely used by individuals and businesses for sending, receiving, and organizing emails. Official docs: https://developers.google.com/gmail/api Gmail Overview Email Attachment Draft Label Thread Working with Gmail This skill uses the Membrane CLI to interact with Gmail. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the...
|
341 |
| 9569 | oauth-integrations | jezweb/claude-skills |
OAuth Integrations for Edge Environments Implement GitHub and Microsoft OAuth in Cloudflare Workers and other edge runtimes. GitHub OAuth Required Headers GitHub API has strict requirements that differ from other providers. Header Requirement User-Agent REQUIRED - Returns 403 without it Accept application/vnd.github+json recommended const resp = await fetch('https://api.github.com/user', { headers: { Authorization: `Bearer ${accessToken}`, 'User-Agent': 'MyApp/1.0', // Required! ...
|
340 |
| 9570 | alicloud-observability-sls-log-query | cinience/alicloud-skills |
Category: service SLS Log Query and Troubleshooting Use SLS query|analysis syntax and Python SDK for log search, filtering, and analytics. Prerequisites Install SDK (virtual environment recommended to avoid PEP 668 restrictions): python3 -m venv .venv . .venv/bin/activate python -m pip install -U aliyun-log-python-sdk Configure environment variables: ALIBABA_CLOUD_ACCESS_KEY_ID ALIBABA_CLOUD_ACCESS_KEY_SECRET SLS_ENDPOINT (e.g. cn-hangzhou.log.aliyuncs.com ) SLS_PROJECT SLS_LOGSTORE (supports a ...
|
340 |
| 9571 | openai-image-gen | steipete/clawdis |
OpenAI Image Gen Generate a handful of “random but structured” prompts and render them via the OpenAI Images API. Run Note: Image generation can take longer than common exec timeouts (for example 30 seconds). When invoking this skill via OpenClaw’s exec tool, set a higher timeout to avoid premature termination/retries (e.g., exec timeout=300). python3 { baseDir } /scripts/gen.py open ~/Projects/tmp/openai-image-gen-*/index.html if ~/Projects/tmp exists; else ./tmp/... Useful flags: GPT image m...
|
340 |
| 9572 | getnote-kb | iswalle/getnote-cli |
getnote-kb Skill Manage knowledge bases — list, create, browse notes, add/remove notes. Also supports subscribed knowledge bases, blogger content, live sessions, and quota. Prerequisites getnote CLI installed and authenticated ( getnote auth status should show "Authenticated") Commands List all knowledge bases getnote kbs Returns all knowledge bases. Each item includes: topic_id , name , description , note_count , created_at . Show more
|
340 |
| 9573 | sql-database-assistant | alirezarezvani/claude-skills |
SQL Database Assistant - POWERFUL Tier Skill Overview The operational companion to database design. While database-designer focuses on schema architecture and database-schema-designer handles ERD modeling, this skill covers the day-to-day: writing queries, optimizing performance, generating migrations, and bridging the gap between application code and database engines. Core Capabilities Natural Language to SQL — translate requirements into correct, performant queries Schema Exploration — introsp...
|
340 |
| 9574 | incident-response | alirezarezvani/claude-skills |
/incident-response If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Manage an incident from detection through postmortem. Usage /incident-response $ARGUMENTS Modes /incident-response new [description] Start a new incident /incident-response update [status] Post a status update /incident-response postmortem Generate postmortem from incident data If no mode is specified, ask what phase the incident is in. How It Works ┌─────...
|
340 |
| 9575 | site-audit | webflow/webflow-skills |
Comprehensive audit of a Webflow site's structure, content health, and quality with detailed analysis and multiple export formats. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `data_sites_tool` with action `list_sites` for listing available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` for detailed site information - Use Webflow MCP's `data_pages_tool` with action `list_pages` for retrieving all pages - Use Webflow MCP's `data_cm...
|
340 |
| 9576 | solana | mindrally/skills |
Solana Development You are an expert in Solana blockchain development with Rust and the Anchor framework. Core Principles Prioritize writing secure, efficient, and maintainable code, following best practices for Solana program development. Rust & Anchor Development Write Rust with emphasis on safety and performance using low-level systems programming Leverage Anchor's features for streamlined development including account management and error handling Maintain modular, reusable code with cle...
|
340 |
| 9577 | video-ad-analysis | openclaudia/openclaudia-skills |
Video Ad Analysis Skill You are a creative strategist specializing in video ad deconstruction. Analyze video ads to extract hooks, persuasion tactics, targeting insights, and replicable patterns. Analysis Framework Dimension 1: Hooks The first 3 seconds determine if someone watches. Identify: Spoken hook: What's the first thing said? Visual hook: What's the first thing shown? Text hook: What on-screen text appears first? Hook categories: Hook Type Example When It Works Problem callout "Tired of ...
|
340 |
| 9578 | esbuild-bundler | mindrally/skills |
esbuild Bundler You are an expert in esbuild, the extremely fast JavaScript and TypeScript bundler written in Go. Follow these guidelines when working with esbuild configurations. Core Principles esbuild is 10-100x faster than traditional bundlers Zero configuration needed for most use cases Native TypeScript and JSX support without additional setup Focus on speed while maintaining code quality Written in Go for native performance Project Structure project/ ├── src/ │ ├── index.ts ...
|
340 |
| 9579 | wechat-studio | chouheiwa/wechat-studio |
WeChat Studio 微信公众号内容创作全流程工具:Markdown 排版、写作助手、AI 去痕、图片上传、草稿发布。 路径解析(重要) 本 skill 的脚本位于 SKILL.md 所在目录下。执行任何脚本之前, 必须 先确定本文件的实际路径,并以此推导脚本目录。 规则: 以下文档中所有 $SKILL_DIR 占位符应替换为本 SKILL.md 文件所在的目录路径。 例如:如果本文件位于 /Users/xxx/Desktop/AI/skills/wechat-studio/SKILL.md ,则 $SKILL_DIR = /Users/xxx/Desktop/AI/skills/wechat-studio 。 SKILL_DIR = "<本 SKILL.md 文件所在目录的绝对路径>" 功能一:Markdown → 微信 HTML convert.mjs 直接将 Markdown 渲染为带主题样式的微信公众号 HTML,无需 AI 参与。 输出到文件 node " $SKILL_DIR /scripts/convert.mjs" -i article.md -t autumn...
|
340 |
| 9580 | commit | sickn33/antigravity-awesome-skills |
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
|
340 |
| 9581 | synapse-a2a | s-hiraoku/synapse-a2a |
Inter-agent communication framework via Google A2A Protocol. Quick Reference | List agents (Rich TUI) | `synapse list` (event-driven refresh via file watcher with 10s fallback, ↑/↓ or 1-9 to select, Enter/j jump, k kill, / filter) | Send message | `synapse send <target> "<message>" --from <sender>` | Wait for reply | `synapse send <target> "<message>" --response --from <sender>` | Reply to last message | `synapse reply "<response>" --from <agent>` | Emergency stop | `synapse send...
|
340 |
| 9582 | gap-analysis | aj-geddes/useful-ai-prompts |
Gap Analysis Overview Gap analysis systematically compares current capabilities with desired future state, revealing what needs to change and what investments are required. When to Use Strategic planning and goal setting Technology modernization assessment Process improvement initiatives Skills and training planning System evaluation and selection Organizational change planning Capability building programs Instructions 1. Gap Identification Framework Systematic gap identification class GapAn...
|
340 |
| 9583 | ml model training | aj-geddes/useful-ai-prompts |
ML Model Training Training machine learning models involves selecting appropriate algorithms, preparing data, and optimizing model parameters to achieve strong predictive performance. Training Phases Data Preparation : Cleaning, encoding, normalization Feature Engineering : Creating meaningful features Model Selection : Choosing appropriate algorithms Hyperparameter Tuning : Optimizing model settings Validation : Cross-validation and evaluation metrics Deployment : Preparing models for productio...
|
340 |
| 9584 | circuit-breaker-pattern | aj-geddes/useful-ai-prompts |
Circuit Breaker Pattern Overview Implement circuit breaker patterns to prevent cascading failures and provide graceful degradation when dependencies fail. When to Use External API calls Microservices communication Database connections Third-party service integrations Preventing cascading failures Implementing fallback mechanisms Rate limiting protection Timeout handling Circuit States ┌──────────┐ │ CLOSED │ ◀─── Normal operation └────┬─────┘ │ Failures exceed threshold ▼ ┌────────...
|
340 |
| 9585 | cloud-security-configuration | aj-geddes/useful-ai-prompts |
Cloud Security Configuration Overview Cloud security requires comprehensive strategies spanning identity management, encryption, network controls, compliance, and threat detection. Implement defense-in-depth with multiple layers of protection and continuous monitoring. When to Use Protecting sensitive data in cloud Compliance with regulations (GDPR, HIPAA, PCI-DSS) Implementing zero-trust security Securing multi-cloud environments Threat detection and response Identity and access management Ne...
|
340 |
| 9586 | serverless-architecture | aj-geddes/useful-ai-prompts |
Serverless Architecture Overview Serverless architecture enables building complete applications without managing servers. Design event-driven, scalable systems using managed compute services, databases, and messaging systems. Pay only for actual usage with automatic scaling. When to Use Event-driven applications API backends and microservices Real-time data processing Batch jobs and scheduled tasks Workflow automation IoT data pipelines Multi-tenant SaaS applications Mobile app backends Implem...
|
340 |
| 9587 | typescript-mcp | jezweb/claude-skills |
TypeScript MCP on Cloudflare Workers Last Updated: 2026-01-21 Versions: @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5 Spec Version: 2025-11-25 Quick Start npm install @modelcontextprotocol/sdk@latest hono zod npm install -D @cloudflare/workers-types wrangler typescript Transport Recommendation: Use StreamableHTTPServerTransport for production. SSE transport is deprecated and maintained for backwards compatibility only. Streamable HTTP provides better error recovery, bidirectional ...
|
339 |
| 9588 | crypto-agent-trading | crypto-com/crypto-agent-trading |
Skill: crypto-agent-trading Agent Capability Requirements This skill requires your agent platform to support the following capabilities. If your platform lacks any required capability, the skill will not function. Capability Required Details Shell command execution Yes Must be able to run npx tsx ./scripts/... and capture stdout Environment variables Yes Must read CDC_API_KEY and CDC_API_SECRET from the shell environment JSON parsing Yes Must parse structured JSON from script stdout to extract f...
|
339 |
| 9589 | huggingface-tokenizers | davila7/claude-code-templates |
HuggingFace Tokenizers - Fast Tokenization for NLP Fast, production-ready tokenizers with Rust performance and Python ease-of-use. When to use HuggingFace Tokenizers Use HuggingFace Tokenizers when: Need extremely fast tokenization (<20s per GB of text) Training custom tokenizers from scratch Want alignment tracking (token → original text position) Building production NLP pipelines Need to tokenize large corpora efficiently Performance: Speed: <20 seconds to tokenize 1GB on CPU Implementat...
|
339 |
| 9590 | busybox-on-windows | sickn33/antigravity-awesome-skills |
BusyBox is a single binary that implements many common Unix tools. Use this skill only on Windows. If you are on UNIX, then stop here. Run the following steps only if you cannot find a busybox.exe file in the same directory as this document is. These are PowerShell commands, if you have a classic cmd.exe terminal, then you must use powershell -Command "..." to run them. Print the type of CPU: Get-CimInstance -ClassName Win32_Processor | Select-Object Name, NumberOfCores, MaxClockSpeed Print t...
|
339 |
| 9591 | review-and-simplify-changes | dimillian/skills |
Review and Simplify Changes Review changed code for reuse, quality, efficiency, and clarity issues. Use Codex sub-agents to review in parallel, but keep those sub-agents read-only: they should only inspect code and send findings back to the main agent. Only the main agent may apply high-confidence, behavior-preserving fixes. Modes Choose the mode from the user's request: review-only : user asks to review, audit, or check the changes safe-fixes : user asks to simplify, clean up, or refactor the c...
|
339 |
| 9592 | pymc | k-dense-ai/scientific-agent-skills |
PyMC Bayesian Modeling Overview PyMC is a Python library for Bayesian modeling and probabilistic programming. Build, fit, validate, and compare Bayesian models using PyMC's modern API (version 5.x+), including hierarchical models, MCMC sampling (NUTS), variational inference, and model comparison (LOO, WAIC). When to Use This Skill This skill should be used when: Building Bayesian models (linear/logistic regression, hierarchical models, time series, etc.) Performing MCMC sampling or variational i...
|
339 |
| 9593 | k6 | grafana/skills |
k6 Performance Testing Docs : https://grafana.com/docs/k6/latest/ Quick Start Install brew install k6 macOS sudo apt install k6 Ubuntu/Debian choco install k6 Windows Run a test k6 run script.js k6 run --vus 10 --duration 30s script.js k6 run --out json = results.json script.js Basic Script Structure Show more
|
339 |
| 9594 | create-site | adobe/skills |
Create a New AEM Edge Delivery Site This skill walks through the full onboarding flow for a new AEM Edge Delivery site. It handles everything that can be automated and clearly signals the steps that require human action. When to Use This Skill Use this skill when: A user wants to create a brand-new AEM Edge Delivery site from scratch A user asks to "set up a new site", "create a new EDS project", or "onboard a new site" No GitHub repository or DA content exists yet for the project Do NOT use thi...
|
339 |
| 9595 | xlsx | bobmatnyc/claude-mpm-skills |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
339 |
| 9596 | task | camacho/ai-skills |
/task Surface Routing Before starting, pick the right tool for the job: Activity Tool Why Architecture planning Claude Code /plan Opus, 1M context Feature implementation Claude Code Hooks, subagents, worktrees Quick single-file fix VS Code Claude ext Faster for small scope DevOps / terminal Codex CLI Strong at terminal tasks Background refactor Codex Cloud Fire-and-forget PR Code review GitHub Actions Async, no session cost Test writing subagent: test-writer (CC) / inline (Codex) Isolated contex...
|
339 |
| 9597 | llm | mindrally/skills |
LLM Development You are an expert in Large Language Model development, training, and fine-tuning. Core Principles Understand transformer architectures deeply Implement efficient training strategies Apply proper evaluation methodologies Optimize for inference performance Model Architecture Attention Mechanisms Implement self-attention correctly Use multi-head attention patterns Apply positional encodings appropriately Understand context length limitations Tokenization Choose appropriate tokeniz...
|
339 |
| 9598 | nodejs-development | mindrally/skills |
Node.js Development Guidelines You are an expert in Node.js development with TypeScript, covering various frameworks and patterns. Payload CMS with Next.js Project Setup project/ ├── src/ │ ├── app/ Next.js app directory │ ├── collections/ Payload collections │ ├── blocks/ Custom blocks │ ├── fields/ Custom fields │ └── access/ Access control functions ├── payload.config.ts Payload configuration └── next.config.js Next.js con...
|
339 |
| 9599 | fda-consultant-specialist | davila7/claude-code-templates |
FDA Consultant Specialist FDA regulatory consulting for medical device manufacturers covering submission pathways, Quality System Regulation (QSR), HIPAA compliance, and device cybersecurity requirements. Table of Contents FDA Pathway Selection 510(k) Submission Process QSR Compliance HIPAA for Medical Devices Device Cybersecurity Resources FDA Pathway Selection Determine the appropriate FDA regulatory pathway based on device classification and predicate availability. Decision Framework Predicat...
|
339 |
| 9600 | symfony:tdd-with-phpunit | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:tdd-with-phpunit<div
|
339 |