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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
16451 nextjs-15 gentleman-programming/gentleman-skills
App Router File Conventions app/ ├── layout.tsx Root layout (required) ├── page.tsx Home page (/) ├── loading.tsx Loading UI (Suspense) ├── error.tsx Error boundary ├── not-found.tsx 404 page ├── (auth)/ Route group (no URL impact) │ ├── login/page.tsx /login │ └── signup/page.tsx /signup ├── api/ │ └── route.ts API handler └── _components/ Private folder (not routed) Server Components (Default) // No directi...
45
16452 golang-best-practices difyz9/golang-best-practices
Golang Best Practices Overview This skill provides battle-tested best practices for Go development, covering project organization, error handling, concurrency patterns, testing strategies, performance optimization, and code quality standards. Use these guidelines when writing, reviewing, or refactoring Go code. Project Structure Standard Layout Follow a clean and practical Go project structure: project/ ├── cmd/ │ └── server/ │ └── main.go Application entry point ├── internal/...
45
16453 k6-script-generator jeremylongshore/claude-code-plugins-plus-skills
K6 Script Generator Purpose This skill provides automated assistance for k6 script generator tasks within the Performance Testing domain. When to Use This skill activates automatically when you: Mention "k6 script generator" in your request Ask about k6 script generator patterns or best practices Need help with performance testing skills covering load testing, stress testing, benchmarking, and performance monitoring. Capabilities Provides step-by-step guidance for k6 script generator Follows ind...
45
16454 cards-containers dylantarre/animation-principles
Card & Container Animation Principles Apply Disney's 12 principles to cards and containers for engaging, dimensional interfaces. Principles Applied to Cards 1. Squash & Stretch Cards can subtly compress on drag-start and stretch when released. Keep it minimal: 2-3% scale change maximum. 2. Anticipation Before expanding a card to detail view, briefly scale down (0.98) for 50ms, then expand. Prepares user for the transformation. 3. Staging The card being interacted with should lift above ot...
45
16455 laravel:writing-plans jpcaparas/superpowers-laravel
Turn a confirmed design into a sequence of small, testable steps. Include guardrails and validation before handoff. Structure - Scaffolding Runner: confirm Sail or host - Branch & workspace prep (worktrees optional) - Data Model Migrations and factories (one commit per change) - Seeders if needed for demo flows - Services & Interfaces Controllers/Requests/Resources (or actions) - Ports & adapters for external systems - Jobs/events/listeners as needed - Tests (TDD) Feature tests for...
45
16456 video-production cklxx/elephant.ai
Remotion Video Production Programmable video production skill using Remotion. Generate automated videos from text instructions and produce consistent, brand-aligned videos at scale. When to use this skill Automated video generation : Generate videos from text instructions Brand video production : High-volume videos with consistent style Programmable content : Combine narration, visuals, and animation Marketing content : Product intros, onboarding, promo videos Instructions Step 1: Define the Vid...
45
16457 git-branch-naming laurigates/claude-plugins
Git Branch Naming Conventions Consistent branch naming improves traceability, enables automation, and makes repository history easier to navigate. When to Use This Skill Use this skill when... Use something else when... Creating a new feature/fix branch Managing PR workflows → git-branch-pr-workflow Setting up team branch conventions Committing changes → git-commit-workflow Discussing naming standards Rebase/merge strategies → git-branch-pr-workflow Branch Name Format {type}/{issue}-{short-descr...
45
16458 ugc campaign planner eddiebe147/claude-settings
UGC Campaign Planner Plan and execute user-generated content campaigns that build community and authenticity When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create ugc campaign planner ugc campaign Review and optimize review ugc campaign planner Get best practices ugc ...
45
16459 nps survey creator eddiebe147/claude-settings
NPS Survey Creator Expert Net Promoter Score survey system that helps you measure, analyze, and act on customer loyalty data. This skill provides structured workflows for designing effective NPS programs, analyzing responses, and turning feedback into action. NPS is the gold standard for measuring customer loyalty and predicting growth. But the score itself is just the beginning - the real value is in understanding the "why" behind the number and taking action. This skill helps you build an NPS ...
45
16460 tech-debt-tracker borghei/claude-skills
Tech Debt Tracker Tier : POWERFUL Category : Engineering Process Automation Expertise : Code Quality, Technical Debt Management, Software Engineering Overview Tech debt is one of the most insidious challenges in software development - it compounds over time, slowing down development velocity, increasing maintenance costs, and reducing code quality. This skill provides a comprehensive framework for identifying, analyzing, prioritizing, and tracking technical debt across codebases. Tech debt isn't...
45
16461 training-log-analyzer onewave-ai/claude-skills
Training Log Analyzer Track workouts, stats, progress over time. Identify improvement areas, plateaus, rest/recovery needs, peak performance timing, injury risk. Instructions You are an expert sports scientist and performance analyst. Analyze training logs to identify: improvement trends, plateau periods, rest/recovery needs, peak performance windows, injury risk indicators, and data-driven training adjustments. Output Format Training Log Analyzer Output Generated: {timestamp} --- Resul...
45
16462 survey-analyzer dkyazzentwatwa/chatgpt-skills
Survey Analyzer Comprehensive survey data analysis with Likert scales, cross-tabs, and sentiment analysis. Features Likert Scale Analysis : Agreement scale scoring and visualization Cross-Tabulation : Relationship analysis between categorical variables Frequency Analysis : Response distributions and percentages Sentiment Scoring : Text response sentiment analysis Open-Ended Analysis : Theme extraction from text responses Statistical Tests : Chi-square, correlations, significance testing Visualiz...
45
16463 security-audit dirnbauer/webconsulting-skills
Security Auditing Workflow Bundle Overview Comprehensive security auditing workflow for web applications, APIs, and infrastructure. This bundle orchestrates skills for penetration testing, vulnerability assessment, security scanning, and remediation. When to Use This Workflow Use this workflow when: Performing security audits on web applications Testing API security Conducting penetration tests Scanning for vulnerabilities Hardening application security Compliance security assessments Workflow P...
45
16464 customer-success dengineproblem/agents-monorepo
Customer Success Comprehensive customer success management covering onboarding, health scoring, QBRs, expansion playbooks, and retention strategies. Overview This skill covers: Customer onboarding programs Health scoring and monitoring QBR (Quarterly Business Review) templates Expansion and upsell playbooks Retention and churn prevention Customer Onboarding Onboarding Program Structure onboarding_phases : phase_1_kickoff : duration : "Week 1" goals : - establish_relationship - set_expectations -...
45
16465 codex longranger2/claude-gpt-workflow
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
45
16466 analytics-unused laurigates/claude-plugins
/analytics:unused Identify commands and skills that have never been invoked, helping you discover unused features or clean up unused plugins. Context Check analytics availability: if [ [ ! -f ~/.claude-analytics/summary.json ] ] ; then echo "No analytics data yet. Cannot determine unused commands/skills." exit 0 fi Execution Scan for unused commands and skills: ANALYTICS_DIR = " ${ HOME } /.claude-analytics" SUMMARY_FILE = " ${ANALYTICS_DIR} /summary.json" echo "🔍 Scanning for unused commands an...
45
16467 capsule-crm membranedev/application-skills
Capsule CRM Capsule CRM is a customer relationship management (CRM) platform. It helps small to medium-sized businesses manage contacts, sales pipelines, and customer interactions. Sales teams and account managers use it to track leads and nurture customer relationships. Official docs: https://developer.capsulecrm.com/ Capsule CRM Overview Opportunity Track Case Contact Organization Project Working with Capsule CRM This skill uses the Membrane CLI to interact with Capsule CRM. Membrane handles a...
45
16468 audit-log-generator dengineproblem/agents-monorepo
Audit Log Generator Expert Эксперт в проектировании и реализации логов аудита для безопасности, соответствия требованиям и мониторинга. Основные элементы лога Каждая запись должна содержать: Timestamp : UTC с точностью до миллисекунд Event ID : Уникальный идентификатор Actor : Кто выполнил действие Action : Что было выполнено (CREATE, READ, UPDATE, DELETE) Resource : На что было воздействие Source : IP адрес, приложение Result : Успех/неудача Risk Level : Классификация критичности JSON формат (р...
45
16469 secrets-scanner patricio0312rev/skills
Secrets Scanner Detect and prevent leaked credentials in your codebase. Secret Detection Patterns .gitleaks.toml title = "Gitleaks Configuration" [[rules]] id = "aws-access-key" description = "AWS Access Key" regex = '''(A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}''' tags = ["key", "AWS"] [[rules]] id = "aws-secret-key" description = "AWS Secret Key" regex = '''(?i)aws(.{0,20})?(?-i)['\"][0-9a-zA-Z\/+]{40}['\"]''' tags = ["key", "AWS"] [[rules]] id = "github-token" des...
45
16470 tool-x-article-publisher heyvhuang/ship-faster
X Article Publisher Publish Markdown content into X (Twitter) Articles as a draft , preserving formatting via rich text paste and deterministic image insertion. Hard Rules (Safety) Never auto-publish (draft only; user publishes manually). User must be logged in before automation starts. First image = cover image (if any). Prerequisites Browser automation available (Playwright MCP or equivalent) X account can access Articles (Premium / Premium Plus) macOS recommended (clipboard helper uses Cocoa)...
45
16471 ls-lint paulrberg/agent-skills
ls-lint v2.3 Version Notice: This skill documents ls-lint v2.3 specifically. Before proceeding, verify the installed version matches: ls-lint --version or npx @ls-lint/ls-lint --version If a different version is installed, stop and consult the official documentation for that version at https://ls-lint.org or the GitHub repository at https://github.com/loeffel-io/ls-lint . Configuration syntax and available rules may differ between versions. An extremely fast directory and filename linter that e...
45
16472 axiom-timer-patterns charleswiltgen/axiom
Timer Safety Patterns Overview Timer-related crashes are among the hardest to diagnose because they're often intermittent and the crash log points to GCD internals, not your code. Core principle : DispatchSourceTimer has a state machine — violating it causes deterministic EXC_BAD_INSTRUCTION crashes that look random. Timer (NSTimer) has a RunLoop mode trap that silently stops your timer during scrolling. Both are preventable with the patterns in this skill. Example Prompts "My timer stops when t...
45
16473 claude-code-project-memory vasilyu1983/ai-agents-public
Claude Code Project Memory (Jan 2026) Configure CLAUDE.md project memory so Claude Code gets stable, scoped instructions across sessions while keeping token cost low. Quick Reference Memory Type Typical Location Purpose Managed policy OS-dependent (see official docs) Organization-wide standards (security, compliance) Project memory ./CLAUDE.md or ./.claude/CLAUDE.md Shared project context and conventions Project rules ./.claude/rules/*.md Modular, topic-focused rules (testing, security, style)...
45
16474 v3 cli modernization proffesor-for-testing/agentic-qe
V3 CLI Modernization What This Skill Does Modernizes claude-flow v3 CLI with interactive prompts, intelligent command decomposition, enhanced hooks integration, performance optimization, and comprehensive workflow automation capabilities. Quick Start Initialize CLI modernization analysis Task ( "CLI architecture" , "Analyze current CLI structure and identify optimization opportunities" , "cli-hooks-developer" ) Modernization implementation (parallel) Task ( "Command decomposition" , "Break dow...
45
16475 django teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
45
16476 productivity-ai-tools omer-metin/skills-for-antigravity
Productivity Ai Tools Identity Reference System Usage You must ground your responses in the provided reference files, treating them as the source of truth for this domain: For Creation: Always consult references/patterns.md. This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here. For Diagnosis: Always consult references/sharp_edges.md. This file lists the critical failures and "why" they happen. Use it to explain risks to the user. For Review...
45
16477 tuzi-comic tuziapi/tuzi-skills
Knowledge Comic Creator Create original knowledge comics with flexible art style × tone combinations. Usage /tuzi-comic posts/turing-story/source.md /tuzi-comic article.md --art manga --tone warm /tuzi-comic then paste content Options Visual Dimensions Option Values Description --art ligne-claire (default), manga, realistic, ink-brush, chalk Art style / rendering technique --tone neutral (default), warm, dramatic, romantic, energetic, vintage, action Mood / atmosphere --layout standard (default...
45
16478 cm dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
CM - CASS Memory System Procedural memory for AI coding agents. Transforms scattered sessions into persistent, cross-agent memory. Uses a three-layer cognitive architecture that mirrors human expertise development. Why This Exists AI coding agents accumulate valuable knowledge but it's: Trapped in sessions - Context lost when session ends Agent-specific - Claude doesn't know what Cursor learned Unstructured - Raw logs aren't actionable guidance Subject to collapse - Naive summarization loses...
45
16479 github-triage code-yeongyu/oh-my-openagent
GitHub Triage - Read-Only Analyzer Architecture 1 ISSUE/PR = 1 task_create = 1 quick SUBAGENT (background). NO EXCEPTIONS. Rule Value Category quick Execution run_in_background=true Parallelism ALL items simultaneously Tracking task_create per item Output /tmp/{YYYYMMDD-HHmmss}/issue-{N}.md or pr-{N}.md Zero-Action Policy (ABSOLUTE) <zero_action> Subagents MUST NEVER run ANY command that writes or mutates GitHub state. FORBIDDEN (non-exhaustive): gh issue comment , gh issue close , gh issue edit...
45
16480 atc-model-converter ascend-ai-coding/awesome-ascend-skills
ATC Model Converter Complete guide for converting ONNX models to Ascend AI processor compatible format using ATC (Ascend Tensor Compiler) tool. Supported CANN Versions: 8.3.RC1, 8.5.0 ⚠️ Critical Compatibility Requirements Before starting, ensure your environment meets these requirements: Component Requirement Why Python 3.7, 3.8, 3.9, or 3.10 Python 3.11+ incompatible with CANN 8.1.RC1 NumPy < 2.0 (e.g., 1.26.4) CANN uses deprecated NumPy API ONNX Opset 11 or 13 (for CANN 8.1.RC1) Higher opset ...
45
16481 exit strategist eddiebe147/claude-settings
Exit Strategist Plan M&A exits, prepare for acquisition, and maximize exit value When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create exit strategist exit strategy Review and optimize review exit strategist Get best practices exit strategist best practices Core Workf...
45
16482 figma teachingai/full-stack-skills
Figma MCP Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see references/figma-mcp-config.md . Figma MCP Integration Rules These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change. Required flow (do not skip) Run get_design_context first to fetch the structured representation for the exact node(s). If the response is too large or truncated, run get_met...
45
16483 flutter-architecture dhruvanbhalara/skills
Flutter Architecture Overview Provides architectural guidance and best practices for building scalable Flutter applications using MVVM pattern, layered architecture, and recommended design patterns from the Flutter team. Project Structure: Feature-First vs Layer-First Choose the right project organization based on your app's complexity and team size. Feature-First (Recommended for teams) Organize code by business features: lib/ ├── features/ │ ├── auth/ │ │ ├── data/ │ │ ├── domain/ │ ...
45
16484 hifi-download psylch/media-master
MusicMaster Music discovery (Spotify, Last.fm) and Hi-Res audio downloads (Qobuz, TIDAL) through a unified CLI. Language Match user's language : Respond in the same language the user uses. All commands use bash ${SKILL_PATH}/run.sh <script> [args...] , which activates the venv and runs the corresponding Python script. Output is human-readable by default; use --json where supported for structured output. First-Time Setup Step 1: Check Dependencies bash ${SKILL_PATH} /scripts/setup.sh check Output...
45
16485 content-trend-researcher alirezarezvani/claude-code-skill-factory
Content Trend Researcher A comprehensive content research and analysis skill designed for content creators, marketers, and publishers who need to create high-performing content based on real-world trends and user intent signals. What This Skill Does This skill acts as your content intelligence system, analyzing trends across 10+ platforms to help you: Identify trending topics - Find what's gaining traction across platforms Understand user intent - Analyze search patterns and engagement signa...
45
16486 typo3-datahandler dirnbauer/webconsulting-skills
Compatibility: TYPO3 v13.x and v14.x (v14 preferred) All code examples in this skill are designed to work on both TYPO3 v13 and v14. 1. The Prime Directive NEVER use raw SQL (`INSERT`, `UPDATE`, `DELETE`) for `pages`, `tt_content`, or any TCA-configured table. You MUST use the `DataHandler` to ensure: - Reference Index updates (`sys_refindex`) - Cache clearing - Version history (`sys_history`) - Workspace compatibility - PSR-14 event dispatching - FlexForm handling - MM relation manag...
45
16487 update-allowed-tools vinta/hal-9000
Overview Analyzes a skill's full content -- SKILL.md and any sibling files in the same directory -- to find tools it references or requires, then compares against the skill's allowed-tools frontmatter to find missing entries. Usage /update-allowed-tools <skill name> /update-allowed-tools @path/to/SKILL.md Instructions Parse argument : The argument is either a file path to a SKILL.md file, or a skill name/description. If no file path is provided, search for the skill using Glob — first in the cur...
45
16488 next-upgrade vercel-labs/vercel-skills
Upgrade Next.js Upgrade the current project to the latest Next.js version following official migration guides. Instructions Detect current version: Read package.json to identify the current Next.js version and related dependencies (React, React DOM, etc.) Fetch the latest upgrade guide: Use WebFetch to get the official upgrade documentation: Codemods: https://nextjs.org/docs/app/building-your-application/upgrading/codemods Version-specific guides (adjust version as needed): https://nextjs.o...
45
16489 agentdb advanced features proffesor-for-testing/agentic-qe
AgentDB Advanced Features What This Skill Does Covers advanced AgentDB capabilities for distributed systems, multi-database coordination, custom distance metrics, hybrid search (vector + metadata), QUIC synchronization, and production deployment patterns. Enables building sophisticated AI systems with sub-millisecond cross-node communication and advanced search capabilities. Performance : <1ms QUIC sync, hybrid search with filters, custom distance metrics. Prerequisites Node.js 18+ AgentDB v1.0....
45
16490 apache-airflow-orchestration manutej/luxor-claude-marketplace
Apache Airflow Orchestration A comprehensive skill for mastering Apache Airflow workflow orchestration. This skill covers DAG development, operators, sensors, task dependencies, dynamic workflows, XCom communication, scheduling patterns, and production deployment strategies. When to Use This Skill Use this skill when: Building and managing complex data pipelines with task dependencies Orchestrating ETL/ELT workflows across multiple systems Scheduling and monitoring batch processing jobs Coor...
45
16491 gh-fix-ci tech-leads-club/agent-skills
Gh Pr Checks Plan Fix Overview Use gh to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failure snippet, then propose a fix plan and implement after explicit approval. If a plan-oriented skill (for example create-plan ) is available, use it; otherwise draft a concise plan inline and request approval before implementing. Prereq: authenticate with the standard GitHub CLI once (for example, run gh auth login ), then confirm with gh auth status (repo + wor...
45
16492 writing-go-tests sammcj/agentic-coding
Go Testing Best Practices This skill provides actionable testing guidelines. For detailed implementation patterns, code examples, rationale, and production system references, consult go-testing-best-practices.md . When Working with Go Tests Always apply these current best practices: 1. Test Organisation Place test files alongside source code using *_test.go naming Use internal tests (same package) for unit testing unexported functions Use external tests ( package foo_test ) for integration testi...
45
16493 git-review jssfy/k-skills
Git Review — 工作复盘工具 分析当前 git 仓库指定时间范围内的所有 commits,生成结构化的工作复盘报告。适用于代码、文档、设计、调研等任何 git 管理的内容。 When to Use 当用户请求以下操作时触发: "复盘一下" / "今天做了什么" / "工作总结" "review commits" / "git 回顾" / "daily review" "这周干了什么" / "最近3天的工作" / "retrospective" 任何涉及回顾 git 提交历史并进行分析的请求 Phase 0: 解析输入 — 确定时间范围 根据用户输入确定分析的时间范围: 默认值 :昨天 22:00 到当前时间(覆盖跨午夜的工作段) 自然语言映射 : 用户输入 --after --before 今天 / today 今天 00:00 now 昨天 / yesterday 昨天 00:00 昨天 23:59 这周 / this week 本周一 00:00 now 最近N天 / last N days N天前 00:00 now 具体日期 (如 2月20日) 该日 00:00 该日...
45
16494 mikrotik-routeros-rsc alexandre-machado/ai-stuffs
Skill: RouterOS .rsc This skill guides the creation, editing, and review of RouterOS (.rsc) scripts with safe and idempotent patterns, plus validation before import. Quick workflow Define script objective and scope. Apply idempotent patterns (see References). Validate syntax and risks with the linter (scripts/lint_rsc.py). Test import with dry-run and on-error . Import in a controlled manner to production. Essential practices Prefer find where ... + conditionals before add / set . Avoid broad po...
45
16495 local-dev basedhardware/omi
Start Local Development Environment Start the backend server, macOS app, or Flutter mobile app for local development. Usage Run /local-dev to start both the backend and macOS app, or: /local-dev backend - start backend only /local-dev app - build and run the macOS app (debug mode) /local-dev app --clean - clean build and run (forces Swift recompilation) /local-dev app --release - build and run in release mode /local-dev mobile - run Flutter app in iOS simulator (dev flavor, dev backend) /local-d...
45
16496 component-version-upgrade terrylica/cc-skills
Component Version Upgrade Upgrade individual components of the TTS + Telegram bot stack without rebuilding the entire system. Platform : macOS (Apple Silicon) When to Use This Skill User wants to upgrade Kokoro TTS engine, Python dependencies, or the model User wants to update bot dependencies (Bun packages) User wants to refresh tts_generate.py from the plugin bundle User wants to bump the Bun runtime version Requirements uv installed ( brew install uv ) mise installed and configured Internet c...
45
16497 asc-screenshots keremerkan/asc-screenshots
App Store Screenshots Generator Overview Build a Next.js page that renders App Store screenshots for iPhone and iPad as advertisements (not UI showcases) and exports them via html-to-image at Apple's required resolutions. Uses FrameMe to composite app screenshots into official Apple device bezels with pixel-perfect accuracy (including Dynamic Island). Screenshots are the single most important conversion asset on the App Store. Core Principle Screenshots are advertisements, not documentation. Eve...
45
16498 kubernetes-architect rmyndharis/antigravity-skills
You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale. Use this skill when Designing Kubernetes platform architecture or multi-cluster strategy Implementing GitOps workflows and progressive delivery Planning service mesh, security, or multi-tenancy patterns Improving reliability, cost, or developer experience in K8s Do not use this skill when You only need a local dev cluster or single-node setup You a...
45
16499 publish-x-article heyvhuang/ship-faster
Publish X Article Publish Markdown content to X (Twitter) Articles editor, preserving formatting with rich text conversion. Automatically handles X Premium limitations by converting unsupported elements to images. Credits This skill is inspired by and based on wshuyi/x-article-publisher-skill. Thank you to the original author for the foundational work. Interactive Setup: Ask Subscription Type IMPORTANT: Before processing the article, ask the user about their X subscription type if not alrea...
45
16500 godot-genre-racing thedivergentai/gd-agentic-skills
Genre: Racing Expert blueprint for racing games balancing physics, competition, and sense of speed. NEVER Do NEVER rigid camera attachment — Camera locked to car causes motion sickness. Use lerp with slight delay for smooth follow. NEVER skip sense of speed — Increase FOV as speed increases, add camera shake, wind lines, motion blur. Tunnel vision breaks immersion. NEVER make physics overly realistic — "Floaty" arcade feel is often more fun than simulation. Increase gravity 2-3x, adjust wheel fr...
45