majestic-data
v0.1.0Design, test, and operate data pipelines, contracts, quality controls, dbt projects, and source assessments.
By Majestic LabsLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 8 skill or MCP entries
- Source updated
- Aug 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add majestic-data@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/majesticlabs-dev/majestic-abilitiesClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/data/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/anomaly-detection/SKILL.md├── skills/csv-wrangling/SKILL.md├── skills/data-pipeline-design/SKILL.md├── skills/data-pipeline-testing/SKILL.md├── skills/data-quality/SKILL.md├── skills/data-source-assessment/SKILL.md├── skills/data-validation/SKILL.md└── skills/dbt-development/SKILL.md
Included Skills8
Design and evaluate anomaly detection for tabular, multivariate, or time-series data using context-appropriate statistical or model-based methods. Use when identifying unusual records, monitoring metric deviations, tuning alert thresholds, or investigating suspected outliers.
Diagnose and recover messy delimited files without silently dropping or corrupting records. Use when CSV or TSV files have uncertain encoding, delimiters, headers, quoting, malformed rows, locale-specific values, schema drift, or excessive size.
Design reliable batch or incremental data pipelines with explicit grain, load strategy, idempotency, checkpoints, late-data handling, backfills, storage layout, and reconciliation. Use when planning ETL, ELT, CDC, file-based, or PostgreSQL-backed data movement before implementation.
Design tests and fixtures for data pipelines across transformation, contract, integration, incrementality, replay, and reconciliation behavior. Use when verifying ETL or ELT code, dbt models, schema changes, backfills, late data, idempotency, or failure recovery.
Define and operate data quality controls, service levels, scorecards, drift monitoring, and incident response for a data product. Use when establishing trust requirements, freshness or volume alerts, quality gates, ownership, or ongoing monitoring across pipelines and datasets.
Assess an unfamiliar data source by profiling its schema, grain, volume, change behavior, quality baseline, and extraction constraints. Use when evaluating a database, API, CSV, JSON, Parquet dataset, file drop, or event stream before pipeline integration.
Design executable data contracts and validation behavior across records, DataFrames, warehouse models, and pipeline boundaries. Use when enforcing schemas, nullability, uniqueness, ranges, relationships, business rules, schema evolution, quarantine, or validation failure policy.
Build and review dbt projects with clear model layers, explicit grain, sources, materializations, incremental behavior, tests, documentation, and scoped verification. Use when creating or changing dbt models, snapshots, macros, sources, data tests, unit tests, or project structure.
Plugin manifests3
{
"name": "majestic-data",
"version": "0.1.0",
"description": "Design, test, and operate data pipelines, contracts, quality controls, dbt projects, and source assessments.",
"author": {
"name": "Majestic Labs"
},
"license": "MIT",
"keywords": [
"data",
"pipelines",
"dbt"
],
"skills": "./skills/",
"interface": {
"displayName": "Majestic Data",
"shortDescription": "Data pipelines, contracts, quality, and dbt skills.",
"longDescription": "Design, test, and operate data pipelines, contracts, quality controls, dbt projects, and source assessments.",
"developerName": "Majestic Labs",
"category": "Data & Analytics",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Design a reliable data pipeline.",
"Review this data quality control."
]
}
}{
"name": "majestic-data",
"displayName": "Majestic Data",
"version": "0.1.0",
"description": "Design, test, and operate data pipelines, contracts, quality controls, dbt projects, and source assessments.",
"author": {
"name": "Majestic Labs"
},
"license": "MIT",
"keywords": [
"data",
"pipelines",
"dbt"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "majestic-data",
"version": "0.1.0",
"description": "Design, test, and operate data pipelines, contracts, quality controls, dbt projects, and source assessments.",
"author": {
"name": "Majestic Labs"
},
"license": "MIT",
"keywords": [
"data",
"pipelines",
"dbt"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[majestic-data on Agent Plugins Marketplace](https://pluginsmp.com/plugins/majestic-data)