CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
thedivergentai avatar

Godot Combat System

thedivergentai/gd-agentic-skills
281 installs464 stars
Summary

This is a solid foundation for action combat in Godot with all the patterns you'd expect: hitbox/hurtbox separation, a DamageData class that carries knockback and type info, health components with signals, invincibility frames, and combo detection. The never-do list is genuinely useful, especially the warnings about collision layers versus groups for performance and the duplicate() reminder for shared resources. It covers both 2D Area2D patterns and includes scaffolding for abilities and state machines. If you're building anything from a beat-em-up to an RPG with real-time combat, this gives you the component architecture to avoid spaghetti damage code. The examples are practical and the signal-based health system keeps UI decoupled from logic.

Install to Claude Code

npx -y skills add thedivergentai/gd-agentic-skills --skill godot-combat-system --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Files
SKILL.md

Select a file.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Code Review & QualityAI & Agent BuildingGame Development
First SeenJun 3, 2026
View on GitHub

More from thedivergentai/gd-agentic-skills

All 51 skills →
  • Godot Dialogue System281
  • Godot Ui Containers279
  • Godot Tilemap Mastery277
  • Godot Scene Management276
  • Godot Project Foundations273
  • Godot Resource Data Patterns272
  • Godot Animation Player271
  • Godot Economy System271
  • Godot Autoload Architecture268
  • Godot 3d Lighting266
  • Godot 3d Materials260
  • Godot Animation Tree Mastery260
  • Godot Tweening256
  • Godot Physics 3d255
  • Godot Ability System253
  • Godot Performance Optimization253
  • Godot Ui Rich Text251
  • Godot Platform Mobile248
  • Godot Export Builds246
  • Godot Navigation Pathfinding245
  • Godot Multiplayer Networking243
  • Godot Debugging Profiling242
  • Godot Inventory System242
  • Godot Genre Card Game241

Recommended

More Code Review & Quality →
zbruhnke avatar
explain-code

zbruhnke/claude-code-starter

Explain how code works in detail. Use when trying to understand unfamiliar code, complex logic, or system architecture.
281
16
zzci avatar
pma-bun

zzci/skills

Bun implementation guide for PMA-managed backend services and internal tools. Covers project layout and monorepo promotion, required quality gates, SQLite-first data access with Drizzle, Hono HTTP serving, validated env config, nsl-based dev URL routing (paired with pma-web), and standalone binary compilation with embedded assets and migrations. Use when implementing, scaffolding, or reviewing a Bun/Hono backend or internal tool in a PMA repo.
281
2
bria-ai avatar
image-utils

bria-ai/bria-skill

Classic image manipulation with Python Pillow - resize, crop, composite, format conversion, watermarks, brightness/contrast adjustments, and web optimization. Use this skill when post-processing AI-generated images, preparing images for web delivery, batch processing image directories, creating responsive image variants, or performing any deterministic pixel-level image operation. Works standalone or alongside bria-ai for post-processing generated images.
280
63
mims-harvard avatar
devtu-self-evolve

mims-harvard/tooluniverse

Orchestrate the full ToolUniverse self-improvement cycle: discover APIs, create tools, test with researcher personas, fix issues, optimize skills, and push via git. References and dispatches to all other devtu skills. Use when asked to: run the self-improvement loop, do a debug/test round, expand tool coverage, improve tool quality, or evolve ToolUniverse.
280
1.6k
onewave-ai avatar
slack-message-formatter

onewave-ai/claude-skills

Convert long text into Slack-optimized format with emojis, bullets, code blocks, and threading suggestions
280
244
patricio0312rev avatar
form-wizard-builder

patricio0312rev/skills

Builds multi-step forms with validation schemas (Zod/Yup), step components, shared state management, progress indicators, review steps, and error handling. Use when creating "multi-step forms", "wizard flows", "onboarding forms", or "checkout processes".
280
55