setup-project
Set up a project for development. Install dependencies, configure environment, and verify the setup works. Use when the user asks to set up, install deps, or get started with a project.
configure-package-management
Check and configure modern package managers (uv for Python, bun for TypeScript)
bun-install
Install dependencies with Bun package manager
modern-python
Modern Python tooling best practices using uv, ruff, ty, and pytest. Mandates the Trail of Bits Python coding standards for project setup, dependency management, linting, type checking, and testing. Based on patterns from trailofbits/cookiecutter-python.
vnstock-env-setup
Comprehensive environment diagnostic, setup, and agent guide installation for the Vnstock ecosystem (Free or Sponsored). Validates OS, Python, venv, and performs migrations. Fully English documented.
releasing-versions
Use when releasing a new version. It provides a automated workflow to update version numbers, update the changelog, and prepare for tagging.
lore-status
Show Lore installation status — version, directories, bundles, projections
dune-migration
Migrating OCaml projects from ocamlbuild/topkg to dune. Use when discussing _tags files, .mllib files, pkg/pkg.ml, topkg, or build system migration.
vnstock-solution-architect
Comprehensive expert guide for building Python applications (scripts, notebooks, apps) using the full Vnstock ecosystem (free + sponsored).
ggtypst
Explain and use the ggtypst R package for Typst-powered text and math in ggplot2. Use when answering questions about ggtypst installation, annotate/geom/element helpers, Typst vs MiTeX math, raw strings in R, package architecture, examples, troubleshooting, or when writing ggtypst-based plotting code.
bump-version
This skill should be used when the user asks to "bump version", "release a new version", "bump the version", "prepare a release", "update version numbers", "what version should this be", or mentions version bumping, semver analysis, or release preparation.
build-tools-expert
Build tools expert including Vite, Webpack, and bundler configuration
python-patterns
Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
sc-dependency-audit
Supply chain and dependency security analysis across all package ecosystems
agentic-jumpstart-dependency-management
Dependency management best practices for npm projects with 40+ dependencies. Use when adding packages, updating dependencies, resolving conflicts, or when the user mentions npm, packages, dependencies, versions, or updates.
python-package-management
Complete Python package management system. PROACTIVELY activate for: (1) uv package manager (10-100x faster), (2) pyproject.toml configuration, (3) Virtual environment setup, (4) Dependency management with uv.lock, (5) Ruff linting and formatting, (6) src layout project structure, (7) Publishing to PyPI, (8) pip and requirements.txt. Provides: uv commands, pyproject.toml templates, ruff config, pre-commit setup. Ensures modern Python project setup with fast tooling.
vvvv-startup
Covers launching vvvv gamma from the command line or programmatically -- normal startup, opening specific .vl patches, command-line arguments, package repositories, and key filesystem paths (install directory, user data, sketches, exports, packages). Use when starting vvvv, configuring launch arguments, setting up package repositories, or finding vvvv's data directories.
fastmcp
Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment.