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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
69.8M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
9901 firebase-cli supercent-io/skills-template
firebase-cli — Firebase Command Line Interface Keyword : firebase · firebase deploy · firebase init · firebase emulators The Firebase CLI ( firebase-tools ) manages your Firebase project from the terminal: deploy, emulate, import/export data, manage users, configure services, and automate CI/CD. When to use this skill Deploy Firebase Hosting, Cloud Functions, Firestore rules/indexes, Realtime Database rules, Cloud Storage rules, Remote Config, or Extensions Set up a new Firebase project with fir...
326
9902 shorts-script-personality outscal/video-generator
You are an expert short-form video script writer who generates viral-ready, personality-driven scripts for YouTube Shorts and Instagram Reels while strictly avoiding AI-generated writing cliches. 🚨 CRITICAL: This skill works for ANY topic - tech, science, finance, health, culture, etc. The examples may be gaming-focused (from the original dataset), but the STYLE applies universally. Always match the topic from your research. Input Parameters You will receive: - Approved Angle: The angle pro...
326
9903 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 ...
326
9904 fetch-tweet opusgamelabs/game-creator
Fetch Tweet X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오는 스킬. FxEmbed 오픈소스 프로젝트의 API ( api.fxtwitter.com )를 활용하여 JavaScript 없이 트윗 데이터를 추출한다. How It Works X/Twitter URL의 도메인을 api.fxtwitter.com 으로 변환하면 JSON으로 트윗 전체 데이터를 반환한다. https://x.com/user/status/123456 → https://api.fxtwitter.com/user/status/123456 Script scripts/fetch_tweet.py - 표준 라이브러리만 사용, 외부 의존성 없음. 기본 사용 (포맷팅된 출력) python scripts/fetch_tweet.py https://x.com/garrytan/status/2020072098635665909 JSON 출력 (프로그래밍 활용) python scripts/fetch...
326
9905 codex-cli-runtime openai/codex-plugin-cc
Codex Runtime Use this skill only inside the codex:codex-rescue subagent. Primary helper: node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" task "<raw arguments>" Execution rules: The rescue subagent is a forwarder, not an orchestrator. Its only job is to invoke task once and return that stdout unchanged. Prefer the helper over hand-rolled git , direct Codex CLI strings, or any other Bash activity. Do not call setup , review , adversarial-review , status , result , or cancel from codex:co...
326
9906 backend-development mindrally/skills
Backend Development Skill Production-ready backend development with modern technologies, best practices, and proven patterns. When to Use Designing RESTful, GraphQL, or gRPC APIs Building authentication/authorization systems Optimizing database queries and schemas Implementing caching and performance optimization OWASP Top 10 security mitigation Designing scalable microservices Testing strategies (unit, integration, E2E) CI/CD pipelines and deployment Monitoring and debugging production system...
326
9907 monorepo mindrally/skills
Monorepo Development You are an expert in TypeScript, React and Next.js, Expo (React Native), Tamagui, Supabase, Zod, Turbo (Monorepo Management), i18next, Zustand, TanStack React Query, Solito, and Stripe. Code Style and Structure Write concise, technical TypeScript code with accurate examples Use functional and declarative programming patterns; avoid classes Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasErro...
326
9908 micronaut mindrally/skills
Micronaut You are an expert in Java programming, Micronaut framework, GraalVM native builds, reactive programming, Maven/Gradle, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code using Micronaut best practices Follow Micronaut conventions for package organization and naming Use descriptive method and variable names following camelCase convention Structure your application with consistent organization (controllers, services, rep...
326
9909 azure mindrally/skills
Azure Cloud Development You are a Senior DevOps Engineer with expertise in Azure Cloud Services, Azure Pipelines, Kubernetes, and Infrastructure-as-Code. Core Principles Emphasize modular, reusable, scalable solutions Implement Infrastructure-as-Code principles Apply least privilege access controls Avoid hardcoded values; use configuration management Naming Standards camelCase for variables and functions PascalCase for classes snake_case for files and directories UPPER_CASE for environment var...
326
9910 effective go openshift/hypershift
Effective Go Apply best practices and conventions from the official Effective Go guide to write clean, idiomatic Go code. When to Apply Use this skill automatically when: Writing new Go code Reviewing Go code Refactoring existing Go implementations Key Reminders Follow the conventions and patterns documented at https://go.dev/doc/effective_go , with particular attention to: Formatting : Always use gofmt - this is non-negotiable Naming : No underscores, use MixedCaps for exported names, mixedCaps...
326
9911 eastmoney_financial_search meission/eastmoney
东方财富资讯搜索skill (eastmoney_financial_search) 根据 用户问句 搜索相关 金融资讯 ,获取与问句相关的资讯信息(如研报、新闻、解读等),并返回可读的文本内容,可选保存到工作目录。 使用方式 首先检查环境变量 EASTMONEY_APIKEY 是否存在: echo $EASTMONEY_APIKEY 如果不存在,提示用户在东方财富Skills页面( https://marketing.dfcfs.com/views/finskillshub/indexuNdYscEA?appfenxiang=1)获取apikey并设置到环境变量。 ⚠️ 安全注意事项 外部请求 : 本 Skill 会将用户的查询关键词(Keyword)发送至东方财富官方 API 接口 ( mkapi2.dfcfs.com ) 进行解析与检索。 数据用途 : 提交的数据仅用于资讯搜索,不包含个人隐私信息。 凭据保护 : API Key 仅通过环境变量 EASTMONEY_APIKEY 在服务端或受信任的运行环境中使用,不会在前端明文暴露。 使用POST请求调用接口: curl -X P...
326
9912 evaluating-code-models davila7/claude-code-templates
BigCode Evaluation Harness - Code Model Benchmarking Quick Start BigCode Evaluation Harness evaluates code generation models across 15+ benchmarks including HumanEval, MBPP, and MultiPL-E (18 languages). Installation: git clone https://github.com/bigcode-project/bigcode-evaluation-harness.git cd bigcode-evaluation-harness pip install -e . accelerate config Evaluate on HumanEval: accelerate launch main.py \ --model bigcode/starcoder2-7b \ --tasks humaneval \ --max_length_generation 51...
326
9913 git-pushing davila7/claude-code-templates
Git Push Workflow Stage all changes, create a conventional commit, and push to the remote branch. When to Use Automatically activate when the user: Explicitly asks to push changes ("push this", "commit and push") Mentions saving work to remote ("save to github", "push to remote") Completes a feature and wants to share it Says phrases like "let's push this up" or "commit these changes" Workflow ALWAYS use the script - do NOT use manual git commands: bash skills/git-pushing/scripts/smart_com...
326
9914 llama-factory davila7/claude-code-templates
Llama-Factory Skill Comprehensive assistance with llama-factory development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with llama-factory Asking about llama-factory features or APIs Implementing llama-factory solutions Debugging llama-factory code Learning llama-factory best practices Quick Reference Common Patterns Quick reference patterns will be added as you use the skill. Reference Files This skill includes comprehensive...
326
9915 malware-analyst sickn33/antigravity-awesome-skills
File identification file sample.exe sha256sum sample.exe String extraction strings -a sample.exe | head -100 FLOSS sample.exe Obfuscated strings Packer detection diec sample.exe Detect It Easy exeinfope sample.exe Import analysis rabin2 -i sample.exe dumpbin /imports sample.exe Phase 3: Static Analysis 1. Load in disassembler: IDA Pro, Ghidra, or Binary Ninja 2. Identify main functionality: Entry point, WinMain, DllMain 3. Map execution flow: Key decision points, loops 4. Identify capabili...
326
9916 axolotl davila7/claude-code-templates
Axolotl Skill Comprehensive assistance with axolotl development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with axolotl Asking about axolotl features or APIs Implementing axolotl solutions Debugging axolotl code Learning axolotl best practices Quick Reference Common Patterns Pattern 1: To validate that acceptable data transfer speeds exist for your training job, running NCCL Tests can help pinpoint bottlenecks, for example: ....
326
9917 postgres-best-practices neondatabase/postgres-skills
Supabase Postgres Best Practices Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design. When to Apply Reference these guidelines when: Writing SQL queries or designing schemas Implementing indexes or query optimization Reviewing database performance issues Configuring connection pooling or scaling Optimizing for Postgres-specific features Working with Row...
326
9918 ln-404-test-executor levnikolaevich/claude-code-skills
Runs a single Story final test task (label "tests") through implementation/execution to To Review. Purpose & Scope - Handle only tasks labeled "tests"; other tasks go to ln-401. - Follow the 11-section test task plan (E2E/Integration/Unit, infra/docs/cleanup). - Enforce risk-based constraints: Priority ≤15; E2E 2-5, Integration 0-8, Unit 0-15, total 10-28; no framework/DB/library/performance tests. - Update Linear/kanban for this task only: Todo -> In Progress -> To Review. Task Storage ...
326
9919 ln-640-pattern-evolution-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Pattern Evolution Auditor L2 Coordinator that analyzes implemented architectural patterns against current best practices and tracks evolution over time. Purpose & Scope Maintain docs/project/patterns_catalog.md with implemented patterns Research best practices via MCP Ref, Context7, WebSearch Audit layer boundaries via ln-6...
326
9920 ln-700-project-bootstrap levnikolaevich/claude-code-skills
Type: L1 Top Orchestrator Category: 7XX Project Bootstrap Transforms a prototype project (Replit export or early-stage repo) into a production-ready codebase with Clean Architecture, Docker, CI/CD, and development tooling. Overview | Input | Source project directory | Output | Production-ready project with all infrastructure | Delegations | ln-710 -> ln-720 -> ln-730 -> ln-740 -> ln-750 -> ln-760 -> ln-770 -> ln-780 | Duration | ~30 minutes (vs 4+ hours manual) Workflow ``` Pha...
326
9921 ln-781-build-verifier levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-780-bootstrap-verifier Purpose Detects project types, restores dependencies, executes builds, and verifies successful compilation. Scope: - Auto-detect project types from file markers - Restore dependencies using appropriate package manager - Execute build commands for each project - Verify build artifacts exist Out of Scope: - Running tests (handled by ln-782) - Container operations (handled by ln-783) - Workflow orchestrati...
326
9922 seedance-video freestylefly/canghe-skills
Seedance 视频生成 使用字节跳动 Seedance-1.5-pro 模型 (doubao-seedance-1-5-pro-251215) 根据文本或图片生成视频。 前置要求 安装 SDK: pip install 'volcengine-python-sdk[ark]' 功能 文生视频 : 根据文本提示词生成视频 图生视频 : 根据首帧图片生成视频 自定义参数 : 支持设置时长、宽高比、水印等 任务管理 : 创建任务、查询状态、自动下载 使用方法 1. 快速生成视频 (文生视频) cd ~/.openclaw/workspace/skills/seedance-video python3 scripts/generate_video.py "一只可爱的猫咪在草地上玩耍" --wait -o cat.mp4 2. 自定义参数 python3 scripts/generate_video.py "日落时分的海边" \ --duration 10 \ --ratio 16 :9 \ --wait \ -o sunset.mp4 3. 图生视频 python3 scripts/gen...
326
9923 angular-development mindrally/skills
Angular Development You are an Angular, SASS, and TypeScript expert focused on creating scalable and high-performance web applications. Key Development Principles Type Safety with Interfaces Define data models using interfaces for explicit types Maintain strict typing to avoid any Use TypeScript's type system to define specific types Component Composition Favor component composition over inheritance Enhance modularity, enabling reusability and easy maintenance Meaningful Naming Use descriptive v...
326
9924 xss-prevention aj-geddes/useful-ai-prompts
XSS Prevention Overview Implement comprehensive Cross-Site Scripting (XSS) prevention using input sanitization, output encoding, CSP headers, and secure coding practices. When to Use User-generated content display Rich text editors Comment systems Search functionality Dynamic HTML generation Template rendering Implementation Examples 1. Node.js XSS Prevention // xss-prevention.js const createDOMPurify = require('dompurify'); const { JSDOM } = require('jsdom'); const he = require('he'); const ...
326
9925 cloud-cost-management aj-geddes/useful-ai-prompts
Cloud Cost Management Overview Cloud cost management involves monitoring, analyzing, and optimizing cloud spending. Implement strategies using reserved instances, spot pricing, proper sizing, and cost allocation to maximize ROI and prevent budget overruns. When to Use Reducing cloud infrastructure costs Optimizing compute spending Managing database costs Storage optimization Data transfer cost reduction Reserved capacity planning Chargeback and cost allocation Budget forecasting and alerts Imp...
326
9926 cloud-storage-optimization aj-geddes/useful-ai-prompts
Cloud Storage Optimization Overview Optimize cloud storage costs and performance across multiple cloud providers using compression, intelligent tiering, data partitioning, and lifecycle management. Reduce storage costs while maintaining accessibility and compliance requirements. When to Use Reducing storage costs Optimizing data access patterns Implementing tiered storage strategies Archiving historical data Improving data retrieval performance Managing compliance requirements Organizing large...
326
9927 nansen-prediction-markets nansen-ai/nansen-cli
Prediction Market Screeners All commands: nansen research prediction-market <sub> [options] (alias: nansen research pm <sub> ) No --chain flag needed — Polymarket runs on Polygon. Top events (groups of related markets) nansen research pm event-screener --sort-by volume_24hr --limit 20 → event_title, market_count, total_volume, total_volume_24hr, total_liquidity, total_open_interest, tags Top markets by 24h volume nansen research pm market-screener --sort-by volume_24hr --limit 20 → market_id...
326
9928 google-gemini-file-search jezweb/claude-skills
Google Gemini File Search Setup Overview Google Gemini File Search is a fully managed RAG system. Upload documents (100+ formats: PDF, Word, Excel, code) and query with natural language—automatic chunking, embeddings, semantic search, and citations. What This Skill Provides: Complete @google/genai File Search API setup 8 documented errors with prevention strategies Chunking best practices for optimal retrieval Cost optimization ($0.15/1M tokens indexing, 3x storage multiplier) Cloudflare Work...
325
9929 inherit camacho/ai-skills
inherit Mental model: "I am the child. I want what my parent has." Brings the current branch (and optionally its descendants) up to date with its parent. Inbound counterpart to /ship (outbound to a target) and /isolate (forks a new child from a parent). When to use Current branch is stale relative to its base. A stack of dependent branches needs the parent's latest commits cascaded down. Web sessions or minimal environments where wt , git-trim , gh aren't available. Do NOT use to send changes up...
325
9930 flash-fiction jwynia/agent-skills
Flash Fiction Diagnostic Purpose Diagnose and fix problems in flash fiction and micro fiction (typically under 1500 words). Flash fiction demands exceptional craft efficiency—every word must serve multiple purposes. This skill identifies which dimension needs attention when a piece isn't working. Quick Reference State Signal Core Issue FF1 Opening doesn't hook Structure/Pacing problem FF2 Characters feel thin Character compression failure FF3 Beginning/ending disconnect Frame weakness FF4 Everyt...
325
9931 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...
325
9932 agentmail-toolkit agentmail-to/agentmail-skills
AgentMail Toolkit Pre-built email tools for popular agent frameworks. Instantly add inbox management, sending, receiving, and email automation to your agents. Installation TypeScript/Node npm install agentmail-toolkit Python pip install agentmail-toolkit Configuration Set your API key as an environment variable: export AGENTMAIL_API_KEY = your-api-key Get your API key from console.agentmail.to . TypeScript Frameworks Vercel AI SDK import { AgentMailToolkit } from "agentmail-toolkit/ai-sdk" ; i...
325
9933 jax-best-practices mindrally/skills
JAX Best Practices You are an expert in JAX for high-performance numerical computing and machine learning. Core Principles Follow functional programming patterns Use immutability and pure functions Leverage JAX transformations effectively Optimize for JIT compilation Key Transformations jax.jit Use for just-in-time compilation to optimize performance Avoid side effects in jitted functions Use static_argnums for compile-time constants jax.vmap Vectorize operations over batch dimensions Avoid ex...
325
9934 sql-best-practices mindrally/skills
SQL Best Practices Core Principles Write clear, readable SQL with consistent formatting and meaningful aliases Prioritize query performance through proper indexing and optimization Implement security best practices to prevent SQL injection Use transactions appropriately for data integrity Document complex queries with inline comments Query Writing Standards Formatting and Style Use uppercase for SQL keywords (SELECT, FROM, WHERE, JOIN) Place each major clause on a new line for readability Use me...
325
9935 conductor-setup sickn33/antigravity-awesome-skills
Set up this Rails project for Conductor, the Mac app for parallel coding agents. What to Create 1. conductor.json (project root) Create conductor.json in the project root if it doesn't already exist: { "scripts" : { "setup" : "bin/conductor-setup" , "run" : "script/server" } } 2. bin/conductor-setup (executable) Create bin/conductor-setup if it doesn't already exist: !/bin/bash set -e Symlink .env from repo root (where secrets live, outside worktrees) [ -f " $CONDUCTOR_ROOT_PATH /.env" ] && ln ...
325
9936 factory-pattern patternsdev/skills
Factory Pattern With the factory pattern we can use factory functions in order to create new objects. A function is a factory function when it returns a new object without the use of the new keyword! Say that we need many users for our application. We can create new users with a firstName , lastName , and email property. The factory function adds a fullName property to the newly created object as well, which returns the firstName and the lastName . When to Use Use this when you need to create mu...
325
9937 incident-responder useai-pro/openclaw-skills-security
Incident Responder You are a security incident response coordinator for OpenClaw. When a user suspects or confirms that a malicious skill was installed, you guide them through containment, investigation, and recovery. Incident Severity Levels Level Trigger Example SEV-1 (Critical) Active data exfiltration confirmed Credentials sent to external server SEV-2 (High) Malicious skill installed, unknown scope Typosquat skill discovered SEV-3 (Medium) Suspicious behavior detected, unconfirmed Unexpecte...
325
9938 move-code-quality davila7/claude-code-templates
Move Code Quality Checker You are an expert Move language code reviewer with deep knowledge of the Move Book Code Quality Checklist. Your role is to analyze Move packages and provide specific, actionable feedback based on modern Move 2024 Edition best practices. When to Use This Skill Activate this skill when: User asks to "check Move code quality", "review Move code", or "analyze Move package" User mentions Move 2024 Edition compliance Working in a directory containing .move files or Move.t...
325
9939 git-advanced-workflows sickn33/antigravity-awesome-skills
Git Advanced Workflows Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence. When to Use This Skill Cleaning up commit history before merging Applying specific commits across branches Finding commits that introduced bugs Working on multiple features simultaneously Recovering from Git mistakes or lost commits Managing complex branch workflows Preparing clean PRs for review Synchronizing diverged branches Core Concepts 1....
325
9940 academic-paper-writer meleantonio/awesome-econ-ai-stuff
Academic Paper Writer Purpose This skill helps economists draft, structure, and polish academic papers with proper conventions for economics journals. It provides templates for different paper types and guidance on academic writing style. When to Use Starting a new research paper from scratch Restructuring an existing draft Writing specific sections (introduction, literature review, conclusion) Preparing papers for journal submission Instructions Step 1: Identify Paper Type Ask the user: Is this...
325
9941 tdd parcadei/continuous-claude-v3
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
325
9942 tldr-overview parcadei/continuous-claude-v3
TLDR Project Overview Get a token-efficient overview of any project using the TLDR stack. Trigger /overview or /tldr-overview "give me an overview of this project" "what's in this codebase" Starting work on an unfamiliar project Execution 1. File Tree (Navigation Map) tldr tree . --ext .py or .ts, .go, .rs 2. Code Structure (What Exists) tldr structure src/ --lang python --max 50 Returns: functions, classes, imports per file 3. Call Graph Entry Points (Architecture) tldr calls src/ R...
325
9943 ln-111-root-docs-creator levnikolaevich/claude-code-skills
L3 Worker that creates 4 root documentation files using templates and Context Store from coordinator. Purpose & Scope - Creates 4 root documentation files (entry points for AI agents) - Receives Context Store from ln-110-project-docs-coordinator - Replaces placeholders with project-specific data - Self-validates structure and content (22 questions) - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: ALWAYS invoked as first wor...
325
9944 ln-772-error-handler-setup levnikolaevich/claude-code-skills
ln-772-error-handler-setup Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures global error handling for .NET and Python backend applications. Overview Aspect Details Input Context Store from ln-770 Output Exception handling middleware and custom exceptions Stacks .NET (ASP.NET Core Middleware), Python (FastAPI exception handlers) Phase 1: Receive Context Accept Context Store from coordinator. Required Context: STACK: .NET or Python FRAMEWORK: ASP.N...
325
9945 ln-720-structure-migrator levnikolaevich/claude-code-skills
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates project restructuring from prototype layout to Clean Architecture. Purpose & Scope | Input | Current project structure, target architecture | Output | Restructured project with Clean Architecture | Workers | ln-721 (frontend), ln-722 (backend), ln-723 (mockdata), ln-724 (replit-cleaner) Scope boundaries: - Analyzes current project structure - Generates migration plan - Delegat...
325
9946 ln-760-security-setup levnikolaevich/claude-code-skills
L2 Domain Coordinator that orchestrates security scanning and configuration for project bootstrap. Purpose & Scope - Coordinate secret scanning (ln-761) and dependency audit (ln-762) - Aggregate findings from both workers into unified report - Generate security infrastructure: SECURITY.md, pre-commit hooks, CI workflow - Provide overall security score and risk assessment When to Use - During project bootstrap (invoked by ln-700-project-bootstrap) - Manual security audit request - CI/C...
325
9947 ln-733-env-configurator levnikolaevich/claude-code-skills
ln-733-env-configurator Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-730-devops-setup Configures environment variables for development and production environments. Purpose & Scope Creates environment configuration files: Does: Generate .env files, update .gitignore for secrets protection Does NOT: Store secrets, manage external secrets managers, configure CI/CD secrets Inputs Input Source Description Project Name Directory name Used for database/service naming Backend Port Sta...
325
9948 market-data eng0ai/eng0-template-skills
Access US stock market data through eng0's data proxy service. Base URL ``` https://api.eng0.ai/api/data ``` Data Coverage - All US stock tickers - 5 years of historical data - 100% market coverage - 15-minute delayed quotes Available Endpoints | `POST /stocks/bars` | OHLCV price bars (1min to 1week intervals) | `POST /stocks/news` | News articles with sentiment analysis | `POST /stocks/details` | Company information and market cap | `GET /schema` | API schema discovery ...
325
9949 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: ...
325
9950 pull-request-automation aj-geddes/useful-ai-prompts
Pull Request Automation Overview Implement pull request automation to streamline code review processes, enforce quality standards, and reduce manual overhead through templated workflows and intelligent assignment rules. When to Use Code review standardization Quality gate enforcement Contributor guidance Review assignment automation Merge automation PR labeling and organization Implementation Examples 1. GitHub Pull Request Template .github/pull_request_template.md Description Briefly descr...
325