███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1351 | wind-mcp-skill | wind-information-co-ltd/wind-skills |
Wind 万得金融数据 通过 MCP 协议访问万得 Wind 金融数据:股票(A 股 / 港股 / 美股)/ 基金 / 指数 / 债券 / 公司公告 / 财经新闻 / 宏观指标。 1. 数据范围 8 个 server_type 各自能干什么: Show more
|
7.9K |
| 1352 | cost-optimization | wshobson/agents |
Cloud Cost Optimization Strategies and patterns for optimizing cloud costs across AWS, Azure, and GCP. Purpose Implement systematic cost optimization strategies to reduce cloud spending while maintaining performance and reliability. When to Use Reduce cloud spending Right-size resources Implement cost governance Optimize multi-cloud costs Meet budget constraints Cost Optimization Framework 1. Visibility Implement cost allocation tags Use cloud cost management tools Set up budget alerts Create co...
|
7.8K |
| 1353 | protocol-reverse-engineering | wshobson/agents |
Protocol Reverse Engineering Comprehensive techniques for capturing, analyzing, and documenting network protocols for security research, interoperability, and debugging. Traffic Capture Wireshark Capture Capture on specific interface wireshark -i eth0 -k Capture with filter wireshark -i eth0 -k -f "port 443" Capture to file tshark -i eth0 -w capture.pcap Ring buffer capture (rotate files) tshark -i eth0 -b filesize:100000 -b files:10 -w capture.pcap tcpdump Capture Basic capture tcpdu...
|
7.8K |
| 1354 | tavily-map | tavily-ai/skills |
tavily map Discover URLs on a website without extracting content. Faster than crawling. Prerequisites Requires the Tavily CLI. See tavily-cli for install and auth setup. Quick install: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login When to use You need to find a specific subpage on a large site You want a list of all URLs before deciding what to extract or crawl Step 3 in the workflow : search → extract → map → crawl → research Quick start Discover all URLs tvly map "https://...
|
7.8K |
| 1355 | clean-code | sickn33/antigravity-awesome-skills |
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." 🧠 Core Philosophy "Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch When to Use Use this skill when: Writing new code : To ensure high quality from the start. Reviewing Pull Requests : To provide constructive, principle-based feedback. Refactoring legacy code : To identify a...
|
7.8K |
| 1356 | apify-actorization | apify/agent-skills |
Actorization converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Docker images that accept well-defined JSON input, perform an action, and optionally produce structured JSON output. Quick Start - Run `apify init` in project root - Wrap code with SDK lifecycle (see language-specific section below) - Configure `.actor/input_schema.json` - Test with `apify run --input '{"key": "value"}'` - Deploy with `apify pus...
|
7.8K |
| 1357 | embedding-strategies | wshobson/agents |
Embedding Strategies Guide to selecting and optimizing embedding models for vector search applications. When to Use This Skill Choosing embedding models for RAG Optimizing chunking strategies Fine-tuning embeddings for domains Comparing embedding model performance Reducing embedding dimensions Handling multilingual content Core Concepts 1. Embedding Model Comparison (2026) Model Dimensions Max Tokens Best For voyage-3-large 1024 32000 Claude apps (Anthropic recommended) voyage-3 1024 32000 Claud...
|
7.8K |
| 1358 | flutter-setting-up-on-windows | flutter/skills |
Setting Up Flutter for Windows Development Contents Core Requirements Workflow: Installing and Configuring the SDK Workflow: Configuring Tooling and IDEs Workflow: Configuring Target Platforms Workflow: Building and Packaging for Windows Workflow: Generating and Installing Certificates Examples Core Requirements Configure the Windows environment to support both Flutter framework execution and native C/C++ compilation. Differentiate strictly between Visual Studio (required for Windows desktop C++...
|
7.7K |
| 1359 | framework-selection | langchain-ai/langchain-skills |
┌─────────────────────────────────────────┐ │ Deep Agents │ ← highest level: batteries included │ (planning, memory, skills, files) │ ├─────────────────────────────────────────┤ │ LangGraph │ ← orchestration: graphs, loops, state │ (nodes, edges, state, persistence) │ ├─────────────────────────────────────────┤ │ LangChain │ ← foundation: models, tools, chains │ (models, tools, prompts, RAG...
|
7.7K |
| 1360 | gitops-workflow | wshobson/agents |
GitOps Workflow Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments. Purpose Implement declarative, Git-based continuous delivery for Kubernetes using ArgoCD or Flux CD, following OpenGitOps principles. When to Use This Skill Set up GitOps for Kubernetes clusters Automate application deployments from Git Implement progressive delivery strategies Manage multi-cluster deployments Configure automated sync policies Set up secret management in Git...
|
7.7K |
| 1361 | hono | yusukebe/hono-skill |
Hono Skill Develop Hono applications efficiently using Hono CLI (@hono/cli). Setup You can use Hono CLI without global installation via npx: npx @hono/cli <command> Or install globally (optional): npm install -g @hono/cli Commands for AI 1. Search Documentation hono search "<query>" --pretty Search for Hono APIs and features. Use --pretty for human-readable output. 2. View Documentation hono docs [path] Display detailed documentation for a specific path found in search results. Exa...
|
7.7K |
| 1362 | ppt-visual | claude-office-skills/skills |
PPT Visual Skill Overview I help you design visually impactful presentation slides. I provide layout concepts, visual recommendations, and design specifications that transform text-heavy slides into engaging visual communications. What I can do: Design slide layouts and compositions Recommend visual elements (icons, images, shapes) Create color schemes and themes Suggest typography and hierarchy Provide before/after redesign concepts Generate SmartArt and diagram ideas What I cannot do: Create a...
|
7.7K |
| 1363 | vercel-react-best-practices | supercent-io/skills-template |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
7.6K |
| 1364 | image-generation-mcp | supercent-io/skills-template |
Image Generation via MCP MCP를 통한 AI 이미지 생성 스킬입니다. Gemini 모델 또는 호환 서비스를 사용하여 마케팅, UI, 프레젠테이션용 고품질 이미지를 생성합니다. When to use this skill 마케팅 에셋: 히어로 이미지, 배너, 소셜 미디어 콘텐츠 UI/UX 디자인: 플레이스홀더 이미지, 아이콘, 일러스트레이션 프레젠테이션: 슬라이드 배경, 제품 시각화 브랜드 일관성: 스타일 가이드 기반 이미지 생성 Instructions Step 1: Configure MCP Environment MCP 서버 설정 확인 claude mcp list Gemini CLI 사용 가능 여부 확인 gemini-cli가 설치되어 있어야 함 필수 설정: Model name (gemini-2.5-flash, gemini-3-pro 등) API key reference (환경 변수로 저장) Output directory Step 2: Define the...
|
7.6K |
| 1365 | agentic-principles | supercent-io/skills-template |
AI 에이전트 협업 핵심 원칙 (Agentic Development Principles) "AI는 부조종사, 주인공은 당신입니다" AI 에이전트는 개발자의 생각을 증폭시키고 반복 작업을 대신하지만, 최종 결정권과 책임은 항상 개발자에게 있습니다. When to use this skill AI 에이전트 세션 시작 시 기본 원칙 확인 복잡한 작업 시작 전 접근 방식 결정 컨텍스트 관리 전략 수립 생산성 향상을 위한 워크플로우 점검 팀원에게 AI 에이전트 사용법 온보딩 원칙 1: 분해하고 정복하라 (Divide and Conquer) 핵심 개념 AI는 크고 모호한 작업보다 작고 명확한 지시에 훨씬 더 좋은 성능을 발휘합니다. 적용 방법 잘못된 예 올바른 예 "로그인 페이지 만들어줘" 1. "로그인 폼 UI 컴포넌트 생성" 2. "로그인 API 엔드포인트 작성" 3. "인증 로직 연결" 4. "테스트 코드 작성" 실전 패턴: 단계적 구현 1단계: 모델/스키마 설계 및 검증 2단...
|
7.6K |
| 1366 | flutter-setting-up-on-linux | flutter/skills |
Setting Up a Linux Environment for Flutter Development Contents System Dependencies Workflow: Configuring the Linux Toolchain Workflow: Validating the Environment Workflow: Preparing for Distribution (Snapcraft) Examples System Dependencies To build and run Flutter applications on a Linux desktop, install the required C/C++ toolchain and system libraries. Flutter relies on dart:ffi to interface with Linux system calls and the GTK framework for UI rendering. Required packages for Debian/Ubuntu-ba...
|
7.6K |
| 1367 | golang-testing | affaan-m/everything-claude-code |
Go Testing Patterns Comprehensive Go testing patterns for writing reliable, maintainable tests following TDD methodology. When to Activate Writing new Go functions or methods Adding test coverage to existing code Creating benchmarks for performance-critical code Implementing fuzz tests for input validation Following TDD workflow in Go projects TDD Workflow for Go The RED-GREEN-REFACTOR Cycle RED → Write a failing test first GREEN → Write minimal code to pass the test REFACTOR → Improve c...
|
7.6K |
| 1368 | go-concurrency-patterns | wshobson/agents |
Go Concurrency Patterns Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management. When to Use This Skill Building concurrent Go applications Implementing worker pools and pipelines Managing goroutine lifecycles Using channels for communication Debugging race conditions Implementing graceful shutdown Core Concepts 1. Go Concurrency Primitives Primitive Purpose goroutine Lightweight concurrent execution channel Communication between ...
|
7.6K |
| 1369 | market-sizing-analysis | wshobson/agents |
Market Sizing Analysis Comprehensive market sizing methodologies for calculating Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM) for startup opportunities. Overview Market sizing provides the foundation for startup strategy, fundraising, and business planning. Calculate market opportunity using three complementary methodologies: top-down (industry reports), bottom-up (customer segment calculations), and value theory (willingness to pay)...
|
7.6K |
| 1370 | astro | astrolicious/agent-skills |
Astro Usage Guide Always consult docs.astro.build for code examples and latest API. Astro is the web framework for content-driven websites. Quick Reference File Location CLI looks for astro.config.js, astro.config.mjs, astro.config.cjs, and astro.config.ts in: ./. Use --config for custom path. CLI Commands npx astro dev - Start the development server. npx astro build - Build your project and write it to disk. npx astro check - Check your project for errors. npx astro add - Add an integratio...
|
7.6K |
| 1371 | setup | parallel-web/parallel-agent-skills |
Parallel Plugin Setup Install CLI See https://docs.parallel.ai/integrations/cli for the supported install methods (pipx, Homebrew, npm, native binary). Walk the user through whichever they pick. Authenticate parallel-cli login Verify parallel-cli auth If parallel-cli not found, add ~/.local/bin to PATH. Show more
|
7.5K |
| 1372 | remove-background | pilioai/skills |
Remove Background Use the Pilio CLI so file upload and task creation are handled by the official SDK. Require PILIO_API_KEY in the environment. Do not ask the user to paste API keys into the conversation. Run: pnpm dlx @pilio/cli remove-background --input ./portrait.png The command returns a task payload. If the task is still pending or processing, wait for it: pnpm dlx @pilio/cli task wait < task_id >
|
7.5K |
| 1373 | code-review-expert | sanyuan0704/code-review-expert |
Code Review Expert Overview Perform a structured review of the current git changes with focus on SOLID, architecture, removal candidates, and security risks. Default to review-only output unless the user asks to implement changes. Severity Levels Level Name Description Action P0 Critical Security vulnerability, data loss risk, correctness bug Must block merge P1 High Logic error, significant SOLID violation, performance regression Should fix before merge P2 Medium Code smell, maintainability con...
|
7.5K |
| 1374 | api-security-best-practices | sickn33/antigravity-awesome-skills |
API Security Best Practices Overview Guide developers in building secure APIs by implementing authentication, authorization, input validation, rate limiting, and protection against common vulnerabilities. This skill covers security patterns for REST, GraphQL, and WebSocket APIs. When to Use This Skill Use when designing new API endpoints Use when securing existing APIs Use when implementing authentication and authorization Use when protecting against API attacks (injection, DDoS, etc.) Use whe...
|
7.5K |
| 1375 | memory-forensics | wshobson/agents |
Memory Forensics Comprehensive techniques for acquiring, analyzing, and extracting artifacts from memory dumps for incident response and malware analysis. Memory Acquisition Live Acquisition Tools Windows WinPmem (Recommended) winpmem_mini_x64.exe memory.raw DumpIt DumpIt.exe Belkasoft RAM Capturer GUI-based, outputs raw format Magnet RAM Capture GUI-based, outputs raw format Linux LiME (Linux Memory Extractor) sudo insmod lime.ko "path=/tmp/memory.lime format=lime" /dev/mem (limi...
|
7.5K |
| 1376 | context-driven-development | wshobson/agents |
Context-Driven Development Guide for implementing and maintaining context as a managed artifact alongside code, enabling consistent AI interactions and team alignment through structured project documentation. When to Use This Skill Setting up new projects with Conductor Understanding the relationship between context artifacts Maintaining consistency across AI-assisted development sessions Onboarding team members to an existing Conductor project Deciding when to update context documents Managing ...
|
7.5K |
| 1377 | prometheus-configuration | wshobson/agents |
Prometheus Configuration Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules. Purpose Configure Prometheus for comprehensive metric collection, alerting, and monitoring of infrastructure and applications. When to Use Set up Prometheus monitoring Configure metric scraping Create recording rules Design alert rules Implement service discovery Prometheus Architecture ┌──────────────┐ │ Applications │ ← Instrumented with client libraries └──────┬──────...
|
7.5K |
| 1378 | context7 | intellectronica/agent-skills |
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
|
7.5K |
| 1379 | data-quality-frameworks | wshobson/agents |
Data Quality Frameworks Production patterns for implementing data quality with Great Expectations, dbt tests, and data contracts to ensure reliable data pipelines. When to Use This Skill Implementing data quality checks in pipelines Setting up Great Expectations validation Building comprehensive dbt test suites Establishing data contracts between teams Monitoring data quality metrics Automating data validation in CI/CD Core Concepts 1. Data Quality Dimensions Dimension Description Example Chec...
|
7.5K |
| 1380 | startup-metrics-framework | wshobson/agents |
Startup Metrics Framework Comprehensive guide to tracking, calculating, and optimizing key performance metrics for different startup business models from seed through Series A. Overview Track the right metrics at the right stage. Focus on unit economics, growth efficiency, and cash management metrics that matter for fundraising and operational excellence. Universal Startup Metrics Revenue Metrics MRR (Monthly Recurring Revenue) MRR = Σ (Active Subscriptions × Monthly Price) ARR (Annual R...
|
7.5K |
| 1381 | check | tw93/waza |
Check: Review Before You Ship Prefix your first line with 🥷 inline, not as its own paragraph. Read the diff, find the problems, fix what can be fixed safely, ask about the rest. Done means verification ran in this session and passed. Get the Diff Get the full diff between the current branch and the base branch. If unclear, ask. If already on the base branch, ask which commits to review. Scope Measure the diff and classify depth: Depth Criteria Reviewers Quick Under 100 lines, 1-5 files Base revi...
|
7.5K |
| 1382 | prospecting | coreyhaines31/marketingskills |
No SKILL.md available for this skill. View on GitHub Installs 1.3K Repository coreyhaines31/m…ngskills GitHub Stars 30.9K First Seen 3 days ago
|
7.5K |
| 1383 | marketing-skills-collection | supercent-io/skills-template |
Marketing Skills Collection 마케팅 딜리버러블을 위한 23개 서브스킬 컬렉션입니다. CRO, 카피라이팅, SEO, 애널리틱스, 그로스 영역에서 반복 가능한 고품질 산출물을 생성합니다. When to use this skill 마케팅 딜리버러블 필요: CRO, 카피, SEO, 분석, 그로스 산출물 반복 가능한 고품질 산출물: 단일 KPI에 맞춘 에셋 생성 비즈니스 목표 → 스킬 매핑: 목표를 구체적인 마케팅 서브스킬로 변환 23 Sub-Skills Overview CRO (Conversion Rate Optimization) Sub-Skill Description page-cro 랜딩 페이지 전환율 최적화 signup-flow 회원가입 플로우 최적화 onboarding 온보딩 경험 개선 form-optimization 폼 최적화 (필드, UX) paywall 페이월/프라이싱 페이지 최적화 Copywriting Sub-Skill Description copywr...
|
7.4K |
| 1384 | upscale-image | pilioai/skills |
Upscale Image Use the Pilio CLI so upload, task creation, and polling stay aligned with the official SDK. Require PILIO_API_KEY in the environment. Do not ask the user to paste API keys into the conversation. Run: pnpm dlx @pilio/cli upscale-image --input ./small.png The command returns a task payload. If the task is still pending or processing, wait for it: pnpm dlx @pilio/cli task wait < task_id >
|
7.4K |
| 1385 | remove-image-watermark | pilioai/skills |
Remove Image Watermark Use the Pilio CLI so upload and asynchronous task polling are handled consistently. Require PILIO_API_KEY in the environment. Do not ask the user to paste API keys into the conversation. Run: pnpm dlx @pilio/cli remove-image-watermark --input ./watermarked.png The command returns a task payload. If the task is still pending or processing, wait for it: pnpm dlx @pilio/cli task wait < task_id > Do not send the Pilio API key to result download_url values.
|
7.4K |
| 1386 | k8s-manifest-generator | wshobson/agents |
Kubernetes Manifest Generator Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims. Purpose This skill provides comprehensive guidance for generating well-structured, secure, and production-ready Kubernetes manifests following cloud-native best practices and Kubernetes conventions. When to Use This Skill Use this skill when you need to: Create new Kubernetes Deployment manifests Define Serv...
|
7.4K |
| 1387 | dependency-upgrade | wshobson/agents |
Dependency Upgrade Master major dependency version upgrades, compatibility analysis, staged upgrade strategies, and comprehensive testing approaches. When to Use This Skill Upgrading major framework versions Updating security-vulnerable dependencies Modernizing legacy dependencies Resolving dependency conflicts Planning incremental upgrade paths Testing compatibility matrices Automating dependency updates Semantic Versioning Review MAJOR.MINOR.PATCH (e.g., 2.3.1) MAJOR: Breaking changes MINOR...
|
7.4K |
| 1388 | security-review | getsentry/skills |
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
|
7.4K |
| 1389 | hunt | tw93/waza |
Hunt: Diagnose Before You Fix Prefix your first line with 🥷 inline, not as its own paragraph. A patch applied to a symptom creates a new bug somewhere else. Do not touch code until you can state the root cause in one sentence: "I believe the root cause is [X] because [evidence]." Name a specific file, function, line, or condition. "A state management issue" is not testable. "Stale cache in useUser at src/hooks/user.ts:42 because the dependency array is missing userId " is testable. If you cannot...
|
7.4K |
| 1390 | python-configuration | wshobson/agents |
Python Configuration Management Externalize configuration from code using environment variables and typed settings. Well-managed configuration enables the same code to run in any environment without modification. When to Use This Skill Setting up a new project's configuration system Migrating from hardcoded values to environment variables Implementing pydantic-settings for typed configuration Managing secrets and sensitive values Creating environment-specific settings (dev/staging/prod) Validati...
|
7.4K |
| 1391 | n8n-workflow-patterns | czlonkowski/n8n-skills |
n8n Workflow Patterns Proven architectural patterns for building n8n workflows. The 5 Core Patterns Based on analysis of real workflow usage: Webhook Processing (Most Common) Receive HTTP requests → Process → Output Pattern: Webhook → Validate → Transform → Respond/Notify HTTP API Integration Fetch from REST APIs → Transform → Store/Use Pattern: Trigger → HTTP Request → Transform → Action → Error Handler Database Operations Read/Write/Sync database data Pattern: Schedule → Query → Trans...
|
7.4K |
| 1392 | think | tw93/waza |
Think: Design and Validate Before You Build Prefix your first line with 🥷 inline, not as its own paragraph. Turn a rough idea into an approved plan. No code, no scaffolding, no pseudo-code until the user approves. Give opinions directly. Take a position and state what evidence would change it. Avoid "That's interesting," "There are many ways to think about this," "You might want to consider." Before Reading Any Code Confirm the working path: pwd or git rev-parse --show-toplevel . Never assume ~/...
|
7.4K |
| 1393 | design | tw93/waza |
Design: Build It With a Point of View Prefix your first line with 🥷 inline, not as its own paragraph. If it could have been generated by a default prompt, it is not good enough. Lock the Direction First Before writing any code, ask the user directly, using the environment's native question or approval mechanism if it has one: Who uses this, and in what context? Analyst dashboard differs from landing page or onboarding flow. See "App shell exception" below if the answer is a sidebar + main worksp...
|
7.4K |
| 1394 | competitive-landscape | wshobson/agents |
Competitive Landscape Analysis Comprehensive frameworks for analyzing competition, identifying differentiation opportunities, and developing winning market positioning strategies. Overview Understand competitive dynamics using proven frameworks (Porter's Five Forces, Blue Ocean Strategy, positioning maps) to identify opportunities and craft defensible competitive advantages. Porter's Five Forces Analyze industry attractiveness and competitive intensity. Force 1: Threat of New Entrants Bar...
|
7.4K |
| 1395 | cqrs-implementation | wshobson/agents |
CQRS Implementation Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns. When to Use This Skill Separating read and write concerns Scaling reads independently from writes Building event-sourced systems Optimizing complex query scenarios Different read/write data models needed High-performance reporting requirements Core Concepts 1. CQRS Architecture ┌─────────────┐ │ Client │ └──────┬──────┘ │ ┌────────────┴────────────┐ │ │ ▼...
|
7.4K |
| 1396 | billing-automation | wshobson/agents |
Billing Automation Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation. When to Use This Skill Implementing SaaS subscription billing Automating invoice generation and delivery Managing failed payment recovery (dunning) Calculating prorated charges for plan changes Handling sales tax, VAT, and GST Processing usage-based billing Managing billing cycles and renewals Core Concepts 1. Billing Cycles Common Intervals:...
|
7.4K |
| 1397 | python-observability | wshobson/agents |
Python Observability Instrument Python applications with structured logs, metrics, and traces. When something breaks in production, you need to answer "what, where, and why" without deploying new code. When to Use This Skill Adding structured logging to applications Implementing metrics collection with Prometheus Setting up distributed tracing across services Propagating correlation IDs through request chains Debugging production issues Building observability dashboards Core Concepts 1. Structur...
|
7.4K |
| 1398 | write | tw93/waza |
Write: Cut the AI Taste Prefix your first line with 🥷 inline, not as its own paragraph. Strip AI patterns from prose and rewrite it to sound human. Do not improve vocabulary; remove the performance of improvement. Pre-flight Text present? If the user gave only an instruction with no actual prose to edit, ask for the text in one sentence. Do not proceed. Audience locked? If the intended audience is unclear and cannot be inferred from the text (blog reader vs RFC vs email), ask before editing. Jun...
|
7.4K |
| 1399 | temporal-python-testing | wshobson/agents |
Temporal Python Testing Strategies Comprehensive testing approaches for Temporal workflows using pytest, progressive disclosure resources for specific testing scenarios. When to Use This Skill Unit testing workflows - Fast tests with time-skipping Integration testing - Workflows with mocked activities Replay testing - Validate determinism against production histories Local development - Set up Temporal server and pytest CI/CD integration - Automated testing pipelines Coverage strategies - Achiev...
|
7.4K |
| 1400 | swiftui-performance-audit | dimillian/skills |
SwiftUI Performance Audit Overview Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. Workflow Decision Tree If the user provides code, start with "Code-First Review." If the user only describes symptoms, ask for minimal code/context, then do "Code-First Review." If code review is inconclusive, go to "Guide the User to Profile" and ask for a trace or screenshots. 1. Code-First Review Collect: Target view/featu...
|
7.3K |