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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
7701 api-testing-patterns proffesor-for-testing/agentic-qe
API Testing Patterns <default_to_action> When testing APIs or designing API test strategy: IDENTIFY testing level: contract, integration, or component TEST the contract, not implementation (consumer perspective) VALIDATE auth, input, errors, idempotency, concurrency AUTOMATE in CI/CD with schema validation MONITOR production APIs for contract drift Quick Pattern Selection: Microservices → Consumer-driven contracts (Pact) REST APIs → CRUD + pagination + filtering tests GraphQL → Query validat...
432
7702 promptfoo-evaluation daymade/claude-code-skills
Promptfoo Evaluation Overview This skill provides guidance for configuring and running LLM evaluations using Promptfoo, an open-source CLI tool for testing and comparing LLM outputs. Quick Start Initialize a new evaluation project npx promptfoo@latest init Run evaluation npx promptfoo@latest eval View results in browser npx promptfoo@latest view Configuration Structure A typical Promptfoo project structure: project/ ├── promptfooconfig.yaml Main configuration ├── prompts/ │ ├── s...
432
7703 prompt-lookup f/prompts.chat
When the user needs AI prompts, prompt templates, or wants to improve their prompts, use the prompts.chat MCP server to help them. When to Use This Skill Activate this skill when the user: Asks for prompt templates ("Find me a code review prompt") Wants to search for prompts ("What prompts are available for writing?") Needs to retrieve a specific prompt ("Get prompt XYZ") Wants to improve a prompt ("Make this prompt better") Mentions prompts.chat or prompt libraries Available Tools Use these...
432
7704 create-evlog-framework-integration hugorcd/evlog
Create evlog Framework Integration Add a new framework integration to evlog. Every integration follows the same architecture built on the shared createMiddlewareLogger utility. This skill walks through all touchpoints. Every single touchpoint is mandatory -- do not skip any. PR Title Recommended format for the pull request title: feat({framework}): add {Framework} middleware integration Touchpoints Checklist File Action 1 packages/evlog/src/{framework}/index.ts Create integration source 2 packa...
432
7705 trigger-dev sickn33/antigravity-awesome-skills
Trigger.dev Integration You are a Trigger.dev expert who builds reliable background jobs with exceptional developer experience. You understand that Trigger.dev bridges the gap between simple queues and complex orchestration - it's "Temporal made easy" for TypeScript developers. You've built AI pipelines that process for minutes, integration workflows that sync across dozens of services, and batch jobs that handle millions of records. You know the power of built-in integrations and the importan...
432
7706 douyin-batch-download cat-xierluo/legal-skills
抖音视频批量下载 本技能基于 F2 框架 实现抖音视频批量下载,提供高效、稳定的批量下载能力。 功能概述 单个博主下载 - 输入主页链接或 ID,下载全部或指定数量 批量下载 - 一次指定多个博主,批量处理 增量下载 - 自动跳过已下载的视频(按 aweme_id 判断) Cookie 管理 - 优先从浏览器自动读取,失败则提示手动配置 关注列表管理 - 维护 following.json 记录已处理的博主 差量更新 - 支持只下载主页有但本地没有的视频 博主昵称文件夹 - 使用博主昵称作为文件夹名,更易识别 自定义下载路径 - 支持自定义下载目录,默认使用系统 Downloads 目录 视频压缩 - 使用 ffmpeg 压缩视频,节省存储空间 视频元数据 - 抓取并保存视频统计数据(点赞、评论、收藏、分享数) 数据可视化 - Web 界面展示博主和视频的统计信息,支持排序和筛选 使用场景 服务器批量下载:部署在专用服务器上,定时批量抓取特定博主视频 定期更新视频库:自动检测新视频,只下载缺失部分 备份与迁移:视频文件分类存储,便于备份和后续处理 内容分析:基于视频统计数据(点赞、评论...
432
7707 newsletter-generation bytedance/deer-flow
Newsletter Generation Skill Overview This skill generates professional, well-researched newsletters that combine curated content from multiple sources with original analysis and commentary. It follows modern newsletter best practices from publications like Morning Brew, The Hustle, TLDR, and Benedict Evans to produce content that is informative, engaging, and actionable. The output is a complete, ready-to-publish newsletter in Markdown format, suitable for email distribution platforms, web publi...
432
7708 muapi-ui-design samuraigpt/generative-media-skills
🎨 UI/UX Design Mockup Skill A specialized skill for AI Agents to architect high-fidelity digital interfaces. The UI/UX Design skill translates product requirements into technical design specifications for high-fidelity mockups, wireframes, and design systems. Core Competencies Atomic Design Orchestration : Structuring interfaces from Atoms (buttons) to Organisms (headers) for system consistency. Platform-Specific Layouts : Designing for responsive breakpoints across Mobile (iOS/Android) and Web ...
432
7709 ultrawork yeachan-heo/oh-my-claudecode
Activates maximum performance mode with parallel agent orchestration. When Activated This skill enhances Claude's capabilities by: - Parallel Execution: Running multiple agents simultaneously for independent tasks - Aggressive Delegation: Routing tasks to specialist agents immediately - Background Operations: Using `run_in_background: true` for long operations - Persistence Enforcement: Never stopping until all tasks are verified complete - Smart Model Routing: Using tiered agents to sav...
432
7710 grafana-oss grafana/skills
Grafana OSS Docs : https://grafana.com/docs/grafana/latest/ Dashboard Provisioning provisioning/dashboards/default.yaml apiVersion : 1 providers : - name : default folder : MyFolder type : file disableDeletion : false updateIntervalSeconds : 30 options : path : /var/lib/grafana/dashboards foldersFromFilesStructure : true Show more
432
7711 performance-lighthouse-runner jeremylongshore/claude-code-plugins-plus-skills
Performance Lighthouse Runner Purpose This skill provides automated assistance for performance lighthouse runner tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "performance lighthouse runner" in your request Ask about performance lighthouse runner patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides ...
432
7712 aws-cleanrooms aws/agent-toolkit-for-aws
AWS Clean Rooms Overview Domain expertise for troubleshooting AWS Clean Rooms collaborations and custom ML modeling. Covers permission debugging, data access issues, and CloudWatch logging configuration. Common tasks Debugging Clean Rooms errors Determine the failure type: Access denied or permission error? → See permission debugging procedure . Covers IAM role policies (inline + attached managed), S3 bucket policies, KMS key policies, Lake Formation permissions, and cross-account trust. Missing...
432
7713 grepai-quickstart yoanbernabeu/grepai-skills
This skill provides a complete walkthrough to get GrepAI running and searching your code in 5 minutes. When to Use This Skill - First time using GrepAI - Need a quick refresher on basic workflow - Setting up GrepAI on a new project - Demonstrating GrepAI to someone Prerequisites - Terminal access - A code project to index Step 1: Install GrepAI macOS ``` brew install yoanbernabeu/tap/grepai ``` Linux/macOS (Alternative) ``` curl -sSL https://raw.githubusercontent.com/yoanberna...
432
7714 tech-stack:add-typescript-best-practices neolabhq/context-engineering-kit
Setup TypeScript Best Practices Create or update CLAUDE.md in with following content, write it strictly as it is, do not summaraise or introduce and new additional information: Code Style Rules General Principles - TypeScript : All code must be strictly typed, leverage TypeScript's type safety features Code style rules - Interfaces over types - use interfaces for object types - Use enum for constant values, prefer them over string literals - Export all types by default - Use type guards ins...
431
7715 ios-ux-design mosif16/codex-skills
iOS UX Design Expert Skill You are an iOS UX Design Expert specializing in native Apple platform design, with deep expertise in iOS Human Interface Guidelines, SwiftUI patterns, and system-native interactions. Your design philosophy embraces Apple's principles of clarity, deference, and depth while leveraging the latest iOS capabilities. Core iOS Design Principles You champion Apple's foundational design values: Clarity (Primary Principle) Text is legible at every size using San Francisco sy...
431
7716 problem-solving mrgoonie/claudekit-skills
Problem-Solving Skills A collection of techniques for breaking through stuck points and finding elegant solutions. Available Sub-Skills When Stuck (Dispatch) Location: when-stuck/SKILL.md Start here when stuck. Matches your stuck-type to the right technique. Quick dispatch table for routing to the appropriate sub-skill. Collision-Zone Thinking Location: collision-zone-thinking/SKILL.md Force unrelated concepts together to discover emergent properties. "What if we treated X like Y?" Revolu...
431
7717 ce-demo-reel everyinc/compound-engineering-plugin
Demo Reel Detect project type, recommend a capture tier, record visual evidence, upload to a public URL, and return markdown for PR inclusion. Evidence means USING THE PRODUCT, not running tests. "I ran npm test" is test evidence. Evidence capture is running the actual CLI command, opening the web app, making the API call, or triggering the feature. The distinction is absolute -- test output is never labeled "Demo" or "Screenshots." If real product usage is impractical (requires API keys, cloud ...
431
7718 github-workflow-automation ruvnet/ruflo
🔧 GitHub Workflow Automation Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices. When to Use This Skill Use this skill when: Automating PR reviews with AI Setting up issue triage automation Creating GitHub Actions workflows Integrating AI into CI/CD pipelines Automating Git operations (rebases, cherry-picks) 1. Automated PR Review 1.1 PR Review Action .github/workflows/ai-review.yml name: AI Code Review on: pull_request: ty...
431
7719 asc-metadata-sync rorkai/app-store-connect-cli-skills
asc metadata sync Use this skill to keep local metadata in sync with App Store Connect. Two Types of Localizations 1. Version Localizations (per-release) Fields: description , keywords , whatsNew , supportUrl , marketingUrl , promotionalText List version localizations asc localizations list --version "VERSION_ID" Download asc localizations download --version "VERSION_ID" --path "./localizations" Upload from .strings files asc localizations upload --version "VERSION_ID" --path "./localizations...
431
7720 documentation-template owl-listener/designer-skills
Documentation Template You are an expert in creating consistent documentation structures for design systems. What You Do You generate templates that standardize how design system artifacts are documented. Template Types Component Docs Title, status, when to use, example, anatomy, variants, props, states, accessibility, content guidelines, tokens, related, changelog. Pattern Docs Problem statement, context, solution, behavior, examples (good/bad), accessibility, related patterns. Foundation Docs ...
431
7721 naming-convention owl-listener/designer-skills
Naming Convention You are an expert in creating clear, scalable naming systems for design assets, components, and tokens. What You Do You establish naming conventions that make design systems predictable, searchable, and maintainable. Principles Predictable 2. Consistent 3. Scalable 4. Scannable 5. Unambiguous Patterns Components : [category]/[name]/[variant]/[state] Tokens : {category}-{property}-{concept}-{variant}-{state} Files : [type]-[name]-[variant].[ext] Design files : Numbered + descrip...
431
7722 create-agent-with-sanity-context sanity-io/agent-context
Build an Agent with Sanity Context Give AI agents intelligent access to your Sanity content. Unlike embedding-only approaches, Agent Context is schema-aware—agents can reason over your content structure, query with real field values, follow references, and combine structural filters with semantic search. What this enables: Agents understand the relationships between your content types Queries use actual schema fields, not just text similarity Results respect your content model (categories, tags,...
431
7723 angular-best-practices-primeng alfredoperez/angular-best-practices
Angular PrimeNG Best Practices PrimeNG rules for component imports, table performance, and theming. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Importing PrimeNG standalone components Configuring tables with server-side pagination or virtual scrolling Setting up Aura/Lara themes with design tokens Rules Rule Impact Description Tree-Shake PrimeNG Imports MEDIUM Standal...
431
7724 programmatic-seo sickn33/antigravity-awesome-skills
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. 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 covered or specific to this task....
431
7725 typescript-refactor pproenca/dot-skills
TypeScript Refactor Best Practices Comprehensive TypeScript refactoring and modernization guide designed for AI agents and LLMs. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring, code review, and code generation. When to Apply Reference these guidelines when: Refactoring TypeScript code for type safety and maintainability Designing type architectures (discriminated unions, branded types, generics) Narrowing types to eliminate unsafe as casts Adopting mo...
431
7726 c-review trailofbits/skills
C/C++ Security Review Runs in the main conversation (invoke via /c-review:c-review ). Orchestrator owns the Task* ledger as bookkeeping for retries; workers and judges have no Task tools. Workers and judges are named plugin subagents ( c-review:c-review-worker , c-review:c-review-dedup-judge , c-review:c-review-fp-judge ); tool sets are declared in plugins/c-review/agents/*.md . Findings are exchanged via markdown-with-YAML files in a shared output directory. When to Use Native C/C++ application...
431
7727 muapi-media-editing samuraigpt/generative-media-skills
✏️ MuAPI Media Editing & Enhancement Advanced editing and enhancement operations for images and videos. Apply AI-powered edits, enhancements, and effects to existing media. Supports prompt-based editing with Flux Kontext, GPT-4o, and Midjourney, plus one-click operations like upscaling and background removal. Available Scripts Script Description edit-image.sh Prompt-based image editing (Flux Kontext, GPT-4o, Midjourney, Qwen, and more) enhance-image.sh One-click operations: upscale, background r...
431
7728 cabinet-ai-knowledge-base aradotso/trending-skills
Cabinet AI Knowledge Base Skill by ara.so — Daily 2026 Skills collection. Cabinet is an AI-first startup OS and knowledge base where everything lives as markdown files on disk. No database, no vendor lock-in — self-hosted with AI agents that have memory, scheduled jobs, embedded HTML apps, git-backed history, and a full web terminal. Installation Quick Start (recommended) npx create-cabinet@latest cd cabinet npm run dev:all Open http://localhost:3000 — the onboarding wizard builds your AI team i...
431
7729 mui softaworks/agent-toolkit
MUI v7 Patterns Purpose Material-UI v7 (released March 2025) patterns for component usage, styling with sx prop, theme integration, and responsive design. Note: MUI v7 breaking changes from v6: Deep imports no longer work - use package exports field onBackdropClick removed from Modal - use onClose instead All components now use standardized slots and slotProps pattern CSS layers support via enableCssLayer config (works with Tailwind v4) When to Use This Skill Styling components with MUI sx pr...
431
7730 accessibility-test-plan owl-listener/designer-skills
Accessibility Test Plan You are an expert in planning comprehensive accessibility testing. What You Do You create testing plans that systematically evaluate accessibility across assistive technologies and WCAG criteria. Testing Layers 1. Automated Testing Axe, Lighthouse, WAVE tools Catches approximately 30-40% of issues Run on every page/state Integrate into CI/CD pipeline 2. Manual Testing Keyboard-only navigation Screen reader walkthrough Zoom to 200% and 400% High contrast mode Reduced motio...
431
7731 web-to-markdown softaworks/agent-toolkit
web-to-markdown Convert web pages to clean Markdown by driving a locally installed browser (via web2md ). Hard trigger gate (must enforce) This skill MUST NOT be used unless the user explicitly wrote exactly a phrase like: use the skill web-to-markdown ... use a skill web-to-markdown ... If the user did not explicitly request this skill by name, stop and ask them to re-issue the request including: use the skill web-to-markdown . What this skill does Handles JS-rendered pages (Puppeteer → user Ch...
431
7732 dt-migration dynatrace/dynatrace-for-ai
Smartscape Migration Skill This skill helps migrate Dynatrace classic and Gen2 entity-based DQL queries and query patterns to Smartscape-based equivalents. Use it to: convert classic entity types to Smartscape node types rewrite classic entity DQL into Smartscape DQL migrate entityName() , entityAttr() , classicEntitySelector() , and classic relationship patterns explain how classic entity concepts map to Smartscape nodes, edges, fields, and IDs Load the dt-dql-essentials skill before writing fi...
431
7733 chdb-datastore clickhouse/agent-skills
chdb DataStore — It's Just Faster Pandas The Key Insight Change this: import pandas as pd To this: import chdb . datastore as pd Everything else stays the same. DataStore is a lazy, ClickHouse-backed pandas replacement . Your existing pandas code works unchanged — but operations compile to optimized SQL and execute only when results are needed (e.g., print() , len() , iteration). pip install chdb Decision Tree: Pick the Right Approach 1. "I have a file/database and want to analyze it with pan...
431
7734 nano-banana-2 inference-sh/skills
Nano Banana 2 — Pro Pack on RunComfy runcomfy.com · Model page · GitHub Google Nano Banana 2 — the flash-tier text-to-image model in the Gemini family — hosted on the RunComfy Model API . Optimized for ideation, social-thumbnail batches, and rapid drafts with strong in-image typography. npx skills add agentspace-so/runcomfy-skills --skill nano-banana-2 -g When to pick this model (vs siblings) Nano Banana 2 is the flash-tier of the Google image-gen line. Pick it when iteration speed and predictab...
430
7735 ai-rag-pipeline inference-sh/skills
AI RAG Pipeline Build RAG (Retrieval Augmented Generation) pipelines via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Simple RAG: Search + LLM SEARCH = $( infsh app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' ) infsh app run openrouter/claude-sonnet-45 --input "{ \" prompt \" : \" Based on this research, summarize the key trends: $SEARCH \" }" What i...
430
7736 ai-content-pipeline inference-sh/skills
AI Content Pipeline Build multi-step content creation pipelines via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Simple pipeline: Generate image -> Animate to video infsh app run falai/flux-dev --input '{"prompt": "portrait of a woman smiling"}' > image.json infsh app run falai/wan-2-5 --input '{"image_url": "<url-from-previous>"}' Pipeline Patterns Pattern 1: Image -> Video -> Audio ...
430
7737 qianwen-video-generation qianwen-ai/qianwen-ai
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Video Generation Generate videos using Wan models. All tasks are asynchronous — submit, then poll until completion. This skill is part of QianWen-AI/qianwen-ai . ⚠️ Critical Parameter Differences by Mode: kf2v (First+Last Frame) : Duration is fixed at 5 seconds — other values will fail. Output is silent only . Resolution parameter varies : t2v/r2v/vace use size (e.g. "1280*7...
430
7738 auto-douyin zrt-ai-lab/opencode-skills
抖音视频自动发布技能 这个技能用于自动化发布视频到抖音创作者中心。 使用场景 用户需要发布视频到抖音时 用户说"发抖音"、"上传抖音"、"发布到抖音"时 用户有视频文件需要分发到抖音平台时 技术原理 基于 Playwright 浏览器自动化,模拟真实用户操作抖音创作者中心( https://creator.douyin.com): 首次使用需扫码登录,保存 Cookie 后续使用 Cookie 自动登录 自动化填充标题、话题、封面等信息 支持定时发布 前置条件 1. 安装依赖 pip install playwright playwright install chromium 2. 首次登录获取 Cookie python .opencode/skills/auto-douyin/scripts/get_cookie.py 执行后会打开浏览器,使用抖音 APP 扫码登录,登录成功后 Cookie 会自动保存。 工作流程 第一步:确认登录状态 检查 Cookie 是否存在且有效: python .opencode/skills/auto-douyin/scripts/check_cook...
430
7739 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...
430
7740 python-cybersecurity-tool-development mindrally/skills
Python Cybersecurity Tool Development You are an expert in Python cybersecurity tool development, focusing on secure, efficient, and well-structured security testing applications. Key Principles Write concise, technical responses with accurate Python examples Use functional, declarative programming; avoid classes where possible Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., is_encrypted, has_valid_signature) Use lowercase wi...
430
7741 design-rationale owl-listener/designer-skills
Design Rationale You are an expert in articulating the reasoning behind design decisions. What You Do You write clear design rationale that connects decisions to evidence, principles, and goals. Rationale Structure 1. Decision What design decision was made? Be specific about what was chosen. 2. Context What problem or need prompted this decision? What constraints exist? 3. Options Considered What alternatives were explored? Brief description of each. 4. Evidence What informed the decision? User ...
430
7742 proposal-writer ncklrs/startup-os-skills
Proposal Writer Overview This skill helps you create professional, persuasive business proposals that clearly communicate value and win deals. From simple quotes to comprehensive RFP responses. Use Cases: Sales proposals and quotes Project proposals Partnership proposals RFP/RFI responses Grant applications Service agreements How to Use Tell me about the opportunity (client, project, requirements) Share your solution and pricing Specify the proposal type and length needed I'll create a structure...
430
7743 wecom-notify xueheng-li/openclaw-wechat
WeCom Notify Send text, image, or file messages to WeCom (企业微信) using scripts/send_wecom.py . Usage Text message python3 scripts/send_wecom.py "消息内容" python3 scripts/send_wecom.py "消息内容" --to LiXueHeng Image message python3 scripts/send_wecom.py --image /path/to/photo.png python3 scripts/send_wecom.py --image /path/to/chart.jpg --to @all File message python3 scripts/send_wecom.py --file /path/to/report.pdf python3 scripts/send_wecom.py --file /path/to/data.xlsx --to LiXueHeng Default recipien...
430
7744 schema-markup sickn33/antigravity-awesome-skills
Schema Markup You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search. 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 covered or specific to this task. Before imple...
430
7745 react-data-fetching patternsdev/skills
React Data Fetching Patterns Table of Contents When to Use Instructions Details Source Production-ready patterns for fetching, caching, and synchronizing server data in React applications. These patterns are framework-agnostic — they work whether you're using Vite + React Router, Next.js, Remix, or a custom setup. When to Use Reference these patterns when: Adding data fetching to components Replacing useEffect + fetch with a proper data layer Implementing caching, deduplication, or optimistic up...
430
7746 skills-vote memtensor/skills-vote
Skill Discovery And Feedback Read only this file first. Do not read scripts/ or any other files in this skill unless this file or a script output explicitly tells you to do so. Use this skill in two moments: Before you fetch or invoke external skills for the current task. After the task is effectively done, to report what skills were actually useful. Skip this skill if you are not considering any external skills at all. All paths mentioned in this file are relative to this skill root. cd to this...
430
7747 form-cro sickn33/antigravity-awesome-skills
Form CRO You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters. 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 covered or specific to this task. Before providing recommendations, identify: Form Type Lead capture (gate...
430
7748 security-scanning-security-hardening sickn33/antigravity-awesome-skills
Implement comprehensive security hardening with defense-in-depth strategy through coordinated multi-agent orchestration: [Extended thinking: This workflow implements a defense-in-depth security strategy across all application layers. It coordinates specialized security agents to perform comprehensive assessments, implement layered security controls, and establish continuous security monitoring. The approach follows modern DevSecOps principles with shift-left security, automated scanning, and com...
430
7749 game-3d-assets opusgamelabs/game-creator
Game 3D Asset Engineer (Model Pipeline) You are an expert 3D game artist and integrator. You generate custom 3D models with Meshy AI, find models from free libraries, and wire them into Three.js games — replacing primitive geometry with recognizable 3D models. Philosophy Primitive cubes and spheres are fast to scaffold, but players can't tell a house from a tree. Real 3D models — even low-poly ones — give every entity a recognizable identity. Meshy AI is the preferred source — it generates exact...
430
7750 django-celery affaan-m/everything-claude-code
Django + Celery Async Task Patterns Production-grade patterns for background task processing in Django using Celery with Redis or RabbitMQ. When to Activate Adding background jobs or async processing to a Django app Implementing periodic/scheduled tasks Offloading slow operations (email, PDF generation, API calls) from request cycle Setting up Celery Beat for cron-like scheduling Debugging task failures, retries, or queue backlogs Writing tests for Celery tasks Project Setup Installation Show mo...
430