Skill
Community

Python Code Style

Install
1
Install the plugin
$
npx claudepluginhub jack-michaud/faire --plugin jack-software

Want just this skill?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Use when writing python code. Can be used for code review.

Tool Access

This skill uses the workspace's default tool permissions.

Skill Content
  • Avoid None arguments where possible

    • If all usages of a function/method provide non-nullable values, make the arguments required.
    • Ignore test fixtures.
  • Always type your arguments and return arguments. PLEASE.

    • Even in tests and fixtures (TypedDicts are your friend!)
Stats
Stars5
Forks0
Last CommitMar 13, 2026

Similar Skills