Leaderboard/Developer Tooling/claudekit-skills
Last commit on April 3, 2026·Created on October 23, 2025

mrgoonie/claudekit-skills

Gives Claude Code the skills to build and deploy the full stack.
Combined rank
#174
across all skills
In Developer Tooling
#18
category rank
Stars
2.2k
+0.3% in last 7d
Forks
422
0.0% in last 7d
Watchers
28
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This repository bundles 45 skills that teach an AI coding assistant how to build backend APIs in NestJS or Django, work with PostgreSQL and MongoDB, implement authentication, deploy to Cloudflare or GCP, and process multimedia and documents. It also includes systematic debugging, code review, chrome-devtools automation, and skill creation. It serves full-stack developers, AI engineers, and platform teams who need consistent domain knowledge across their AI-assisted workflow.

WHO IT'S FOR
UI/UX Designers
creating aesthetic interfaces with design principles
Full-Stack Developers
building production-ready backend and frontend systems
DevOps Engineers
deploying and managing cloud infrastructure
AI/ML Engineers
processing multimedia with multimodal AI
Repository contents

45 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Compatibility not documented

Use this skill collection

Follow the documented setup, then try a first task.

Claude Code marketplace: ai-ml-tools

Installs: Installs the complete ai-ml-tools plugin bundle. The listed skillPaths are the positively supported mappings available in the marketplace manifest. · Claude Code

Before you start
  • Claude Code
  • For ai-multimodal or google-adk-python: Python and pip; configure Google AI Studio credentials or the documented Vertex AI project settings before using the relevant API.
  1. Enter this slash command in a Claude Code session to add the ClaudeKit Skills marketplace.

    /plugin marketplace add mrgoonie/claudekit-skills
  2. Then enter this slash command in the Claude Code session to install the complete ai-ml-tools plugin bundle.

    /plugin install ai-ml-tools@claudekit-skills
  3. Before using ai-multimodal, install its Python SDK dependencies in the Python environment that will run the skill scripts.

    pip install google-genai python-dotenv pillow
  4. For Google AI Studio, obtain an API key from https://aistudio.google.com/apikey and set GEMINI_API_KEY in the process environment or one of the documented .env locations. For Vertex AI instead, set GEMINI_USE_VERTEX=true and VERTEX_PROJECT_ID to the project ID; VERTEX_LOCATION is optional.

  5. Before using google-adk-python, install the documented stable Python package.

    pip install google-adk
.claude/skills/google-adk-python/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026.claude/skills/ai-multimodal/SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Challenge a decision's assumptions

Uses Inversion Exercise

  • Decision or problem to examine
  • Relevant context
  • Non-negotiable constraints

Check the repository for this skill’s setup.

Use the Inversion Exercise skill on this decision or problem: [describe the decision/problem]. Context and constraints: [provide the relevant context and non-negotiable constraints]. List the core assumptions, invert each one systematically, explore what each inversion would change, and identify which inversions are genuinely viable. Finish with a concise recommendation; do not implement any changes.
Suggested first task

Stress-test an architecture at extreme scales

Uses Scale Game

  • Architecture or approach description
  • Expected workload and scale assumptions

Check the repository for this skill’s setup.

Use the Scale Game skill to review this architecture or approach: [describe the design]. Its expected workload is [volume, users, duration, speed, and failure-rate assumptions]. Pick the most relevant scale dimensions, test both 1000x smaller/faster/fewer and 1000x bigger/slower/more, and report what breaks, what survives, and the smallest validations we should run next. Do not modify or deploy anything.
.claude/skills/problem-solving/scale-game/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Draft a Mermaid process flowchart

Uses mermaidjs-v11

  • Process steps
  • Decision points
  • Participants or systems involved

Check the repository for this skill’s setup.

Use the mermaidjs-v11 skill to create a Mermaid v11 flowchart for this process: [describe the steps, decisions, and participants]. Return one inline Mermaid Markdown code block with clear node labels and labeled decision branches. Do not render files or modify documentation yet.
.claude/skills/mermaidjs-v11/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026