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.
Writes Python code following FiftyOne's official conventions. Use when contributing to FiftyOne, developing plugins, or writing code that integrates with FiftyOne's codebase.
Quickly install fiftyone-code-style AI skill to your development environment via command line
Source: voxel51/fiftyone-skills.
| 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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-code-styleWrites 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.
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
https://github.com/voxel51/fiftyone-skills