engine▌
17 indexed skills · max 10 per page
multi-search-engine
aaaaqwq/claude-code-skills · Productivity
Access 17 search engines (8 Chinese, 9 global) without API keys for web crawling and knowledge queries. \n \n Supports advanced search operators (site:, filetype:, exact match, exclusion, OR logic) and time filters (past hour to year) \n Includes privacy-focused engines (DuckDuckGo, Startpage, Brave, Qwant) and WolframAlpha for calculations, conversions, and structured data \n DuckDuckGo Bangs enable quick shortcuts to GitHub, Stack Overflow, Wikipedia, YouTube, and other destinations \n Covers
playcanvas-engine
freshtechbro/claudedesignskills · Productivity
Lightweight WebGL/WebGPU game engine with entity-component architecture, visual editor integration, and performance-focused design.
game-engine
github/awesome-copilot · Productivity
Web-based game engine and game development using HTML5 Canvas, WebGL, and JavaScript. \n \n Covers 2D and 3D game creation with frameworks like Phaser, Three.js, Babylon.js, and A-Frame \n Includes game loop implementation, physics, collision detection, sprite management, tilemaps, and rendering techniques \n Supports multiple input methods: keyboard, mouse, touch, and gamepad controls \n Provides starter templates for breakout games, platformers, maze games, and 3D experiences \n Addresses audi
unreal-engine-cpp-pro
sickn33/antigravity-awesome-skills · Productivity
This skill provides expert-level guidelines for developing with Unreal Engine 5 using C++. It focuses on writing robust, performant, and standard-compliant code.
voice-ai-engine-development
sickn33/antigravity-awesome-skills · AI/ML
This skill guides you through building production-ready voice AI engines with real-time conversation capabilities. Voice AI engines enable natural, bidirectional conversations between users and AI agents through streaming audio processing, speech-to-text transcription, LLM-powered responses, and text-to-speech synthesis.
template-validation
dotnet/skills · dotnet-template-engine
Validates custom dotnet new templates for correctness before publishing. Catches missing fields, parameter bugs, shortName conflicts, constraint issues, and common authoring mistakes that cause templates to fail silently. USE FOR: checking template.json files for errors before publishing or testing, diagnosing why a template doesn't appear after installation, reviewing template parameter definitions for type mismatches and missing defaults, finding shortName conflicts with dotnet CLI commands, validating post-action and constraint configuration. DO NOT USE FOR: finding or using existing templates (use template-discovery), creating projects from templates (use template-instantiation), creating templates from existing projects (use template-authoring).
template-discovery
dotnet/skills · dotnet-template-engine
Helps find, inspect, and compare .NET project templates. Resolves natural-language project descriptions to ranked template matches with pre-filled parameters. USE FOR: finding the right dotnet new template for a task, comparing templates side by side, inspecting template parameters and constraints, understanding what a template produces before creating a project, resolving intent like "web API with auth" to concrete template + parameters. DO NOT USE FOR: actually creating projects (use template-instantiation), authoring custom templates (use template-authoring), MSBuild or build issues (use dotnet-msbuild plugin), NuGet package management unrelated to template packages.
template-instantiation
dotnet/skills · dotnet-template-engine
Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect Directory.Packages.props (CPM), composing multi-project solutions (API + tests + library), getting latest NuGet package versions in newly created projects. DO NOT USE FOR: finding or comparing templates (use template-discovery), authoring custom templates (use template-authoring), modifying existing projects or adding NuGet packages to existing projects.
template-authoring
dotnet/skills · dotnet-template-engine
Guides creation and validation of custom dotnet new templates. Generates templates from existing projects and validates template.json for authoring issues. USE FOR: creating a reusable dotnet new template from an existing project, validating template.json files for schema compliance and parameter issues, bootstrapping .template.config/template.json with correct identity, shortName, parameters, and post-actions, packaging templates as NuGet packages for distribution. DO NOT USE FOR: finding or using existing templates (use template-discovery and template-instantiation), MSBuild project file issues unrelated to template authoring, NuGet package publishing (only template packaging structure).
task-execution-engine
davila7/claude-code-templates · Productivity
Execute implementation tasks directly from design documents. Tasks are managed as markdown checkboxes - no separate session files needed.