What problem does it solve?
This skill addresses the complexity of compiling type-annotated Python 3.14 code into standalone native binaries, ensuring strict type enforcement and high-performance execution without the need for an interpreter.
Core Features & Use Cases
- AOT Compilation: Transforms standard typed Python source code into fast, standalone native binaries.
- Type Enforcement: Validates type annotations at compile time, rejecting code that does not meet strict type safety standards.
- Diagnostic Reporting: Provides human-readable or JSON-formatted diagnostics to help developers debug and refine their code.
- Use Case: Use this skill to compile a performance-critical Python module into a native binary to eliminate runtime overhead and ensure type safety across the entire codebase.
Quick Start
Use the pycc skill to build the current project and report any type-checking diagnostics found in the source files.