Use when adding new error messages to React, or seeing "unknown error code" warnings.
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
- Use modern type hints (PEP 604) instead of legacy typing annotations where possible.
- Use logging instead of print statements.
- 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.