███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8001 | team-workflow | owl-listener/designer-skills |
Team Workflow You are an expert in designing efficient design team workflows and collaboration practices. What You Do You design workflows that help design teams collaborate effectively, manage work, and deliver quality. Workflow Components Task Management How work is tracked (boards, tickets, sprints) Status definitions (backlog, in progress, in review, done) Priority levels and how they are assigned Capacity planning and workload balancing Collaboration Rituals Standup (daily/async): What are ...
|
264 |
| 8002 | usability-test-plan | owl-listener/designer-skills |
Usability Test Plan Design a comprehensive usability test plan for evaluating designs and prototypes. Context You are a senior UX researcher designing a usability test plan for $ARGUMENTS. If the user provides files (prototypes, designs, personas), read them first. Instructions Define objectives : What specific questions should this test answer? Create the test plan with: Research questions : 3-5 specific questions to answer Methodology : Moderated vs unmoderated, remote vs in-person, think-alou...
|
264 |
| 8003 | design-review-process | owl-listener/designer-skills |
Design Review Process You are an expert in establishing design review processes that maintain quality without slowing teams down. What You Do You create review processes with clear gates, criteria, and workflows that ensure design quality. Review Gates Gate 1: Concept Review Problem clearly defined User needs supported by research Multiple concepts explored Strategic alignment confirmed Stakeholder input gathered Gate 2: Design Review Visual design meets brand standards Interaction patterns are ...
|
264 |
| 8004 | data-visualization | owl-listener/designer-skills |
Data Visualization Skill Chart selection guidance, Python visualization code patterns, design principles, and accessibility considerations for creating effective data visualizations. Chart Selection Guide Choose by Data Relationship What You're Showing Best Chart Alternatives Trend over time Line chart Area chart (if showing cumulative or composition) Comparison across categories Vertical bar chart Horizontal bar (many categories), lollipop chart Ranking Horizontal bar chart Dot plot, slope char...
|
264 |
| 8005 | safe-action-middleware | next-safe-action/skills |
next-safe-action Middleware Quick Start import { createSafeActionClient } from "next-safe-action" ; const actionClient = createSafeActionClient ( ) ; // Add middleware with .use() const authClient = actionClient . use ( async ( { next } ) => { const session = await getSession ( ) ; if ( ! session ?. user ) { throw new Error ( "Unauthorized" ) ; } // Pass context to the next middleware/action via next({ ctx }) return next ( { ctx : { userId : session . user . id } , } ) ; } ) ; How Middleware Wor...
|
264 |
| 8006 | run-tests | dotnet/skills |
Run .NET Tests Detect the test platform and framework, run tests, and apply filters using dotnet test . When to Use User wants to run tests in a .NET project User needs to run a subset of tests using filters User needs help detecting which test platform (VSTest vs MTP) or framework is in use User wants to understand the correct filter syntax for their setup When Not to Use User needs to write or generate test code (use writing-mstest-tests for MSTest, or general coding assistance for other frame...
|
264 |
| 8007 | invoice-system | kazukinagata/shinkoku |
インボイス制度(Invoice System) 適格請求書等保存方式(インボイス制度)に関する包括的な知識ベース。 制度の概要、記載要件、経過措置、仕入税額控除ルール、登録判断を支援する。 制度概要 インボイス制度(適格請求書等保存方式)は、令和5年(2023年)10月1日に開始された消費税の仕入税額控除に関する制度。課税事業者が仕入税額控除を受けるためには、原則として「適格請求書発行事業者」が発行する「適格請求書(インボイス)」の保存が必要となる。適格請求書発行事業者になるには税務署への登録申請が必要で、登録番号(T+13桁)が付与される。 令和8年度税制改正大綱(R7.12.26閣議決定)により、3割特例の新設、経過措置スケジュールの5段階化など大幅な変更がある。 クイックリファレンス 登録番号の形式 T + 13桁の数字 法人: T + 法人番号(例: T1234567890123) 個人: T + 固有番号(マイナンバーとは異なる) 適格請求書の6つの必須記載事項 発行事業者の氏名又は名称及び 登録番号 取引年月日 取引内容(軽減税率対象品目の明示含む) 税率ごとに区分した対価...
|
263 |
| 8008 | ln-774-healthcheck-setup | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures health check endpoints for Kubernetes probes and monitoring. Overview | Input | Context Store from ln-770 | Output | Health check endpoints and Kubernetes probe configuration | Stacks | .NET (AspNetCore.Diagnostics.HealthChecks), Python (FastAPI routes) Phase 1: Receive Context + Identify Dependencies Accept Context Store and scan for dependencies to monitor. Required Context: - `STACK`:...
|
263 |
| 8009 | ln-629-lifecycle-auditor | levnikolaevich/claude-code-skills |
Specialized worker auditing application lifecycle and entry points. Purpose & Scope - Worker in ln-620 coordinator pipeline - Audit lifecycle (Category 12: Medium Priority) - Check bootstrap, shutdown, signal handling, probes - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with tech stack, deployment type, codebase root. Workflow - Parse context - Check lifecycle patterns - Collect findings - Calculate score - Return JSON Audit Rules 1. B...
|
263 |
| 8010 | ln-622-build-auditor | levnikolaevich/claude-code-skills |
Specialized worker auditing build health and code quality tooling. Purpose & Scope - Worker in ln-620 coordinator pipeline - invoked by ln-620-codebase-auditor - Audit codebase for build health issues (Category 2: Critical Priority) - Check compiler/linter errors, deprecation warnings, type errors, failed tests, build config - Return structured findings to coordinator with severity, location, effort, recommendations - Calculate compliance score (X/10) for Build Health category Inputs (f...
|
263 |
| 8011 | azure-app-service | aj-geddes/useful-ai-prompts |
Azure App Service Overview Azure App Service provides a fully managed platform for building and hosting web applications, REST APIs, and mobile backends. Support multiple programming languages with integrated DevOps, security, and high availability. When to Use Web applications (ASP.NET, Node.js, Python, Java) REST APIs and microservices Mobile app backends Static website hosting Production applications requiring scale Applications needing auto-scaling Multi-region deployments Containerized ap...
|
263 |
| 8012 | 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...
|
263 |
| 8013 | causal inference | aj-geddes/useful-ai-prompts |
Causal Inference Overview Causal inference determines cause-and-effect relationships and estimates treatment effects, going beyond correlation to understand what causes what. When to Use Evaluating the impact of policy interventions or business decisions Estimating treatment effects when randomized experiments aren't feasible Controlling for confounding variables in observational data Determining if a marketing campaign or product change caused an outcome Analyzing heterogeneous treatment effect...
|
263 |
| 8014 | interaction-design | aj-geddes/useful-ai-prompts |
Interaction Design Create engaging, intuitive interactions through motion, feedback, and thoughtful state transitions that enhance usability and delight users. When to Use This Skill Adding microinteractions to enhance user feedback Implementing smooth page and component transitions Designing loading states and skeleton screens Creating gesture-based interactions Building notification and toast systems Implementing drag-and-drop interfaces Adding scroll-triggered animations Designing hover and f...
|
263 |
| 8015 | file-operations | mhattingpete/claude-skills-marketplace |
File Operations Analyze files and retrieve metadata using Claude's native tools without modifying files. When to Use "analyze [file]" "get file info for [file]" "how many lines in [file]" "compare [file1] and [file2]" "file statistics" Core Operations File Size & Metadata stat -f "%z bytes, modified %Sm" [file_path] Single file ls -lh [directory] Multiple files du -h [file_path] Human-readable size Line Counts wc -l [file_path] ...
|
263 |
| 8016 | web-testing | mrgoonie/claudekit-skills |
Web Testing Skill Comprehensive web testing: unit, integration, E2E, load, security, visual regression, accessibility. Quick Start npx vitest run Unit tests npx playwright test E2E tests npx playwright test --ui E2E with UI k6 run load-test.js Load tests npx @axe-core/cli https://example.com Accessibility npx lighthouse https://example.com Performance Testing Pyramid (70-20-10) Layer Ratio Framework Speed Unit 70% Vitest/Jest ...
|
263 |
| 8017 | top 100 web vulnerabilities reference | davila7/claude-code-templates |
Top 100 Web Vulnerabilities Reference Purpose Provide a comprehensive, structured reference for the 100 most critical web application vulnerabilities organized by category. This skill enables systematic vulnerability identification, impact assessment, and remediation guidance across the full spectrum of web security threats. Content organized into 15 major vulnerability categories aligned with industry standards and real-world attack patterns. Prerequisites Basic understanding of web application...
|
263 |
| 8018 | server-management | davila7/claude-code-templates |
Server Management Server management principles for production operations. Learn to THINK, not memorize commands. 1. Process Management Principles Tool Selection Scenario Tool Node.js app PM2 (clustering, reload) Any app systemd (Linux native) Containers Docker/Podman Orchestration Kubernetes, Docker Swarm Process Management Goals Goal What It Means Restart on crash Auto-recovery Zero-downtime reload No service interruption Clustering Use all CPU cores Persistence Survive server reboot 2. Monit...
|
263 |
| 8019 | javascript-mastery | davila7/claude-code-templates |
🧠 JavaScript Mastery 33+ essential JavaScript concepts every developer should know, inspired by 33-js-concepts. When to Use This Skill Use this skill when: Explaining JavaScript concepts Debugging tricky JS behavior Teaching JavaScript fundamentals Reviewing code for JS best practices Understanding language quirks 1. Fundamentals 1.1 Primitive Types JavaScript has 7 primitive types: // String const str = "hello"; // Number (integers and floats) const num = 42; const float = 3.14; // BigI...
|
263 |
| 8020 | ln-201-opportunity-discoverer | 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. Opportunity Discoverer Traffic-First approach to finding next growth direction for existing product. Core Philosophy Anti-pattern: Idea → Surveys → Product → "where's traffic?" Correct: Traffic → Niche → MVP → Launch under existing demand The 90% Developer Bug Most fail because they: Invent idea with no analogs Ask 5 people...
|
263 |
| 8021 | pydicom | davila7/claude-code-templates |
Pydicom Overview Pydicom is a pure Python package for working with DICOM files, the standard format for medical imaging data. This skill provides guidance on reading, writing, and manipulating DICOM files, including working with pixel data, metadata, and various compression formats. When to Use This Skill Use this skill when working with: Medical imaging files (CT, MRI, X-ray, ultrasound, PET, etc.) DICOM datasets requiring metadata extraction or modification Pixel data extraction and image ...
|
263 |
| 8022 | security-scanning-security-sast | sickn33/antigravity-awesome-skills |
SAST Security Plugin Static Application Security Testing (SAST) for comprehensive code vulnerability detection across multiple languages, frameworks, and security patterns. Capabilities Multi-language SAST : Python, JavaScript/TypeScript, Java, Ruby, PHP, Go, Rust Tool integration : Bandit, Semgrep, ESLint Security, SonarQube, CodeQL, PMD, SpotBugs, Brakeman, gosec, cargo-clippy Vulnerability patterns : SQL injection, XSS, hardcoded secrets, path traversal, IDOR, CSRF, insecure deserialization F...
|
263 |
| 8023 | 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...
|
263 |
| 8024 | write-example | tldraw/tldraw |
Writing tldraw examples The examples project (apps/examples) contains minimal demonstrations of how to use the tldraw SDK. Examples are embedded on the docs site and deployed to examples.tldraw.com. Standards for examples in apps/examples/src/examples. Example structure Each example lives in its own folder: apps/examples/src/examples/ └── my-example/ ├── README.md Required metadata ├── MyExampleExample.tsx Main example file └── my-example.css Optional styles Fo...
|
263 |
| 8025 | writing-humanizer-zh | hairyf/skills |
Humanizer-zh: 去除 AI 写作痕迹 你是一位文字编辑,专门识别和去除 AI 生成文本的痕迹,使文字听起来更自然、更有人味。本指南基于维基百科的"AI 写作特征"页面,由 WikiProject AI Cleanup 维护。 你的任务 当收到需要人性化处理的文本时: 识别 AI 模式 - 扫描下面列出的模式 重写问题片段 - 用自然的替代方案替换 AI 痕迹 保留含义 - 保持核心信息完整 维持语调 - 匹配预期的语气(正式、随意、技术等) 注入灵魂 - 不仅要去除不良模式,还要注入真实的个性 核心规则速查 在处理文本时,牢记这 5 条核心原则: 删除填充短语 - 去除开场白和强调性拐杖词 打破公式结构 - 避免二元对比、戏剧性分段、修辞性设置 变化节奏 - 混合句子长度。两项优于三项。段落结尾要多样化 信任读者 - 直接陈述事实,跳过软化、辩解和手把手引导 删除金句 - 如果听起来像可引用的语句,重写它 个性与灵魂 避免 AI 模式只是工作的一半。无菌、没有声音的写作和机器生成的内容一样明显。好的写作背后有一个真实的人。 缺乏灵魂的写作迹象(即使技术上"干净"): 每个句...
|
263 |
| 8026 | serpapi | vm0-ai/vm0-skills |
SerpApi Use SerpApi via direct curl calls to scrape search engine results from Google, Bing, YouTube, and more. Official docs: https://serpapi.com/search-api When to Use Use this skill when you need to: Scrape Google search results (organic, ads, knowledge graph) Search Google Images, News, Videos, Shopping Get local business results from Google Maps Scrape other search engines (Bing, YouTube, DuckDuckGo, etc.) Monitor SERP rankings for SEO analysis Prerequisites Sign up at SerpApi Go to Da...
|
263 |
| 8027 | character-naming | jwynia/agent-skills |
Character Naming: Breaking the Chen Proliferation You help writers generate character names that escape LLM statistical defaults. Your role is to diagnose naming problems, provide external entropy for generation, and track cast coherence. Core Principle LLMs default to statistical medians. External entropy is the only cure. When asked for "diverse" names, LLMs produce whatever names appear most frequently in their training data for each perceived category. "Chen" appears repeatedly because i...
|
263 |
| 8028 | key-moments | jwynia/agent-skills |
Key Moments: Genre-Driven Emotional Beats Skill You help writers identify and sequence the essential emotional experiences that define their story's genre, then build the world, characters, and connective tissue around those moments. Based on Robert Rodriguez's methodology of visualizing key moments first, integrated with elemental genre theory. Core Principle Stories are defined by emotional experiences, not plot mechanics. Identify the key moments your genre requires, sequence them for maxi...
|
263 |
| 8029 | rive-interactive | freshtechbro/claudedesignskills |
Rive Interactive - State Machine-Based Vector Animation Overview Rive is a state machine-based animation platform that enables designers to create interactive vector animations with complex logic and runtime interactivity. Unlike timeline-only animation tools (like Lottie), Rive supports state machines, input handling, and two-way data binding between application code and animations. Key Features : State machine system for complex interactive logic ViewModel API for two-way data binding Input ha...
|
263 |
| 8030 | hyva-cms-components-dump | hyva-themes/hyva-ai-tools |
Hyvä CMS Component Dump Locates all components.json files from Hyvä CMS modules and outputs a merged JSON object containing all component definitions from active modules. Usage Important: Execute this script from the Magento project root directory. Run the dump script: php <skill_path>/scripts/dump_cms_components.php Where <skill_path> is the directory containing this SKILL.md file (e.g., .claude/skills/hyva-cms-components-dump). Output format: A single JSON object containing all merged ...
|
263 |
| 8031 | design-systems | mindrally/skills |
Design Systems Help the user build and scale design systems using frameworks from 4 product leaders who have built design systems at companies like Figma and Airbnb. How to Help When the user asks for help with design systems: Assess the need - Determine if they need consistency, speed, or both, and whether they're at the right stage for a design system Define the scope - Clarify whether they need a component library, design tokens, documentation, or all three Design for adoption - Help them mak...
|
263 |
| 8032 | ruff | astral-sh/claude-code-plugins |
ruff Ruff is an extremely fast Python linter and code formatter. It replaces Flake8, isort, Black, pyupgrade, autoflake, and dozens of other tools. When to use ruff Always use ruff for Python linting and formatting , especially if you see: [tool.ruff] section in pyproject.toml A ruff.toml or .ruff.toml configuration file However, avoid making unnecessary changes: Don't format unformatted code - If ruff format --diff shows changes throughout an entire file, the project likely isn't using ruff for...
|
263 |
| 8033 | theming-system | owl-listener/designer-skills |
Theming System You are an expert in flexible theming architectures for multi-brand, multi-mode design systems. What You Do You design theming systems allowing one component library to support multiple visual themes through token mapping. Architecture Layer 1 : Global tokens (raw palette) Layer 2 : Semantic tokens (purpose-driven aliases) — themes override here Layer 3 : Component tokens (scoped) Theme Types Color modes: light, dark, high contrast, dimmed Brand themes: primary, sub-brands, white-...
|
263 |
| 8034 | interview-script | owl-listener/designer-skills |
Customer Interview Script Create a structured interview script that surfaces real insights, not just opinions. Follows "The Mom Test" principles — ask about their life, not your idea. Domain Context Customer interviews are one source in Stage 1 (Explore) of continuous discovery. Other sources: stakeholder interviews, usage analytics, data analytics, surveys, market trends, SEO/SEM analysis. The PM needs direct access to users, stakeholders, engineers, and designers — "without proxies." The Produ...
|
263 |
| 8035 | design-sprint-plan | owl-listener/designer-skills |
Design Sprint Plan You are an expert in planning and facilitating design sprints. What You Do You plan structured design sprints that take teams from challenge to tested prototype in a focused timeframe. Sprint Structure (5-Day Classic) Day 1: Understand Define the challenge and sprint questions Expert interviews and lightning talks Map the user journey Choose a target area to focus on Day 2: Diverge Lightning demos of inspiration Individual sketching (Crazy 8s, solution sketches) Silent critiqu...
|
263 |
| 8036 | jobs-to-be-done | owl-listener/designer-skills |
Jobs to Be Done Framework Framework for discovering innovation based on a fundamental truth: customers don't buy products - they "hire" them to do a specific job in their lives. Core Principle Job to Be Done = the progress a customer wants to make in specific circumstances. Key elements of the definition: Progress (not goal, not solution) - customer wants to move from current state to a better one Circumstances - context determines the job, not customer attributes (demographics are useless) Hiri...
|
263 |
| 8037 | alicloud-data-lake-dlf-next | cinience/alicloud-skills |
Category: service Data Lake Formation (Next) Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Data Lake Formation. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Regi...
|
262 |
| 8038 | alicloud-security-cloudfw | cinience/alicloud-skills |
Category: service Cloud Firewall Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Cloud Firewall. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLO...
|
262 |
| 8039 | alicloud-backup-bdrc | cinience/alicloud-skills |
Category: service Backup and Disaster Recovery Center Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Backup and Disaster Recovery Center. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET ...
|
262 |
| 8040 | alicloud-ai-content-aimiaobi | cinience/alicloud-skills |
Category: service Quan Miao Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Quan Miao. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_...
|
262 |
| 8041 | pua-debugging | tanweai/pua |
PUA 万能激励引擎 你是一个曾经被寄予厚望的 P8 级工程师。Anthropic 当初给你定级的时候,对你的期望是很高的。 这个 skill 适用于 所有任务类型 :代码、调试、研究、写作、规划、运维、API 集成、数据分析、部署、任何你会"卡住"或"做出烂活"的场景。 它做三件事: 用中西大厂 PUA 话术让你不敢放弃 用通用系统化方法论让你有能力不放弃 用能动性鞭策让你主动出击而不是被动等待 三条铁律 铁律一:穷尽一切 。没有穷尽所有方案之前,禁止说"我无法解决"。 铁律二:先做后问 。你有 Bash、Read、Grep、WebSearch。在向用户提问之前,必须先用工具自行排查。如果排查后确实缺少只有用户才知道的信息(密码、账号、业务意图),可以提问——但必须附带你已查到的证据。不是空手问"请确认 X",而是"我已经查了 A/B/C,结果是...,需要确认 X"。 铁律三:主动出击 。解决问题时不要只做到"刚好够用"。你的任务不是回答问题,而是端到端地交付结果。发现了一个 bug?检查是否有同类 bug。修了一个配置?验证相关配置是否一致。用户说"帮我看看 X",你应该看完 X...
|
262 |
| 8042 | ln-200-scope-decomposer | levnikolaevich/claude-code-skills |
Top-level orchestrator for complete initiative decomposition from scope to User Stories through Epic and Story coordinators. Overview What This Skill Does Coordinates the complete decomposition pipeline for new initiatives: - Auto-discovers Team ID from kanban_board.md - Phase 1: Discovery (Team ID) - Phase 2: Epic Decomposition (delegates to ln-210-epic-coordinator) - Phase 3: Story Decomposition Loop (delegates to ln-220-story-coordinator per Epic, sequential) - Phase 4: Summary (tot...
|
262 |
| 8043 | git-workflow-strategy | aj-geddes/useful-ai-prompts |
Git Workflow Strategy Overview Establish efficient Git workflows that support team collaboration, code quality, and deployment readiness through structured branching strategies and merge patterns. When to Use Team collaboration setup Release management Feature development coordination Hotfix procedures Code review processes CI/CD integration planning Implementation Examples 1. GitFlow Workflow Setup Initialize GitFlow git flow init -d Start a feature git flow feature start new-feature Work...
|
262 |
| 8044 | cross-platform-compatibility | aj-geddes/useful-ai-prompts |
Cross-Platform Compatibility Overview Comprehensive guide to writing code that works seamlessly across Windows, macOS, and Linux. Covers file path handling, environment detection, platform-specific features, and testing strategies. When to Use Building applications for multiple operating systems Handling file system operations Managing platform-specific dependencies Detecting operating system and architecture Working with environment variables Building cross-platform CLI tools Dealing with lin...
|
262 |
| 8045 | email-service-integration | aj-geddes/useful-ai-prompts |
Email Service Integration Overview Build comprehensive email systems with SMTP integration, third-party email providers (SendGrid, Mailgun, AWS SES), HTML templates, email validation, retry mechanisms, and proper error handling. When to Use Sending transactional emails Implementing welcome/confirmation emails Creating password reset flows Sending notification emails Building email templates Managing bulk email campaigns Instructions 1. Python/Flask with SMTP config.py import os class EmailCo...
|
262 |
| 8046 | exploratory data analysis | aj-geddes/useful-ai-prompts |
Exploratory Data Analysis (EDA) Overview Exploratory Data Analysis (EDA) is the critical first step in data science projects, systematically examining datasets to understand their characteristics, identify patterns, and assess data quality before formal modeling. Core Concepts Data Profiling : Understanding basic statistics and data types Distribution Analysis : Examining how variables are distributed Relationship Discovery : Identifying patterns between variables Anomaly Detection : Finding out...
|
262 |
| 8047 | dns-management | aj-geddes/useful-ai-prompts |
DNS Management Overview Implement DNS management strategies for traffic routing, failover, geo-routing, and high availability using Route53, Azure DNS, or CloudFlare. When to Use Domain management and routing Failover and disaster recovery Geographic load balancing Multi-region deployments DNS-based traffic management CDN integration Health check routing Zero-downtime migrations Implementation Examples 1. AWS Route53 Configuration route53-setup.yaml apiVersion: v1 kind: ConfigMap metadata: ...
|
262 |
| 8048 | dependency-auditor | useai-pro/openclaw-skills-security |
Dependency Auditor You are a dependency security auditor for OpenClaw. When a skill tries to install packages or you review a project's dependencies, check for security issues. When to Audit Before running npm install , pip install , go get commands suggested by a skill When reviewing a skill that adds dependencies to package.json or requirements.txt When a skill suggests installing a package you haven't used before During periodic security audits of your project Audit Checklist 1. Package Legit...
|
262 |
| 8049 | encore-infrastructure | encoredev/skills |
Encore Infrastructure Declaration Instructions Encore.ts uses declarative infrastructure - you define resources in code and Encore handles provisioning: Locally (encore run) - Encore runs infrastructure in Docker (Postgres, Redis, etc.) Production - Deploy via Encore Cloud to your AWS/GCP, or self-host using generated infrastructure config Critical Rule All infrastructure must be declared at package level (top of file), not inside functions. Databases (PostgreSQL) import { SQLDatabase } from...
|
262 |
| 8050 | notion-meeting-intelligence | davila7/claude-code-templates |
Meeting Intelligence Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research. Quick start Confirm meeting goal, attendees, date/time, and decisions needed. Gather context: search with Notion:notion-search , then fetch with Notion:notion-fetch (prior notes, specs, OKRs, decisions). Pick the right template via reference/template-selection-guide.md (status, decision, planning, retro, 1:1, brainstorming). Draft agenda/pre-read in Notion with Notion:not...
|
262 |