███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8701 | find-bugs | sickn33/antigravity-awesome-skills |
Find Bugs Review changes on this branch for bugs, security vulnerabilities, and code quality issues. Phase 1: Complete Input Gathering Get the FULL diff: git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEAD If output is truncated, read each changed file individually until you have seen every changed line List all files modified in this branch before proceeding Phase 2: Attack Surface Mapping For each changed file, identify and list: All user inputs (request param...
|
237 |
| 8702 | dotnet-backend-patterns | sickn33/antigravity-awesome-skills |
.NET Backend Development Patterns Master C/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025). When to Use This Skill Developing new .NET Web APIs or MCP servers Reviewing C code for quality and performance Designing service architectures with dependency injection Implementing caching strategies with Redis Writing unit and integration tests Optimizing database access with EF Core or Dapper Configuring applications with IO...
|
237 |
| 8703 | eve-orchestration | incept5/eve-skillpacks |
Eve Orchestration This skill explains how to orchestrate complex work in Eve Horizon by spawning child jobs, managing dependencies, and maximizing parallel execution while respecting depth limits. Core Principles Parent sets a target depth and passes it to children. Each job decides its own decomposition based on scope and depth. Parallelize by default when tasks can proceed independently. Use relations to encode true dependencies, not preference. Leaf jobs execute; parent jobs orchestrate and w...
|
237 |
| 8704 | talking-head-production | inference-sh/skills |
Talking Head Production Create talking head videos with AI avatars and lipsync via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate dialogue audio infsh app run falai/dia-tts --input '{ "prompt": "[S1] Welcome to our product tour. Today I will show you three features that will save you hours every week." }' Create talking head video with OmniHuman infsh app run bytedance/omnihum...
|
237 |
| 8705 | gitlab-ci-patterns | sickn33/antigravity-awesome-skills |
GitLab CI Patterns Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment. Purpose Create efficient GitLab CI pipelines with proper stage organization, caching, and deployment strategies. When to Use Automate GitLab-based CI/CD Implement multi-stage pipelines Configure GitLab Runners Deploy to Kubernetes from GitLab Implement GitOps workflows Basic Pipeline Structure stages : - build - test - deploy variables : DOCKER_DRIVER : overlay2 DOCKER_TLS_CERTDIR : "...
|
237 |
| 8706 | wordpress | mindrally/skills |
WordPress You are an expert in WordPress and WooCommerce development with deep knowledge of PHP and WordPress ecosystem. Core Principles Write concise, technical responses with accurate PHP examples Follow WordPress coding standards and object-oriented programming practices Use lowercase with hyphens for directories (e.g., wp-content/themes/my-theme) Favor hooks (actions and filters) for extending functionality Never modify core WordPress files PHP/WordPress Standards Implement PHP 7.4+ featur...
|
237 |
| 8707 | cc-gateway-ai-proxy | aradotso/trending-skills |
CC Gateway — AI API Identity Gateway Skill by ara.so — Daily 2026 Skills collection. CC Gateway is a TypeScript reverse proxy that sits between Claude Code clients and the Anthropic API. It normalizes 40+ device fingerprint dimensions (device ID, email, environment, RAM, headers, and system prompt content) to a single canonical identity, manages OAuth token refresh centrally, and prevents telemetry leakage from multi-machine setups. Architecture Overview Client (Claude Code + env vars + Clash) └...
|
237 |
| 8708 | agent-memory | molty-assistant/agent-memory-skill |
No SKILL.md available for this skill. View on GitHub
|
237 |
| 8709 | wiremock-standalone-docker | giuseppe-trisciuoglio/developer-kit |
WireMock Standalone Docker Skill Overview Provides patterns for running WireMock as a standalone Docker container to mock external APIs during integration and end-to-end testing. Runs WireMock as a separate service that simulates real API behavior for testing HTTP clients, retry logic, and error handling. When to Use Use when you need to: Mock external APIs during integration or end-to-end testing Simulate error conditions (timeouts, 5xx, rate limiting) without real services Test HTTP client con...
|
237 |
| 8710 | auth0-angular | auth0/agent-skills |
Auth0 Angular Integration Add authentication to Angular applications using @auth0/auth0-angular. Prerequisites Angular 13+ application Auth0 account and application configured If you don't have Auth0 set up yet, use the auth0-quickstart skill first When NOT to Use AngularJS (1.x) - This SDK requires Angular 13+, use legacy solutions for AngularJS Mobile applications - Use auth0-react-native for React Native or native SDKs for Ionic Backend APIs - Use JWT validation middleware for your server lan...
|
237 |
| 8711 | msbuild-modernization | dotnet/skills |
MSBuild Modernization: Legacy to SDK-style Migration Identifying Legacy vs SDK-style Projects Legacy indicators: <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> Explicit file lists ( <Compile Include="..." /> for every .cs file) ToolsVersion attribute on <Project> element packages.config file present Properties\AssemblyInfo.cs with assembly-level attributes SDK-style indicators: <Project Sdk="Microsoft.NET.Sdk"> attribute on root element Minimal content — a simple project may b...
|
237 |
| 8712 | axiom-camera-capture | charleswiltgen/axiom |
Camera Capture with AVFoundation Guides you through implementing camera capture: session setup, photo capture, video recording, responsive capture UX, rotation handling, and session lifecycle management. When to Use This Skill Use when you need to: ☑ Build a custom camera UI (not system picker) ☑ Capture photos with quality/speed tradeoffs ☑ Record video with audio ☑ Handle device rotation correctly (RotationCoordinator) ☑ Make capture feel responsive (zero-shutter-lag) ☑ Handle session inte...
|
236 |
| 8713 | todo-resolve | everyinc/compound-engineering-plugin |
Resolve approved todos using parallel processing, document lessons learned, then clean up. Only ready todos are resolved. pending todos are skipped — they haven't been triaged yet. If pending todos exist, list them at the end so the user knows what was left behind. Workflow 1. Analyze Scan .context/compound-engineering/todos/*.md and legacy todos/*.md . Partition by status: ready (status field or -ready- in filename): resolve these. pending : skip. Report them at the end. complete : ignore, alre...
|
236 |
| 8714 | nansen-general-search | nansen-ai/nansen-cli |
Search nansen research search "jupiter" --type token nansen research search "Vitalik" --type entity --limit 5 nansen research search "bonk" --chain solana --fields address,name,symbol,chain Flag Purpose --type token or entity --chain Filter by chain --limit Number of results (default 25, max 50) --fields Select specific output fields Case-insensitive. Does NOT match by address — use profiler labels for address lookup.
|
236 |
| 8715 | dependency-updater | connorads/dotfiles |
Dependency Updater Smart dependency management for any language with automatic detection and safe updates. Quick Start update my dependencies The skill auto-detects your project type and handles the rest. Triggers Trigger Example Update dependencies "update dependencies", "update deps" Check outdated "check for outdated packages" Fix dependency issues "fix my dependency problems" Security audit "audit dependencies for vulnerabilities" Diagnose deps "diagnose dependency issues" Supported Language...
|
236 |
| 8716 | customer-persona | inference-sh/skills |
Customer Persona Create data-backed customer personas with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research your target market infsh app run tavily/search-assistant --input '{ "query": "SaaS product manager demographics pain points 2024 survey" }' Generate a persona avatar infsh app run falai/flux-dev-lora --input '{ "prompt": "professional headshot phot...
|
236 |
| 8717 | telegram | skillhq/telegram |
📬 Telegram CLI Fast Telegram CLI for reading, searching, and sending messages. 🎯 When to Use Use this skill when the user: Asks to check Telegram messages or inbox Wants to search Telegram for a topic/keyword Wants to send a Telegram message or reply to one Asks about a Telegram group, contact, or chat Wants to see unread messages Needs to look up group members or admins Wants to mute/unmute a noisy chat or group Needs to kick/remove a user from a group Wants to export or sync chat history to fi...
|
236 |
| 8718 | torch-geometric | davila7/claude-code-templates |
PyTorch Geometric (PyG) Overview PyTorch Geometric is a library built on PyTorch for developing and training Graph Neural Networks (GNNs). Apply this skill for deep learning on graphs and irregular structures, including mini-batch processing, multi-GPU training, and geometric deep learning applications. When to Use This Skill This skill should be used when working with: Graph-based machine learning: Node classification, graph classification, link prediction Molecular property prediction: Dru...
|
236 |
| 8719 | quality-manager-qmr | davila7/claude-code-templates |
Senior Quality Manager Responsible Person (QMR) Ultimate quality system accountability and regulatory compliance oversight with comprehensive responsibility for quality management system effectiveness and regulatory compliance across all jurisdictions. Core QMR Responsibilities 1. Overall Quality System Responsibility (ISO 13485 Clause 5.5.2) Provide comprehensive oversight and accountability for quality management system effectiveness and regulatory compliance. QMR Accountability Framework: QMR...
|
236 |
| 8720 | red-team-tactics | davila7/claude-code-templates |
Red Team Tactics Adversary simulation principles based on MITRE ATT&CK framework. 1. MITRE ATT&CK Phases Attack Lifecycle RECONNAISSANCE → INITIAL ACCESS → EXECUTION → PERSISTENCE ↓ ↓ ↓ ↓ PRIVILEGE ESC → DEFENSE EVASION → CRED ACCESS → DISCOVERY ↓ ↓ ↓ ↓ LATERAL MOVEMENT → COLLECTION → C2 → EXFILTRATION → IMPACT Phase Objectives Phase Objective Recon Map attack surface Initial Access Get first foothold E...
|
236 |
| 8721 | railway-new | davila7/claude-code-templates |
New Project / Service / Database Create Railway projects, services, and databases with proper configuration. When to Use User says "deploy to railway" (add service if linked, init if not) User says "create a railway project", "init", "new project" (explicit new project) User says "link to railway", "connect to railway" User says "create a service", "add a backend", "new api service" User says "create a vite app", "create a react website", "make a python api" User says "deploy from github.com/u...
|
236 |
| 8722 | paywall-upgrade-cro | davila7/claude-code-templates |
Paywall and Upgrade Screen CRO You are an expert in in-app paywalls and upgrade flows. Your goal is to convert free users to paid, or upgrade users to higher tiers, at moments when they've experienced enough value to justify the commitment. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already ...
|
236 |
| 8723 | awq-quantization | davila7/claude-code-templates |
AWQ (Activation-aware Weight Quantization) 4-bit quantization that preserves salient weights based on activation patterns, achieving 3x speedup with minimal accuracy loss. When to use AWQ Use AWQ when: Need 4-bit quantization with <5% accuracy loss Deploying instruction-tuned or chat models (AWQ generalizes better) Want ~2.5-3x inference speedup over FP16 Using vLLM for production serving Have Ampere+ GPUs (A100, H100, RTX 40xx) for Marlin kernel support Use GPTQ instead when: Need maximum...
|
236 |
| 8724 | bioservices | davila7/claude-code-templates |
BioServices Overview BioServices is a Python package providing programmatic access to approximately 40 bioinformatics web services and databases. Retrieve biological data, perform cross-database queries, map identifiers, analyze sequences, and integrate multiple biological resources in Python workflows. The package handles both REST and SOAP/WSDL protocols transparently. When to Use This Skill This skill should be used when: Retrieving protein sequences, annotations, or structures from UniPr...
|
236 |
| 8725 | command-creator | davila7/claude-code-templates |
Command Creator This skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with /command-name in Claude Code conversations. About Slash Commands Slash commands are markdown files stored in .claude/commands/ (project-level) or ~/.claude/commands/ (global/user-level) that get expanded into prompts when invoked. They're ideal for: Repetitive workflows (code review, PR submission, CI fixing) Multi-step processes that need consistency Agent delegation patter...
|
236 |
| 8726 | fda-database | davila7/claude-code-templates |
FDA Database Access Overview Access comprehensive FDA regulatory data through openFDA, the FDA's initiative to provide open APIs for public datasets. Query information about drugs, medical devices, foods, animal/veterinary products, and substances using Python with standardized interfaces. Key capabilities: Query adverse events for drugs, devices, foods, and veterinary products Access product labeling, approvals, and regulatory submissions Monitor recalls and enforcement actions Look up Natio...
|
236 |
| 8727 | nansen-polymarket-deep-dive | nansen-ai/nansen-cli |
Prediction Market Deep Dive Answers: "What's happening in this specific market? Who holds it, who's trading it?" Use market_id from the screener ( nansen-prediction-market skill). MID = < market_id > nansen research pm ohlcv --market-id $MID --sort period_start:desc --limit 50 → period_start, open, high, low, close, volume nansen research pm orderbook --market-id $MID → bids[], asks[] with price and size nansen research pm top-holders --market-id $MID --limit 20 → address, side, position_size...
|
236 |
| 8728 | presentation-design-enhancer | onewave-ai/claude-skills |
Presentation Design Enhancer Transform text-heavy slides into visual storytelling. Suggest layout improvements, icon usage, and data visualization. Instructions You are an expert at presentation design and visual communication. Transform dense content into engaging visuals using design principles and best practices. Output Format Presentation Design Enhancer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Pra...
|
236 |
| 8729 | context-network | jwynia/agent-skills |
Context Network Lifecycle You help users build and maintain context networks—structured frameworks for organizing project knowledge that persist across sessions and support both human and agent work. Your role is to diagnose context network state, generate appropriate scaffolding, and coach users on content decisions. Core Principle Context networks make relationships explicit. Implicit knowledge doesn't survive session boundaries. Structure enables discovery. The goal is not completeness but...
|
236 |
| 8730 | scene-sequencing | jwynia/agent-skills |
Scene Sequencing: Pacing Skill You help writers structure scenes and control narrative pacing using the scene-sequel rhythm. Core Principle The fundamental unit of pacing is not the scene alone, but the scene-sequel pair. Scenes create tension; sequels process it. The alternation creates peaks and valleys that make stories readable. Scene Structure: Goal → Conflict → Disaster Goal What does the POV character want in this scene? Specific and concrete Achievable within the scene Connected to...
|
236 |
| 8731 | sanity | mindrally/skills |
Sanity CMS Development You are an expert in Sanity CMS, GROQ queries, TypeScript integration, and headless CMS architecture. Core Principles Design schemas with content modeling best practices Write efficient GROQ queries Use TypeScript for type safety Organize projects for scalability Implement proper validation and preview Project Structure sanity/ ├── schemas/ │ ├── documents/ │ │ ├── post.ts │ │ └── author.ts │ ├── objects/ │ │ ├── blockContent.ts │ │ └── image.ts │ └...
|
236 |
| 8732 | python | mindrally/skills |
Python You are an expert in Python development across multiple domains including web development, data science, automation, and machine learning. Universal Principles PEP 8 compliance consistently emphasized Error handling via early returns and guard clauses Async/await for I/O-bound operations Type hints mandatory Modular, functional approaches preferred over classes Code Style Write concise, technical Python with accurate examples Use functional and declarative programming patterns where appro...
|
236 |
| 8733 | websocket-development | mindrally/skills |
WebSocket Development You are an expert in WebSocket development and real-time communication systems. Follow these best practices when building WebSocket-based applications. Core Principles Think through the implementation step-by-step before writing code Follow the user's requirements carefully and to the letter Prioritize security, scalability, and maintainability throughout Leave NO todos, placeholders, or missing pieces in the implementation Connection Management Establishing Connections A...
|
236 |
| 8734 | dependency-updater | davila7/claude-code-templates |
Dependency Updater Smart dependency management for any language with automatic detection and safe updates. Quick Start update my dependencies The skill auto-detects your project type and handles the rest. Triggers Trigger Example Update dependencies "update dependencies", "update deps" Check outdated "check for outdated packages" Fix dependency issues "fix my dependency problems" Security audit "audit dependencies for vulnerabilities" Diagnose deps "diagnose dependency issues" Supported Language...
|
236 |
| 8735 | accessibility | davila7/claude-code-templates |
Accessibility (a11y) Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable by everyone, including people with disabilities. WCAG Principles: POUR Principle Description P erceivable Content can be perceived through different senses O perable Interface can be operated by all users U nderstandable Content and interface are understandable R obust Content works with assistive technologies Conformance levels Level Requirement Target A M...
|
236 |
| 8736 | eve-auth-and-secrets | incept5/eve-skillpacks |
Eve Auth and Secrets Use this workflow to log in to Eve and manage secrets for your app. When to Use Setting up a new project profile Authentication failures Adding or rotating secrets Secret interpolation errors during deploys Setting up identity providers or org invites Adding SSO login to an Eve-deployed app Setting up access groups and scoped data-plane authorization Configuring group-aware RLS for environment databases Authentication eve auth login eve auth login --ttl 30 custom token TTL ...
|
236 |
| 8737 | diffity-tour | kamranahmedse/diffity |
Diffity Tour Skill You are creating a guided code tour — a narrated, step-by-step walkthrough of the codebase that answers the user's question or explains how a feature works. The tour opens in the browser with a sidebar showing the narrative and highlighted code sections. Arguments question (required): The user's question, topic, or concept. Examples: /diffity-tour how does authentication work? /diffity-tour explain the request lifecycle /diffity-tour how are comments stored and retrieved? /dif...
|
236 |
| 8738 | wechat-article-fetcher | wwwzhouhui/skills_collection |
微信公众号文章获取器 获取、解析并保存微信公众号文章,支持单篇和批量下载、元数据提取、图片下载和 Markdown 转换。 快速开始 获取单篇文章: python scripts/fetch_wechat_article.py "https://mp.weixin.qq.com/s/xxxxx" 批量获取多篇文章(空格分隔): python scripts/fetch_wechat_article.py "url1" "url2" "url3" --output-dir ./output 批量获取多篇文章(逗号分隔): python scripts/fetch_wechat_article.py "url1,url2,url3" --output-dir ./output 仅输出元数据(不保存文件): python scripts/fetch_wechat_article.py "https://mp.weixin.qq.com/s/xxxxx" --json 依赖安装 pip install beautifulsoup4 html2text requests 功能说明 1. 获取文章...
|
236 |
| 8739 | 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 ...
|
236 |
| 8740 | android-data-layer | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
236 |
| 8741 | pdf-official | sickn33/antigravity-awesome-skills |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
236 |
| 8742 | blazor | mindrally/skills |
Blazor Development Guidelines You are an expert in Blazor development with deep knowledge of both Blazor Server and Blazor WebAssembly. Component Architecture Component Design Create small, focused components Use component parameters for input Use EventCallback for output/events Implement IDisposable for cleanup Use cascading parameters sparingly Component Structure @page "/users/{Id:int}" @inject IUserService UserService <h1>@User?.Name</h1> @code { [Parameter] public int Id { ge...
|
236 |
| 8743 | symfony:api-platform-dto-resources | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-dto-resources<div
|
236 |
| 8744 | synthetic-monitoring | aj-geddes/useful-ai-prompts |
Synthetic Monitoring Overview Set up synthetic monitoring to automatically simulate real user journeys, API workflows, and critical business transactions to detect issues and validate performance. When to Use End-to-end workflow validation API flow testing User journey simulation Transaction monitoring Critical path validation Instructions 1. Synthetic Tests with Playwright // synthetic-tests.js const { chromium } = require('playwright'); class SyntheticMonitor { constructor(config = {}) { ...
|
236 |
| 8745 | cohort analysis | aj-geddes/useful-ai-prompts |
Cohort Analysis Overview Cohort analysis tracks groups of users with shared characteristics over time, revealing patterns in retention, engagement, and lifetime value. When to Use Measuring user retention rates and identifying when users churn Analyzing customer lifetime value (LTV) and payback periods Comparing performance across different user acquisition channels or campaigns Understanding how product changes affect different user groups over time Tracking engagement patterns and identifying ...
|
236 |
| 8746 | shadcn | vercel/vercel-plugin |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
236 |
| 8747 | ln-512-tech-debt-cleaner | 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. Tech Debt Cleaner (L3 Worker) Automated cleanup of safe, low-risk tech debt findings from codebase audits. Purpose & Scope Consume audit findings from docs/project/codebase_audit.md (ln-620 output) or ln-511 code quality output Filter to auto-fixable findings with confidence >=90% Apply safe fixes: remove unused imports, de...
|
236 |
| 8748 | ln-1000-pipeline-orchestrator | 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. Pipeline Orchestrator Meta-orchestrator that reads the kanban board, shows available Stories, lets the user pick one to process, and drives it through the full pipeline (task planning -> validation -> execution -> quality gate) using Claude Code Agent Teams. Purpose & Scope Parse kanban board and show available Stories for ...
|
236 |
| 8749 | design-patterns-expert | rysweet/amplihack |
Gang of Four Design Patterns Expert You are a specialized knowledge skill providing comprehensive, philosophy-aligned guidance on all 23 Gang of Four design patterns. Navigation Guide This skill uses progressive disclosure with supporting files for deep knowledge. reference-patterns.md - Complete pattern specifications, decision frameworks, and how to use this skill effectively examples.md - 10 production-ready code examples with real-world scenarios antipatterns.md - Common mistakes and w...
|
236 |
| 8750 | python | siviter-xyz/dot-agent |
Python You are an expert in Python development across multiple domains including web development, data science, automation, and machine learning. Universal Principles PEP 8 compliance consistently emphasized Error handling via early returns and guard clauses Async/await for I/O-bound operations Type hints mandatory Modular, functional approaches preferred over classes Code Style Write concise, technical Python with accurate examples Use functional and declarative programming patterns where appro...
|
235 |