Packs

2 packs

Results for “object”

34 skills
More results
phoroth
plotly
Create interactive, publication-quality visualizations with 40+ chart types, hover, zoom, pan, and web embedding. Choose between Plotly Express and Graph Objects for dashboards, exploratory analysis, and presentations.
3
k-dense-ai
pymoo
Solve single and multi-objective optimization problems using NSGA-II/III, MOEA/D, and other evolutionary algorithms with customizable operators, constraint handling, and benchmark problems.
30.2k · bundle
nvidia
deepstream-dev
Build video analytics pipelines using NVIDIA DeepStream SDK 9.0 with Python pyservicemaker API, including GStreamer-based video processing, TensorRT inference integration, object detection/tracking, and Kafka/message broker integration.
2.2k · bundle
github
shuffle-json-data
Shuffle repetitive JSON objects safely by validating schema consistency before randomising entries.
36.2k
jorcan
plotly
Creates interactive, publication-quality charts with hover, zoom, and pan, plus static exports and Dash integration.
0 · bundle
antigravity
matplotlib
Create static, animated, and interactive plots using Python's foundational visualization library, with guidance on both pyplot and object-oriented APIs.
42.4k
schattenspiegel
polars-python
Write, review, debug, test, and optimize Python Polars code with version-grounded object types, schemas, and execution boundaries.
0 · bundle
mariadb-corporation
mariadb-schema-create-script
Guides writing MariaDB-specific database create scripts with best practices for schema objects, session settings, and UUID usage.
0
lingxling
plotly
Creates interactive, publication-quality charts with 40+ types, hover tooltips, zoom, and web-embeddable exports for dashboards and exploratory analysis.
253 · bundle
k-dense-ai
matplotlib
Create publication-quality static, animated, and interactive plots with fine-grained control over every element using Matplotlib's pyplot and object-oriented APIs.
30.2k · bundle
lingxling
anndata
Manages annotated data matrices for single-cell genomics, covering creation, I/O, concatenation, and manipulation of AnnData objects in h5ad and zarr formats.
253 · bundle
pranavnagrecha
fhir-data-mapping
Maps FHIR R4 clinical resources (Patient, Observation, Condition, CarePlan, CodeableConcept) to Salesforce Health Cloud objects, including prerequisite configuration and cardinality handling.
15 · bundle
lingxling
datamol
Pythonic wrapper around RDKit for cheminformatics, simplifying SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, and parallel processing while returning native rdkit.Chem.Mol objects.
253 · bundle
mukul975
processing-stix-taxii-feeds
Processes STIX 2.1 threat intelligence bundles from TAXII 2.1 servers, normalizing objects into platform-native schemas and routing them to consuming systems.
24.6k · bundle
mukul975
implementing-stix-taxii-feed-integration
Consume and produce STIX/TAXII 2.1 cyber threat intelligence feeds using Python, including server discovery, collection polling, object parsing, and SIEM/TIP integration.
24.6k · bundle
pranavnagrecha
cpq-data-model
Maps the Salesforce CPQ managed-package object graph (SBQQ__ namespace) and explains when to use the CPQ Quote API for programmatic writes instead of direct DML.
15 · bundle
claude-dev-suite
typeorm
TypeORM for TypeScript/JavaScript. Covers entities, repositories, and relations. Use with SQL databases. USE WHEN: user mentions "typeorm", "@Entity", "Repository", "DataSource", "QueryBuilder", "typeorm migration", asks about "decorators for database", "active record pattern", "entity relationships", "typeorm relations" DO NOT USE FOR: Prisma projects - use `prisma` skill; Drizzle - use `drizzle` skill; SQLAlchemy (Python) - use `sqlalchemy` skill; raw SQL - use `database-query` MCP; NoSQL - use `mongodb` skill; Sequelize - not supported
28 · bundle
tools-only
141-pre-fc2ddd2a
Provides a pre-built Salesforce Party Model data model template with Mermaid diagrams, object tables, and relationship summaries for Industry Clouds.
7 · bundle
pranavnagrecha
sosl-with-clauses
Guides composing SOSL FIND queries with result-scoping or result-shaping WITH clauses, covering clause order, supported objects, field-type limits, and API-version floors.
15 · bundle
ruslan-strazhnyk
api-security-scan
Review a REST/HTTP API — from its OpenAPI spec or route code — for security gaps like missing auth, broken object-level authorization, no rate limiting, and verbose errors. Reports file:line. Pure Claude Code, no signup.
k-dense-ai
dnanexus-integration
Build and deploy apps/applets on the DNAnexus cloud genomics platform, manage data objects, run workflows, and use the dxpy Python SDK for genomics pipeline development and execution.
30.2k · bundle
nimoqup046-collab
plotly
Creates interactive, publication-quality visualizations in Python with 40+ chart types, including scatter, bar, heatmap, 3D, and financial charts, plus subplots, styling, and export to HTML or static images.
2
vikingokft
wp-presence-api
Points developers to the canonical WordPress Presence API sources and explains its ephemeral-table-plus-TTL architectural pattern, so they avoid inventing postmeta-based presence implementations.
0
pranavnagrecha
fsc-data-model
Explains the Financial Services Cloud data model, covering managed-package and Core FSC object structures, household relationships, financial account ownership, and the rollup framework, with SOQL query patterns.
15 · bundle
mariadb-corporation
mariadb-rest-service-show
Browse and inspect MariaDB REST Service objects using read-only SHOW REST and SHOW CREATE REST statements to list services, schemas, views, procedures, functions, content sets, auth apps, roles, grants, and dump DDL for reverse-engineering or auditing.
0
mariadb-corporation
mariadb-schema-management-create
Scaffold a MariaDB Schema Management (MSM) project and author the initial schema in the development folder, creating the project with msm.create_project and writing the first version's tables, objects, and grants into the MSM sections of <schema>_next.sql.
0
matlab
matlab-import-tracking-data
Import raw data (CSV, XLSX, TXT, or MATLAB tables) into formats used by Sensor Fusion and Tracking Toolbox. Handles both ground truth trajectories and sensor detection data. For truth: builds trackingScenarioRecording, tuning timetable, truthlog, or converted table. For sensor data: builds task-oriented dataFormat structs (preferred) or objectDetection arrays (legacy). Use when importing flight logs, GPS logs, radar detections, IR measurements, lidar/camera bounding boxes, ADS-B data, AIS ship tracks, or any recorded data for use with trackers, filter tuning, or tracker evaluation.
920 · bundle
matlab
matlab-import-driving-data
Import recorded driving sensor data (GPS, camera, lidar, actor tracks, lanes) into scenariobuilder.* objects (GPSData, CameraData, LidarData, ActorTrackData, Trajectory, laneData) and run preprocessing — synchronize, offset correction, crop, normalizeTimestamps, convertTimestamps. Also: compute actor tracks from lidar when no annotations exist, attach camera/lidar mounting + intrinsics, export to MAT/workspace/timetable/script. Use for raw driving dataset files (KITTI, nuScenes, Waymo, Pandaset, ROS/ROS2 bags, .mat, .csv, .mp4) or driving/vehicle/sensor logs that need wrapping. drivingLogAnalyzer (DLA) is OPT-IN ONLY — invoke only on explicit user request ('DLA', 'open in DLA', 'inspect/explore/analyze the recording') or reported sensor problem (sync drift, timestamp mismatch, overlay misalignment). NEVER auto-launch DLA after wrapping (Rule 0). For 'build scenario / export to RoadRunner / drivingScenario / OpenSCENARIO / Unreal / simulate', hand off to matlab-use-scenario-builder.
920 · bundle