forge-lang-python

Community

Python development standards for clean code.

Authormartimramos
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces Python development standards to ensure consistent, high-quality code across projects, from tests to linting and formatting.

Core Features & Use Cases

  • Testing: Provides guidelines for pytest usage, test structure, and fixtures to improve reliability.
  • Linting & Formatting: Standardized linting with ruff and formatting with black to maintain a clean codebase.
  • Type Checking: Consistent type checking with mypy to catch type issues early.
  • Project Setup: Templates and guidelines for pyproject.toml, tooling, and repository structure to accelerate onboarding.

Quick Start

  • Create a Python project structure with src/ and tests/ directories and a pyproject.toml configured for pytest, ruff, black, and mypy.
  • Run tests: pytest
  • Lint: ruff check .
  • Format: ruff format .
  • Type check: mypy src/

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: forge-lang-python
Download link: https://github.com/martimramos/claude-forge/archive/main.zip#forge-lang-python

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.