softco: Turn AI Agents Into a Software Firm
softco turns AI coding agents (Claude Code, Cursor, Cline) into a complete software firm that plans, codes, tests, and deploys — all from a single prompt.
Godot-Skill makes AI agents generate production-ready, statically-typed GDScript 2.0 with style-guide enforcement — eliminating the hallucinated Godot 3 syntax problem.
Godot-Skill makes AI agents generate production-ready, statically-typed GDScript 2.0 with Godot 4.3+ API enforcement. Without it, AI agents mix Godot 3 and Godot 4 patterns, producing code that looks right but won't compile. Godot-Skill, built by Shahriar Labs, eliminates this entirely.
AI models trained before 2024 have heavy Godot 3 bias in their training data. Common mistakes: using onready var instead of @onready var, export var instead of @export var, connect() with string signal names instead of typed signal references, and Godot 3 physics API calls that no longer exist in 4.x.
Godot-Skill injects a strict GDScript 2.0 context into the agent's task scope, blocking deprecated patterns before they're written and enforcing static typing throughout.
Godot-Skill handles the full range of Godot game development patterns:
Godot-Skill enforces the official GDScript style guide automatically: snake_case variables, PascalCase classes, typed parameters on all functions, explicit return types, and no untyped var declarations. Code is review-ready on generation — no manual cleanup pass needed.
Written by Shihab Shahriar Antor — AI Engineer & Founder of Shahriar Labs. Building LetX, QuantumSketch, and open-source AI agent skills.
softco turns AI coding agents (Claude Code, Cursor, Cline) into a complete software firm that plans, codes, tests, and deploys — all from a single prompt.
skill-builder scaffolds and audits production-ready skills for AI coding agents from a plain-English description — no boilerplate, no guesswork.