collectiveai-team

code-style

0
0
# Install this skill:
npx skills add collectiveai-team/agent-skills --skill "code-style"

Install specific skill from multi-skill repository

# Description

Review code quality standards after code is written, especially Python typing, logging, and import style.

# SKILL.md


name: code-style
description: Review code quality standards after code is written, especially Python typing, logging, and import style.


Code Style Skill

Apply these standards after code is written.

Standards

  1. Use modern type hints (PEP 604) instead of legacy typing annotations where possible.
  2. Use logging instead of print statements.
  3. Use full imports instead of partial imports.

Linting

Run the linter:

./scripts/run-linter.sh

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.