translate-docs-kotlin

Translate TypeScript API documentation examples in YAML docs databases to Kotlin for Android.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/transistorsoft/docforge --skill translate-docs-kotlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate-docs-kotlin
Source: https://github.com/transistorsoft/docforge/tree/main/skills/translate-docs-kotlin
Command: npx skills add https://github.com/transistorsoft/docforge --skill translate-docs-kotlin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TypeScript API documentation examples in YAML docs databases (docs-db) are hard to read in Kotlin environments; this skill translates those examples to Kotlin for Android to speed up integration and ensure consistency.

Core Features & Use Cases

  • Translate TypeScript code examples in docs-db YAML files to Kotlin using the official Kotlin API wrapper.
  • Align TypeScript doc snippets with Kotlin equivalents based on the Kotlin API reference.
  • Use case: you maintain a docs-db with TS examples and want Kotlin artifacts ready for Android apps or samples.

Quick Start

Translate TypeScript code examples in docs-db YAML files to Kotlin automatically.

Frequently Asked Questions about translate-docs-kotlin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate TypeScript code examples in docs-db YAML files to Kotlin?

To translate TypeScript code examples in docs-db YAML files to Kotlin, use this Skill to automatically convert TS snippets into Kotlin equivalents based on the official Kotlin API reference guidelines for Android.

What is the best way to convert TypeScript API documentation to Kotlin for Android?

Converting TypeScript API documentation to Kotlin for Android is done by reading YAML docs-db entries, applying the Kotlin API reference rules, and handling cross-platform or iOS-only notes to produce ready-to-use Kotlin artifacts.

Can I use this to translate TS docs that contain cross-platform or iOS-only notes?

Yes, translating TS docs with cross-platform considerations or iOS-only notes is supported; the Skill processes these legacy patterns appropriately and adjusts the output for Android-specific Kotlin equivalents.

Does the translation follow the official Kotlin API reference guidelines?

The Kotlin translation follows the kotlin-api-reference.md guidelines strictly, ensuring that TypeScript doc snippets are aligned with the correct Kotlin API wrapper conventions and formatting standards.

When do I need to translate TypeScript documentation to Kotlin equivalents?

You need to translate TypeScript documentation to Kotlin equivalents when you maintain a YAML docs-db with TS examples and want to speed up Android app integration by providing consistent Kotlin code snippets.