Codemie Katas — AI skill for Claude Code
Repository for CodeMie AI Katas and tutorials.
How to install Codemie Katas
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open codemie-ai/codemie-katas and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Codemie Katas does
Repository for CodeMie AI Katas and tutorials.
Alternatives in AI
- AI Engineering Hub — In-depth tutorials on LLMs, RAGs and real-world AI agent applications 37.2k ★
- AI Power — Anton Abyzov - AI Power Youtube Channel 7 ★
- Llmdojo — Scored tooling katas, habit rules, and pre-baked warm-start sessions for LLM coding agents 6 ★
README
CodeMie Kata Catalog
Welcome to the official CodeMie Kata Catalog! This repository contains curated AI development katas that can be imported into the CodeMie platform.
📚 What are Katas?
Katas are hands-on coding challenges designed to help developers learn and practice AI development skills. Each kata is a self-contained exercise with clear learning objectives, step-by-step instructions, and success criteria.
🗂️ Repository Structure
codemie-katas/
├── README.md # This file
├── .kata-catalog.yaml # Catalog metadata
└── katas/ # Kata collection
├── mastering-codemie-code-cli/
│ ├── kata.yaml # Kata metadata
│ └── steps.md # Step-by-step instructions
└── [other-katas]/
🚀 Using This Catalog
For CodeMie Platform Administrators
Import katas from this repository into your CodeMie instance:
# Via API
curl -X POST https://your-codemie-instance.com/v1/katas/import \
-H "user-id: your-admin-id" \
-H "Content-Type: application/json" \
-d '{
"repository_url": "https://github.com/codemie/codemie-katas",
"branch": "main",
"auto_publish": true,
"allow_updates": true
}'
Or configure automatic import on startup in `config/kata-sources.yaml`:
sources:
- repository: "https://github.com/codemie/codemie-katas"
branch: "main"
auto_publish: true
allow_updates: true
enabled: true
For Kata Authors
To contribute a new kata:
- Create a new directory under
katas/with a kebab-case name - Create
kata.yamlwith kata metadata (see format below) - Create
steps.mdwith step-by-step instructions - Submit a pull request
📝 Kata Format
Each kata consists of two files:
`kata.yaml` - Metadata
id: "your-kata-id" # Unique identifier (kebab-case)
version: "1.0.0" # Semantic versioning
title: "Your Kata Title"
description: "Brief description of what stude
Related Skills
Infra AI Agent Tutorials
This repository provides a comprehensive tutorial for developing AI agents, covering the complete spectrum fro
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
Multica
Make humans and AI agents work as one team — open-source and self-hostable.
JeecgBoot
【低代码v2.0,一句话即可生成整个系统】企业级AI低代码平台,一键生成前后端代码甚至整个系统。 AI Skills 一句话画流程、设计表单、生成报表、大屏。内置 AI应用平台涵盖:AI聊天、知识库、流程编排、MCP插件
Cl4r1t4s
LEAKED SYSTEM PROMPTS FOR CHATGPT, CLAUDE, GEMINI, GROK, PERPLEXITY, CURSOR, LOVABLE, REPLIT, AND MORE! - AI S
Related Agents
Tutorial Engineer
Creates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive
User Guide Expert
Use this agent when you need to create, update, or improve user-facing documentation in the docs/userguide dir
Markdown Accessibility Specialist
Use this agent when you need to audit and improve the accessibility of existing markdown documentation, includ