Follow these conventions for all code in this project.
Python
Use 4 spaces for indentation
Maximum line length: 88 characters (Black default)
Use type hints for function signatures
Prefer f-strings over .format() or % formatting
Naming Conventions
Classes: PascalCase
Functions/variables: snake_case
Constants: UPPER_SNAKE_CASE
Private members: _leading_underscore
Documentation
All public functions must have docstrings
Use Google-style docstrings
Include type information in docstrings when not using type hints
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: openhands-software-agent-sdk-code-style-guide3description: Code Style Guide4---56# Code Style Guide78Follow these conventions for all code in this project.910## Python1112- Use 4 spaces for indentation13- Maximum line length: 88 characters (Black default)14- Use type hints for function signatures15- Prefer f-strings over `.format()` or `%` formatting1617## Naming Conventions1819- Classes: `PascalCase`20- Functions/variables: `snake_case`21- Constants: `UPPER_SNAKE_CASE`22- Private members: `_leading_underscore`2324## Documentation2526- All public functions must have docstrings27- Use Google-style docstrings28- Include type information in docstrings when not using type hints2930---31> Converted and distributed by [TomeVault](https://tomevault.io/claim/openhands) — claim your Tome and manage your conversions.32<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/openhands-software-agent-sdk-code-style-guide in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Code Style Guide It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.