majesticlabs-dev
@majesticlabs-dev Organization
Public Skills
pm-one-pager
by majesticlabs-dev
Use when writing feature briefs or decision documents. Not for full PRDs (use /majestic:prd).
pm-discovery
by majesticlabs-dev
Product discovery orchestrator - routes to specialized frameworks for interviews, assumptions, JTBD, and prioritization.
pm-roadmap
by majesticlabs-dev
Use when planning product roadmaps with Now/Next/Later horizons. Not for feature prioritization (use pm-prioritization).
backblaze-coder
by majesticlabs-dev
This skill guides Backblaze B2 Cloud Storage integration with OpenTofu/Terraform and B2 CLI. Use when managing B2 buckets, application keys, file uploads, lifecycle rules, or S3-compatible storage.
digitalocean-coder
by majesticlabs-dev
This skill guides writing DigitalOcean infrastructure with OpenTofu/Terraform. Use when provisioning Droplets, VPCs, Managed Databases, Firewalls, or other DO resources.
hetzner-coder
by majesticlabs-dev
This skill guides provisioning Hetzner Cloud infrastructure with OpenTofu/Terraform. Use when creating servers, networks, firewalls, load balancers, or volumes on Hetzner Cloud.
cloudflare-coder
by majesticlabs-dev
This skill guides provisioning Cloudflare infrastructure with OpenTofu/Terraform. Use when managing zones, DNS records, WAF rules, SSL settings, Page Rules, or cache configuration.
onepassword-cli-coder
by majesticlabs-dev
This skill guides integrating 1Password CLI (op) for secret management in development workflows. Use when loading secrets for infrastructure, deployments, or local development.
etl-core-patterns
by majesticlabs-dev
Core ETL reliability patterns including idempotency, checkpointing, error handling, chunking, retry logic, and logging.
csv-wrangler
by majesticlabs-dev
Handle messy CSVs with encoding detection, delimiter inference, and malformed row recovery.
pandas-coder
by majesticlabs-dev
DataFrame manipulation with chunked processing, memory optimization, and vectorized operations.
etl-incremental-patterns
by majesticlabs-dev
Incremental data loading patterns including backfill strategies, CDC, timestamp-based loads, and pipeline orchestration.
agent-sdk
by majesticlabs-dev
Guide for Claude Agent SDK - build custom AI agents powered by Claude. Covers installation, authentication providers, tool permissions, file-based configuration, TypeScript/Python code examples, and project scaffolding templates.
sql-patterns
by majesticlabs-dev
Advanced SQL patterns including window functions, CTEs, recursive queries, and optimization techniques.
cloud-init-coder
by majesticlabs-dev
This skill guides writing cloud-init configurations for VM provisioning. Use when creating user_data blocks in Terraform/OpenTofu, or cloud-init YAML for AWS, DigitalOcean, GCP, or Azure instances.
etl-patterns
by majesticlabs-dev
Production ETL patterns orchestrator. Routes to core reliability patterns and incremental load strategies.
dbt-coder
by majesticlabs-dev
dbt (data build tool) patterns for model organization, incremental strategies, and testing.
parquet-coder
by majesticlabs-dev
Columnar file patterns including partitioning, predicate pushdown, and schema evolution.
devops-maintainability-checker
by majesticlabs-dev
Infrastructure maintainability verification covering naming conventions, formatting, DRY patterns, and version constraints.
devops-plan
by majesticlabs-dev
Gather DevOps context for infrastructure planning. Detects IaC tools, providers, and recommends skills. Use when /majestic:plan detects infrastructure work.
devops-platform-patterns
by majesticlabs-dev
Platform-specific IaC checklists for DigitalOcean, Hetzner, AWS, and Cloudflare.
opentofu-coder
by majesticlabs-dev
This skill guides writing Infrastructure as Code using OpenTofu (open-source Terraform fork). Use when creating .tf files, managing cloud infrastructure, configuring providers, or designing reusable modules.
devops-simplicity-checker
by majesticlabs-dev
Infrastructure simplicity scoring. Detects overengineering in Terraform/OpenTofu and Ansible configurations.
ansible-coder
by majesticlabs-dev
This skill guides writing Ansible playbooks for server configuration. Use when hardening servers, installing packages, or automating post-provisioning tasks that cloud-init cannot handle.
wrangler-coder
by majesticlabs-dev
This skill guides Cloudflare Workers and Pages development with Wrangler CLI. Use when creating Workers, configuring D1 databases, R2 storage, KV namespaces, Queues, or deploying to Cloudflare Pages.
idea-generation
by majesticlabs-dev
Generate and validate startup ideas through market research, skill-market fit, and iterative refinement.
omtm-growth
by majesticlabs-dev
YC growth framework - identify One Metric That Matters, commit to 7% weekly growth, install public accountability. Focus-forcing system for early-stage startups.
launch-legal
by majesticlabs-dev
Minimum viable legal setup for business launches without expensive lawyers.
pm-assumption-mapping
by majesticlabs-dev
Assumption mapping and product hypothesis testing frameworks for validating product ideas.
industry-pulse
by majesticlabs-dev
Get a real-time pulse check on any industry or niche. Includes trending technologies, notable events from the last 2 weeks, and key shifts impacting operators and investors.
document-review
by majesticlabs-dev
Review legal documents as an experienced attorney. Analyzes contracts, ToS, privacy policies, NDAs, and corporate docs section-by-section. Identifies risks, gaps, and unfavorable terms with specific replacement text for problematic clauses.
pmf-validation
by majesticlabs-dev
Validate product-market fit through assumption testing, customer discovery, and MVP strategy.
objection-destroyer
by majesticlabs-dev
Create powerful pitch closings with market insights, proprietary advantages, founder mission, and subtle FOMO triggers in under 45 seconds.
pm-jobs-to-be-done
by majesticlabs-dev
Jobs-to-be-Done framework for understanding customer motivations and building solutions that get "hired".
pm-customer-interviews
by majesticlabs-dev
Customer interview question bank and synthesis templates for product discovery.
bootstrapped-cfo
by majesticlabs-dev
Financial frameworks for bootstrapped startups. Triggers on cash management, runway, unit economics, hiring ROI, and capital allocation questions. Emphasizes profit as constraint, not goal.
strategic-planning
by majesticlabs-dev
Build strategic plans for business goals. Creates one-page briefs with core objective, key milestones, leverage points, and risks. Use when setting direction, pitching initiatives, or aligning teams around a goal.
decision-framework
by majesticlabs-dev
Walk through decisions using a 3-part framework (first-principles, cost/benefit, second-order effects). Use when choosing between options, evaluating trade-offs, or making high-stakes decisions.
data-profiler
by majesticlabs-dev
Generate data profiles with column stats, correlations, and missing patterns for DataFrames. Use for EDA and data discovery.
test-fixture-generator
by majesticlabs-dev
Generate synthetic test data with edge cases for ETL pipeline testing.
testing-patterns
by majesticlabs-dev
Pytest templates and patterns for ETL pipeline testing - unit, integration, data quality.
data-validation
by majesticlabs-dev
Data validation patterns and pipeline helpers. Custom validation functions, schema evolution, and test assertions.
data-quality
by majesticlabs-dev
Quality dimensions, scorecards, distribution monitoring, and freshness checks. Use for data validation pipelines and quality gates.
pandera-validation
by majesticlabs-dev
DataFrame schema validation using pandera. Schema definitions, column checks, and decorator-based validation.
anomaly-detector
by majesticlabs-dev
Detect anomalies in data using statistical and ML methods. Z-score, IQR, Isolation Forest, and time-series anomalies.
great-expectations
by majesticlabs-dev
Data validation using Great Expectations. Expectation suites, checkpoints, and data docs for pipeline monitoring.
pydantic-validation
by majesticlabs-dev
Record-level data validation using Pydantic models. Field validators, model validators, and batch validation patterns.
pm-prioritization
by majesticlabs-dev
Feature prioritization frameworks - RICE scoring, ICE scoring, and Opportunity Solution Trees.
infra-security-review
by majesticlabs-dev
Security patterns and checklists for reviewing Infrastructure-as-Code. Covers Terraform/OpenTofu state, secrets, network, compute, database, and storage security.
first-principles
by majesticlabs-dev
Apply first-principles thinking to break down complex problems into fundamental truths and rebuild solutions from the ground up. Use when solving strategic decisions, breaking through blockers, or challenging assumptions. Triggers on first principles, Elon Musk methodology, fundamental truths, strip assumptions, physics of the problem, rebuild from scratch.