code-docs

Automate Google Style documentation across Python, Go, TypeScript, and Terraform.

40|4|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/jjmartres/ai-coding-agents --skill code-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-docs
Source: https://github.com/jjmartres/ai-coding-agents/tree/main/shared/.ai-agents/skills/code-docs
Command: npx skills add https://github.com/jjmartres/ai-coding-agents --skill code-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Inconsistent and manual documentation slows down development and reduces code quality; this skill standardizes and automates Google Style documentation across Python, Go, TypeScript, and Terraform to improve readability and maintainability.

Core Features & Use Cases

  • Supports Python docstrings, Go comments, TypeScript JSDoc, and Terraform descriptions with a unified Google Style standard.
  • Provides a language-aware workflow: detects language, applies the correct references, and enforces documentation coverage for modules, classes, functions, and resources.
  • Use cases include documenting new code, auditing existing code for documentation quality, and improving onboarding with clear API docs.

Quick Start

Document a given codebase by applying Google Style standards across all supported languages and verify consistency against the provided references.

Frequently Asked Questions about code-docs

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

FAQPage Schema
How do I automate Google Style documentation across Python, TypeScript, Go, and Terraform?

Automate Google Style documentation by applying language-specific docstring and comment standards across Python, TypeScript, Go, and Terraform. The workflow detects the language, applies canonical references, and validates coverage for modules, classes, functions, and resources.

What is the best way to enforce JSDoc and Python docstring standards during code review?

Enforce JSDoc and Python docstring standards by validating documentation coverage against canonical references during writing, reviewing, and refactoring. This ensures modules, classes, functions, and resources maintain consistent Google Style documentation.

Can I audit existing code for documentation quality across multiple file types?

Yes, you can audit existing code for documentation quality across multiple file types. The workflow detects the language, applies the correct references, and enforces documentation coverage for modules, classes, functions, and resources to improve readability.

Does this documentation approach work with Terraform resource descriptions?

Yes, this documentation approach works with Terraform resource descriptions. It applies a unified Google Style standard across Python, Go, TypeScript, and Terraform, ensuring resource documentation is consistent and validated.

How do I standardize inconsistent documentation across a multi-language codebase?

Standardize inconsistent documentation by applying a unified Google Style standard across Python, Go, TypeScript, and Terraform. The workflow detects the language, applies the correct references, and enforces coverage for modules, classes, functions, and resources.