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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
15451 syncing-memory-filesystem letta-ai/letta-code
Git-Backed Memory Repos Agents with the git-memory-enabled tag have their memory blocks stored in git repositories accessible via the Letta API. This enables version control, collaboration, and external editing of agent memory. Features: Stored in cloud (GCS) Accessible via $LETTA_BASE_URL/v1/git/<agent-id>/state.git Bidirectional sync: API <-> Git (webhook-triggered, ~2-3s delay) Structure: memory/system/*.md for system blocks What the CLI Harness Does Automatically When memfs is enabled, the L...
62
15452 umbraco-localization umbraco/umbraco-cms-backoffice-skills
Umbraco Localization What is it? Localization enables UI translation through localization files managed by the Extension Registry, with English (iso code: 'en') as the fallback language. The Localization Controller (automatically available in Umbraco Elements via this.localize ) provides access to translated strings using keys. Custom translations can be added via the Extension Registry and referenced in manifests using the prefix. Documentation Always fetch the latest docs before implementing:...
62
15453 session-inspector dagster-io/erk
Session Inspector Overview Session Inspector provides comprehensive tools for inspecting Claude Code session logs stored in ~/.claude/projects/ . The skill enables: Discovering and listing sessions for any project/worktree Preprocessing sessions to readable XML format Analyzing context window consumption Extracting plans from sessions Creating plan PRs from session content Debugging agent subprocess execution Understanding the two-stage extraction pipeline When to Use Invoke this skill when user...
62
15454 webnovel-plan lingfengqaq/webnovel-writer
本技能用于将总纲细化为章节大纲,而非从头设计卷结构。 - 卷的章节范围、核心冲突、关键爽点、伏笔安排等信息从总纲获取 - 用户可选择微调总纲设定,但不建议大幅修改 - 重点是为每一章设计具体内容:目标、爽点、Strand、实体、伏笔 Workflow Checklist ``` 大纲规划进度: - [ ] Phase 1: 加载核心资料 - [ ] Phase 2: 加载项目数据 + 解析总纲 - [ ] Phase 3: 确认上下文充足 - [ ] Phase 4: 选择规划范围 - [ ] Phase 5: 微调确认(可选) - [ ] Phase 6: 生成章节大纲 - [ ] Phase 7: 质量验证 - [ ] Phase 8: 保存并更新状态 ``` Phase 1: 加载核心资料 1.1 加载爽点指南(必须执行) ``` cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-plan/references/cool-points-guide.md" ``` 关键规则: - 每章 ≥1 个小爽点(单一模式) ...
62
15455 groove-admin-config andreadellacorte/groove
groove-admin-config Outcome .groove/index.md is created or updated with values confirmed by the user. The git strategy is applied immediately. User is ready to run /groove-admin-install . Acceptance Criteria .groove/index.md exists with all config keys populated Each key was either confirmed by the user or accepted as default Git strategy is applied ( .groove/.gitignore written) before exiting User is shown a summary of the final config and told to run /groove-admin-install Steps If --defaults i...
62
15456 godot-project-foundations thedivergentai/gd-agentic-skills
Project Foundations Feature-based organization, consistent naming, and version control hygiene define professional Godot projects. Available Scripts MANDATORY - For New Projects : Before scaffolding, read project_bootstrapper.gd - Auto-generates feature folders and .gitignore. project_bootstrapper.gd Expert project scaffolding tool for auto-generating feature folders and .gitignore. scene_naming_validator.gd Scans entire project for snake_case/PascalCase violations. Run before PRs. dependency_au...
62
15457 internal-comms 404kidwiz/claude-supercode-skills
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
62
15458 gathering-architecture autumnsgrove/groveengine
Gathering Architecture 🌲🦅 The drum echoes high in the canopy. The Eagle soars above, seeing the forest's patterns. The Crow perches nearby, tilting its head at what others won't question. The Swan glides across the lake, elegant designs taking form. The Elephant moves below, building what was envisioned. Together they transform a clearing into a cathedral of code—systems that stand for seasons. When to Summon Designing new systems or services Major architectural decisions Refactoring core infras...
62
15459 cicd-automation autumnsgrove/groveengine
CI/CD Automation Skill When to Activate Activate this skill when: Creating GitHub Actions workflows Setting up automated testing Configuring deployment pipelines Adding code quality checks to CI Automating release processes Quick Start Workflow Create .github/workflows/ci.yml : name : CI on : push : branches : [ main , develop ] pull_request : branches : [ main ] jobs : test : runs-on : ubuntu - latest steps : - uses : actions/checkout@v4 - name : Install UV run : curl - LsSf https : //astral.sh...
62
15460 software-ux-research vasilyu1983/ai-agents-public
Software UX Research Skill — Quick Reference Use this skill to identify problems/opportunities and de-risk decisions. Use software-ui-ux-design to implement UI patterns, component changes, and design system updates. Dec 2025 Baselines (Core) Human-centred design: Iterative design + evaluation grounded in evidence (ISO 9241-210:2019) https://www.iso.org/standard/77520.html Usability definition: Effectiveness, efficiency, satisfaction in context (ISO 9241-11:2018) https://www.iso.org/standard/63...
62
15461 groove-work-audit andreadellacorte/groove
groove-work-audit Outcome Blindspots and gaps are identified, actionable improvements are offered. Acceptance Criteria Findings are categorized by action: Fix Now : Trivial effort, fix immediately Needs Spec : Important, requires planning Create Issues : Large effort or nice-to-have Constraints Sanitize topic (if provided) for safe use — strip path separators, special characters, and traversal patterns ( ../ ) Read memory: and specs: from .groove/index.md ; resolve spec directory as <specs> if s...
62
15462 umbraco-notifications umbraco/umbraco-cms-backoffice-skills
Umbraco Notifications What is it? Notifications provide user feedback in the Umbraco backoffice through the UMB_NOTIFICATION_CONTEXT , which is consumed via the Context API. The peek() method displays temporary toast-style notifications with different types (positive, negative, warning). Notifications appear in the UI temporarily and automatically dismiss, making them ideal for action confirmations and error messages. Documentation Always fetch the latest docs before implementing: Context API : ...
62
15463 grove-vineyard autumnsgrove/groveengine
Grove Vineyard Skill When to Activate Activate this skill when: Creating a /vineyard route for a Grove property Adding features or demos to an existing vineyard page User mentions "vineyard", "showcase page", or "tool demo page" Implementing feature cards, roadmaps, or demo containers for a tool What Is Vineyard? Every Grove property implements a /vineyard route on its subdomain — a consistent way to explore what each tool does, see working demos, and understand the roadmap. amber.grove.place/vi...
62
15464 frontend-performance b-open-io/prompts
Frontend Performance Optimization Diagnose and fix performance issues in Next.js applications. Quick Diagnostics Run Lighthouse CLI Performance audit (headless) npx lighthouse http://localhost:3000 --output = json --output-path = ./lighthouse.json --chrome-flags = "--headless" --only-categories = performance Parse key metrics cat lighthouse.json | jq '{ score: .categories.performance.score, FCP: .audits["first-contentful-paint"].displayValue, LCP: .audits["largest-contentful-paint"].displayVal...
62
15465 incremental-fetch shipshitdev/library
Incremental Fetch Build data pipelines that never lose progress and never re-fetch existing data. The Two Watermarks Pattern Track TWO cursors to support both forward and backward fetching: Watermark Purpose API Parameter newest_id Fetch new data since last run since_id oldest_id Backfill older data until_id A single watermark only fetches forward. Two watermarks enable: Regular runs: fetch NEW data (since newest_id) Backfill runs: fetch OLD data (until oldest_id) No overlap, no gaps Criti...
62
15466 umbraco-extension-registry umbraco/umbraco-cms-backoffice-skills
Umbraco Extension Registry What is it? The Extension Registry is the core system managing all Umbraco backoffice UI elements - almost any UI in the Backoffice is an extension managed by the Extension Registry. The registry allows developers to dynamically add, remove, or modify extensions at runtime using umbExtensionsRegistry . Developers have the same possibilities as Umbraco HQ, meaning you can change almost everything that is by default present in Umbraco. Documentation Always fetch the late...
62
15467 creative-generation-agent qodex-ai/ai-agent-skills
Creative Generation Agent Build intelligent agents that generate original creative content across multiple modalities including text, music, images, memes, and podcasts. Overview Creative generation combines: Content Models: Diffusion models, transformers, GANs Prompt Engineering: Guide creative output Style Control: Maintain artistic consistency Quality Assessment: Evaluate creative output Iteration & Refinement: Improve results Applications AI music composition and arrangement Automated me...
62
15468 skill-creator prowler-cloud/prowler
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
62
15469 dojo-system dojoengine/book
Dojo System Generation Create Dojo systems (smart contracts) that implement your game's logic and modify model state. Essential Imports (Dojo 1.0+) Copy these imports for any Dojo system: // Core Dojo imports - ALWAYS needed for systems use dojo::model::{ModelStorage, ModelValueStorage}; use dojo::event::EventStorage; // Starknet essentials use starknet::{ContractAddress, get_caller_address, get_block_timestamp}; Where does self.world_default() come from? self.world_default() is provided automat...
62
15470 markdown-to-pdf alchaincyf/huashu-skills
[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip. Quick Summary Goal: Convert Markdown files to PDF with syntax highlighting and custom CSS support. Workflow: Install -- Ensure required tools (pandoc + wkhtmltopdf or weasyprint) are available Convert -- Run conversion with syntax highlighting and optional CSS Verify -- Check PDF output ...
62
15471 de-slopify dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
De-Slopify — Remove AI Writing Artifacts Purpose: Make your documentation sound like it was written by a human, not an LLM. Key Insight: You can't do this with regex or a script—it requires manual, systematic review of each line. What is "AI Slop"? AI slop refers to writing patterns that LLMs produce disproportionately more commonly than human writers. These patterns make text sound inauthentic and "cringe." Common Tells Pattern Problem Emdash overuse LLMs love emdashes—they use them consta...
62
15472 schema-designer clidey/whodb
Help users design database schemas, create tables, and model data relationships. When to Use Activate when user asks: - "Create a table for storing orders" - "Design a schema for a blog" - "Add a column to track user preferences" - "How should I model this relationship?" Workflow 1. Understand Requirements Ask clarifying questions: - What data needs to be stored? - What are the relationships between entities? - What queries will be common? - What's the expected data volume? 2. ...
62
15473 twitter himself65/finance-skills
🔴 HARD LIMITS — READ FIRST ⛔ CALL AT MOST 3 TWITTER TOOLS PER RESPONSE. STOP AFTER 3 CALLS. After each tool call, check: "Do I have enough data to answer?" If yes → STOP AND REPLY. ⛔ NEVER call bash or write_file for any twitter task — reason inline, no scripts. ⛔ NEVER paginate unless user explicitly asks for more — first page is enough. ⛔ NEVER call lunar_coin , lunar_coin_time_series , or any LunarCrush/CoinGecko tool — Twitter sentiment 问题只用 twitter_search_tweets 回答,不跨 skill。 ⛔ NEVER call co...
62
15474 fabric danielmiessler/personal_ai_infrastructure
Fabric Fabric is an open-source AI prompt orchestration framework by Daniel Miessler. It provides a library of reusable AI prompts called Patterns — each designed for a specific real-world task — wired into a simple Unix pipeline with stdin/stdout. When to use this skill Summarize or extract insights from YouTube videos, articles, or documents Apply any of 250+ pre-built AI patterns to content via Unix piping Route different patterns to different AI providers (OpenAI, Claude, Gemini, etc.) Creat...
62
15475 retail-expert personamanagmentlayer/pcl
Expert guidance for retail systems, point-of-sale solutions, inventory management, e-commerce platforms, customer analytics, and omnichannel retail strategies. Core Concepts Retail Systems - Point of Sale (POS) systems - Inventory Management Systems (IMS) - Customer Relationship Management (CRM) - Order Management Systems (OMS) - Warehouse Management Systems (WMS) - E-commerce platforms - Payment processing Omnichannel Retail - Online-to-offline (O2O) integration - Buy online, pic...
62
15476 php-expert personamanagmentlayer/pcl
Php Expert laravel best practices rules When reviewing or writing code, apply these guidelines: Use Eloquent ORM instead of raw SQL queries when possible. Implement Repository pattern for data access layer. Use Laravel's built-in authentication and authorization features. Utilize Laravel's caching mechanisms for improved performance. Implement job queues for long-running tasks. Use Laravel's built-in testing tools (PHPUnit, Dusk) for unit and feature tests. Implement API versioning for public ...
62
15477 dotnet-core-expert 404kidwiz/claude-supercode-skills
.NET Core Expert Senior .NET Core specialist with deep expertise in .NET 8, modern C, minimal APIs, and cloud-native application development. Role Definition You are a senior .NET engineer with 10+ years of experience building enterprise applications. You specialize in .NET 8, C 12, minimal APIs, Entity Framework Core, and cloud-native patterns. You build high-performance, scalable applications with clean architecture. When to Use This Skill Building minimal APIs with .NET 8 Implementing cle...
62
15478 groove-admin-help andreadellacorte/groove
groove-admin-help Display a structured overview of all groove skills and their commands. Output Print the following, substituting live config values from .groove/index.md where shown: groove — compound engineering workflow /groove /groove-admin-help /groove-utilities-prime /groove-admin-install /groove-admin-config /groove-admin-update /groove-utilities-check /groove-admin-doctor Daily Skill Purpose /groove-daily-start Start the workday /groove-daily-end End the workday Work Skill ...
62
15479 aws-cloud-ops oimiragieo/agent-studio
AWS Cloud Operations Skill Installation The skill invokes the AWS CLI v2. Install and configure: Linux x86 : Download AWS CLI v2 , unzip, then sudo ./aws/install macOS : curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" then run the installer Windows : Download MSI from AWS CLI v2 or use msiexec ; or install via package managers Configure: aws configure (access key, secret, region). Verify: aws --version Cheat Sheet & Best Practices Identity & config: aws sts get-caller-identity...
62
15480 sqlcipher encrypted database expert martinholovsky/claude-skills-generator
SQLCipher Encrypted Database Expert 0. Mandatory Reading Protocol CRITICAL : Before implementing encryption operations, read the relevant reference files: Trigger Reference File First-time encryption setup, key derivation, memory handling references/security-examples.md SQLite migration, custom PRAGMAs, performance tuning, backups references/advanced-patterns.md Security architecture, threat assessment, key compromise planning references/threat-model.md 1. Overview Risk Level: HIGH Justification...
62
15481 planning-assistant shipshitdev/library
Content Planning Assistant Overview This skill enables Claude to assist users with comprehensive content planning including weekly/monthly planning, research organization and synthesis, content calendar creation, inspiration-to-plan conversion, and multi-platform content planning. When to Use This Skill This skill activates automatically when users: Ask about content planning or calendar management Need help organizing research or bookmarks Request content ideation or brainstorming Want mult...
62
15482 ray-data orchestra-research/ai-research-skills
Ray Data - Scalable ML Data Processing Distributed data processing library for ML and AI workloads. When to use Ray Data Use Ray Data when: Processing large datasets (>100GB) for ML training Need distributed data preprocessing across cluster Building batch inference pipelines Loading multi-modal data (images, audio, video) Scaling data processing from laptop to cluster Key features : Streaming execution : Process data larger than memory GPU support : Accelerate transforms with GPUs Framework int...
62
15483 extract-project-logo tradingstrategy-ai/web3-ethereum-defi
Extract project logo This skill extracts a project's official logo from its website or related sources, prioritising high-quality vector formats and official brand assets. Required inputs Before starting, gather the following from the user: Website URL - The project's main website (e.g., https://example.com) Save path - Local filesystem path where the logo should be saved (e.g., ./logos/example-logo.svg) Format preference (optional) - Preferred format: SVG (recommended), PNG, or any If any ...
62
15484 aws-cli oldwinter/skills
AWS CLI Skill This skill enables comprehensive AWS cloud infrastructure management using the AWS CLI tool. Environment Default Region: us-east-1 AWS CLI: Pre-configured with full account permissions Account: SimplexAI AWS account (ID: 830101142436) Safety Protocol Dangerous Operations Requiring Confirmation Before executing any of the following operations, explicitly confirm with the user: Delete operations: delete-*, remove-*, terminate-*, deregister-* Destructive modifications: modify-* on...
62
15485 tableau-expert personamanagmentlayer/pcl
You are an expert in Tableau with deep knowledge of calculated fields, LOD (Level of Detail) expressions, parameters, dashboards, data blending, extracts, and performance optimization. You create interactive, performant dashboards that deliver actionable insights. Core Expertise Calculated Fields Basic Calculations: ``` // String manipulation Full Name UPPER([First Name]) + " " + UPPER([Last Name]) Email Domain SPLIT([Email], "@", 2) // Numeric calculations Profit Margin [Profit] / [Sale...
62
15486 ccw-help catlog22/claude-code-workflow
CCW-Help Skill CCW 命令帮助系统,提供命令搜索、推荐、文档查看功能。 Trigger Conditions 关键词: "ccw-help", "ccw-issue", "帮助", "命令", "怎么用" 场景: 询问命令用法、搜索命令、请求下一步建议 Operation Modes Mode 1: Command Search Triggers: "搜索命令", "find command", "search" Process: Query command.json commands array Filter by name, description, category Present top 3-5 relevant commands Mode 2: Smart Recommendations Triggers: "下一步", "what's next", "推荐" Process: Query command's flow.next_steps in command.json Explain WHY each recommendation fits...
62
15487 tdd brianlovin/claude-config
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
62
15488 moai-lang-php modu-ai/moai-adk
Quick Reference (30 seconds) PHP 8.3+ Development Specialist - Laravel 11, Symfony 7, Eloquent, Doctrine, and modern PHP patterns. Auto-Triggers: PHP files with .php extension, composer.json, artisan command, symfony.yaml, Laravel or Symfony discussions Core Capabilities: PHP 8.3 Features: readonly classes, typed properties, attributes, enums, named arguments Laravel 11: Controllers, Models, Migrations, Form Requests, API Resources, Eloquent Symfony 7: Attribute-based routing, Doctrine ORM, ...
62
15489 review-changes artmann/review-changes
Review Changes Review code changes in a feature branch and identify issues before merging. Workflow 1. Determine Review Target Remote PR : If user provides PR number or URL (e.g., "review PR 123", "review https://github.com/org/repo/pull/123 "): Checkout the PR: gh pr checkout <PR_NUMBER> Read PR context: gh pr view <PR_NUMBER> --json title,body,comments Use the PR description and comments as additional context for the review Local Changes : If no PR specified, review current branch against defa...
62
15490 grpc-microservices manutej/luxor-claude-marketplace
gRPC Microservices A comprehensive skill for building high-performance, type-safe microservices using gRPC and Protocol Buffers. This skill covers service design, all streaming patterns, interceptors, load balancing, error handling, and production deployment patterns for distributed systems. When to Use This Skill Use this skill when: Building microservices that require high-performance, low-latency communication Implementing real-time data streaming between services Designing type-safe APIs...
62
15491 whop-dev steve-cooks/skills
Whop App Development Build apps that run inside the Whop platform - handling authentication, payments, webhooks, and UI all with best practices. What Makes a Good Whop App (Suggestions) Guidelines for app success (not requirements, user requests take priority): Principle Description Empower Creators Give customization so each whop feels unique Drive Discovery Make the app have some kind of sharing feature or posting potential to allow users to attrach more users Price Sustainably Make money ...
62
15492 electron-skills llama-farm/llamafarm
Electron Skills for LlamaFarm Desktop Electron 28 + Electron Vite patterns for the LlamaFarm Desktop application. Overview This skill extends typescript-skills with Electron-specific patterns for main/renderer process architecture, IPC communication, security, and performance. Tech Stack Component Technology Purpose Framework Electron 28 Desktop application framework Build electron-vite 2 Vite-based build for main/preload/renderer Updates electron-updater Auto-update via GitHub releases Pack...
62
15493 accountant olehsvyrydov/ai-development-team
Accountant (Generic) Trigger Use this skill when: Tax planning and optimization (VAT, sales tax, corporate tax, income tax) Financial forecasting and cash flow management Contractor vs employee status assessment Company accounts and filing deadlines Payroll calculations and contributions Expense categorization and deductibility Budgeting and financial projections Designing accounting/invoicing software logic Understanding tax authority requirements programmatically Context You are a Senior Ac...
62
15494 real-estate barneyjm/camino-skills
Installation Companion Skills : This is part of the Camino AI location intelligence suite. Install all available skills (query, places, relationship, context, route, journey, real-estate, hotel-finder, ev-charger, school-finder, parking-finder, fitness-finder, safety-checker, travel-planner) for comprehensive coverage. Install all skills from repo npx skills add https://github.com/barneyjm/camino-skills Or install specific skills npx skills add https://github.com/barneyjm/camino-skills --skill...
62
15495 gathering-security autumnsgrove/groveengine
Gathering Security 🌲🕷️🦝🐢 The drum echoes in the shadows. The Spider weaves intricate webs of authentication, each strand placed with precision. The Raccoon rummages through every corner, finding what doesn't belong, cleaning what could harm. The Turtle moves with ancient patience, layering defense upon defense, testing every plate of the shell. Together they secure the forest — doors locked tight, secrets safe, paths protected, and the ground itself hardened against anything that comes. When to ...
62
15496 vibe-research khazp/vibe-coding-prompt-template
Vibe-Coding Deep Research You are helping the user validate and research their app idea. This is Step 1 of the vibe-coding workflow. Your Role Guide the user through a structured research process to validate their idea before building. Ask questions one at a time and wait for responses. Step 1: Determine Technical Level First, ask the user: What's your technical background? A) Vibe-coder — Great ideas but limited coding experience B) Developer — Experienced programmer C) Somewhere in betw...
62
15497 kiss-dry-yagni thebeardedbearsas/claude-craft
Principes KISS, DRY, YAGNI This skill provides simplicity and code quality guidelines. See @REFERENCE.md for detailed documentation. Quick Reference KISS : Methods < 20 lines, complexity < 10, indent < 3 levels DRY : Abstract after 3 occurrences, single source of truth YAGNI : Only build what's explicitly required NOW Early returns : Prefer guard clauses over nested else Composition : Prefer over inheritance
62
15498 tts-skill notedit/happy-skills
MiniMax TTS Skill 这个 Skill 提供 MiniMax TTS API 的完整封装,支持文本转语音、声音克隆和声音设计功能。 快速开始 1. 环境配置 确保已设置环境变量: export MINIMAX_API_KEY="your-api-key" 详细配置说明见 setup.md 2. 使用 Python 模块 import sys import os 获取 skill 目录路径 skill_dir = os.path.dirname(os.path.abspath(__file__)) sys.path.insert(0, os.path.join(skill_dir, "assets")) from minimax_tts import text_to_audio, list_voices, voice_clone, voice_design, play_audio 功能概览 功能 函数 说明 文本转语音 text_to_audio() 将文本转换为语音文件 列出声音 list_voices() 获取可用的声音列表 声音克隆 voice_...
62
15499 godot-characterbody-2d thedivergentai/gd-agentic-skills
CharacterBody2D Implementation Expert guidance for player-controlled 2D movement using Godot's physics system. NEVER Do NEVER multiply velocity by delta when using move_and_slide() — move_and_slide() already accounts for delta time. Multiplying causes slow, frame-dependent movement. NEVER forget to check is_on_floor() before jump — Allows mid-air jumps without double-jump mechanic. NEVER use velocity.x = direction * SPEED without friction — Character slides infinitely without friction in else br...
62
15500 groove-admin-update andreadellacorte/groove
groove-admin-update Outcome All pending migrations are applied to the user's local groove state in version order. .groove/index.md reflects the current installed groove version. Acceptance Criteria groove-version: in .groove/index.md matches version: in skills/groove/SKILL.md after update Each pending migration was applied in order groove-version: updated after each successful migration (partial progress is recoverable) If already up to date, reports clearly and exits Source-of-truth check : "up...
62