CtrlK
BlogDocsLog inGet started
Tessl Logo

politron-ide

github.com/lchenrique/politron-ide

Skill

Added

Review

multiplayer

Multiplayer game development principles. Architecture, networking, synchronization.

mobile-games

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

game-design

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

game-audio

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

game-art

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

game-development

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

3d-games

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

2d-games

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

frontend-design

Design thinking and decision-making for web UI. Use when designing components, layouts, color schemes, typography, or creating aesthetic interfaces. Teaches principles, not fixed values.

documentation-templates

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

deployment-procedures

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

database-design

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

code-review-checklist

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

clean-code

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

brainstorming

Socratic questioning protocol + user communication. MANDATORY for complex requests, new features, or unclear requirements. Includes progress reporting and error handling.

behavioral-modes

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.

bash-linux

Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.

architecture

Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.

templates

Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.

app-builder

Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.

api-patterns

API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.