CtrlK
BlogDocsLog inGet started
Tessl Logo

ag-kit

github.com/vudovn/ag-kit

Skill

Added

Review

intelligent-routing

.agents/skills/intelligent-routing/SKILL.md

Automatic agent selection and intelligent task routing. Analyzes user requests and automatically selects the best specialist agent(s) without requiring explicit user mentions.

46

i18n-localization

.agents/skills/i18n-localization/SKILL.md

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.

64

geo-fundamentals

.agents/skills/geo-fundamentals/SKILL.md

Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).

60

web-games

.agents/skills/game-development/web-games/SKILL.md

Web browser game development principles. Framework selection, WebGPU, optimization, PWA.

49

vr-ar

.agents/skills/game-development/vr-ar/SKILL.md

VR/AR development principles. Comfort, interaction, performance requirements.

44

pc-games

.agents/skills/game-development/pc-games/SKILL.md

PC and console game development principles. Engine selection, platform features, optimization strategies.

58

multiplayer

.agents/skills/game-development/multiplayer/SKILL.md

Multiplayer game development principles. Architecture, networking, synchronization.

54

mobile-games

.agents/skills/game-development/mobile-games/SKILL.md

Mobile game development principles. Touch input, battery, performance, app stores.

52

game-design

.agents/skills/game-development/game-design/SKILL.md

Game design principles. GDD structure, balancing, player psychology, progression.

44

game-audio

.agents/skills/game-development/game-audio/SKILL.md

Game audio principles. Sound design, music integration, adaptive audio systems.

59

game-art

.agents/skills/game-development/game-art/SKILL.md

Game art principles. Visual style selection, asset pipeline, animation workflow.

59

game-development

.agents/skills/game-development/SKILL.md

Game development orchestrator. Routes to platform-specific skills based on project needs.

60

3d-games

.agents/skills/game-development/3d-games/SKILL.md

3D game development principles. Rendering, shaders, physics, cameras.

44

2d-games

.agents/skills/game-development/2d-games/SKILL.md

2D game development principles. Sprites, tilemaps, physics, camera.

49

frontend-design

.agents/skills/frontend-design/SKILL.md

Anti-slop frontend design for web UI — landing pages, portfolios, marketing/product sites, and redesigns. Reads the brief, infers the right direction, and ships interfaces that don't look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check. NOT for mobile apps.

64

frontend-architecture

.agents/skills/frontend-architecture/SKILL.md

How to organize frontend code — separation of concerns (UI / logic / data / type), file responsibility, state tiers, API services, schema validation, and framework conventions for React/Next and Vue. Structural rules, not visual design.

70

documentation-templates

.agents/skills/documentation-templates/SKILL.md

Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.

68

design-spec

.agents/skills/design-spec/SKILL.md

How to author a DESIGN.md file — the machine-readable design-token + human-rationale format that must exist before any UI is built. YAML front-matter token schema (colors, typography, spacing, rounded, components), type system, token references, and canonical section order.

61

deployment-procedures

.agents/skills/deployment-procedures/SKILL.md

Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.

57

database-design

.agents/skills/database-design/SKILL.md

Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.

53

coordinator-mode

.agents/skills/coordinator-mode/SKILL.md

Advanced multi-agent orchestration with parallel workers, synthesis protocols, and coordinator lifecycle. Use when complex tasks require multiple agents working in parallel with intelligent result synthesis.

63

context-compression

.agents/skills/context-compression/SKILL.md

Manage and compress conversation context in long sessions. Detect when context is growing large, summarize completed work phases, archive old findings while preserving key decisions. Prevents context degradation.

59

code-review-graph

.agents/skills/code-review-graph/SKILL.md

Token-efficient code review using Tree-sitter AST graphs and MCP. Cuts AI token usage on large codebases by computing the blast radius of changes instead of reading entire codebases. Uses a SQLite graph database for structural analysis.

60

code-review-checklist

.agents/skills/code-review-checklist/SKILL.md

Code review guidelines covering code quality, security, and best practices.

46

clean-code

.agents/skills/clean-code/SKILL.md

Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments

55