·fiftyone-code-style
</>

fiftyone-code-style

Writes Python code following FiftyOne's official conventions. Use when contributing to FiftyOne, developing plugins, or writing code that integrates with FiftyOne's codebase.

4Installs·0Trend·@voxel51

Installation

$npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-code-style

How to Install fiftyone-code-style

Quickly install fiftyone-code-style AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-code-style
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: voxel51/fiftyone-skills.

SKILL.md

View raw

| 1. Standard library | import logging, import os | | 2. Third-party | import numpy as np | | 3. eta packages | import eta.core.utils as etau | | 4. FiftyOne | import fiftyone.core.labels as fol |

| fiftyone | fo | | fiftyone.core.labels | fol | | fiftyone.core.fields | fof | | fiftyone.core.media | fom | | fiftyone.core.storage | fos | | fiftyone.core.utils | fou | | fiftyone.utils.image | foui | | fiftyone.utils.video | fouv |

| fou | lazyimport(), ensurepackage(), extractkwargsforclass() | | etau | guessmimetype(), ensuredir(), maketempdir() |

Writes Python code following FiftyOne's official conventions. Use when contributing to FiftyOne, developing plugins, or writing code that integrates with FiftyOne's codebase. Source: voxel51/fiftyone-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-code-style
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from voxel51/fiftyone-skills

Quick answers

What is fiftyone-code-style?

Writes Python code following FiftyOne's official conventions. Use when contributing to FiftyOne, developing plugins, or writing code that integrates with FiftyOne's codebase. Source: voxel51/fiftyone-skills.

How do I install fiftyone-code-style?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-code-style Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/voxel51/fiftyone-skills