Agent skill

mkdocs-code-annotations

Sub-skill of mkdocs: Code Annotations.

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_internal/documentation/mkdocs/code-annotations

SKILL.md

Code Annotations

Code Annotations

python
def calculate_area(radius: float) -> float:  # (1)!
    """Calculate the area of a circle."""
    import math  # (2)!
    return math.pi * radius ** 2  # (3)!
  1. Type hints improve code readability
  2. Import inside function for demonstration
  3. Uses the formula: A = pi * r^2

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results