← all publishers

majesticlabs-dev

@majesticlabs-dev source repo

296 published skills · page 1 of 3

  1. Python Debugger · majesticlabs-dev bundle
    Debug Python errors, exceptions, and unexpected behavior. Analyzes tracebacks, reproduces issues, identifies root causes, and provides fixes.
    0
    installs
  2. Agents Sdk · majesticlabs-dev bundle
    Use when building stateful Cloudflare Workers agents, workflows, or real-time agent applications.
    0
    installs
  3. Cloudflare · majesticlabs-dev bundle
    Use for Cloudflare platform work not covered by a more specific Cloudflare skill.
    0
    installs
  4. Sandbox Sdk · majesticlabs-dev bundle
    Use when building secure code execution with the Cloudflare Sandbox SDK.
    0
    installs
  5. Cloudflare One · majesticlabs-dev
    Use when designing, configuring, troubleshooting, or reviewing Cloudflare One deployments.
    0
    installs
  6. Durable Objects · majesticlabs-dev bundle
    Use when building or reviewing stateful Cloudflare Durable Objects.
    0
    installs
  7. Workers Best Practices · majesticlabs-dev bundle
    Use when writing or reviewing Cloudflare Workers for production best practices.
    0
    installs
  8. Cloudflare Email Service · majesticlabs-dev bundle
    Use when sending or receiving email through Cloudflare Email Service.
    0
    installs
  9. Cloudflare One Migrations · majesticlabs-dev
    Use when migrating Zscaler, Palo Alto, VPN, SWG, or SASE deployments to Cloudflare One.
    0
    installs
  10. Release · majesticlabs-dev
    Release a marketplace plugin - bump version, verify checklist, commit, and push in one invocation. Use when shipping a new version of any plugin in plugins/.
    0
    installs
  11. Skill Linter · majesticlabs-dev bundle
    Validate skills against agentskills.io specification. Use when adding new skills to the marketplace, reviewing skill PRs, checking skill compliance, or running quality gates on skills. Validates frontmatter fields (name, description, compatibility, metadata, allowed-tools), directory naming, line limits, and structure.
    0
    installs
  12. Skill Auditor · majesticlabs-dev
    Audit installed skills across project, global, and plugin levels. Lists skills with line counts, identifies improvement opportunities (conciseness, clarity, overlap, token waste). Use when reviewing skill quality, finding bloated skills, or optimizing token budgets.
    0
    installs
  13. Lint · majesticlabs-dev
    Run linting and code quality checks on Ruby and ERB files. Use before pushing to origin.
    0
    installs
  14. Learn · majesticlabs-dev
    Extract cross-session patterns from git history, PRs, and handoffs, then recommend artifacts (skill/rule/hook/agent) based on frequency thresholds. Use when consolidating recurring patterns into durable artifacts. For single-session reflection, use `reflect` instead.
    0
    installs
  15. Prd · majesticlabs-dev bundle
    Create a Product Requirements Document (PRD) for a new product or feature
    0
    installs
  16. Init · majesticlabs-dev bundle
    Initialize AGENTS.md with hierarchical structure and .agents.yml config
    0
    installs
  17. Reflect · majesticlabs-dev
    Reflect on the current session and suggest AGENTS.md improvements based on user corrections, repeated feedback, and patterns observed during interaction. Use when ending a session to encode lessons learned. Don't use for cross-session learning from git history - use `learn` instead.
    0
    installs
  18. Dbt Coder · majesticlabs-dev
    dbt (data build tool) patterns for model organization, incremental strategies, and testing.
    0
    installs
  19. Debug · majesticlabs-dev
    Debug errors, test failures, or unexpected behavior. Auto-detects project type.
    0
    installs
  20. Avo Coder · majesticlabs-dev
    Use when building Avo admin interfaces. Creates resources, actions, filters, and dashboards following Avo conventions. Fetches latest docs dynamically.
    0
    installs
  21. Dhh Coder · majesticlabs-dev bundle
    Write Ruby and Rails code in DHH's distinctive 37signals style. Use this skill when writing Ruby code, Rails applications, creating models, controllers, or any Ruby file. Triggers on Ruby/Rails code generation, refactoring requests, or when the user mentions DHH, 37signals, Basecamp, HEY, Fizzy, or Campfire style.
    0
    installs
  22. Favicon · majesticlabs-dev
    Generate a complete favicon set (ICO, PNG variants, apple-touch-icon, web manifest) from a source image and integrate into the project's HTML layout. Use when user asks to generate favicons, set up PWA icons, or add an apple-touch-icon.
    0
    installs
  23. Ship It · majesticlabs-dev
    Complete checkout workflow - runs linting, creates commit, and opens PR
    0
    installs
  24. Skill Eval · majesticlabs-dev
    Test and iterate on a skill using parallel eval runs. Spawns with-skill and baseline runs, grades results, and helps improve the skill based on feedback. Use when testing skill quality or iterating on skill improvements.
    0
    installs
  25. CSV Wrangler · majesticlabs-dev
    Handle messy CSVs with encoding detection, delimiter inference, and malformed row recovery.
    0
    installs
  26. Etl Patterns · majesticlabs-dev
    Production ETL patterns orchestrator. Routes to core reliability patterns and incremental load strategies.
    0
    installs
  27. Pandas Coder · majesticlabs-dev
    DataFrame manipulation with chunked processing, memory optimization, and vectorized operations.
    0
    installs
  28. SQL Patterns · majesticlabs-dev
    Advanced SQL patterns including window functions, CTEs, recursive queries, and optimization techniques.
    0
    installs
  29. Question · majesticlabs-dev
    Answer questions about the project structure, documentation, or external topics without coding
    0
    installs
  30. UX Brief · majesticlabs-dev bundle
    Create junior-dev-ready design systems through guided discovery before implementation
    0
    installs
  31. Kamal Coder · majesticlabs-dev bundle
    This skill guides deploying Rails applications with Kamal 2. Use when configuring deploy.yml, setting up kamal-proxy, managing secrets, accessories, or preparing servers for container deployment.
    0
    installs
  32. Rspec Coder · majesticlabs-dev bundle
    Write RSpec tests for Ruby and Rails applications. Use when creating spec files, writing test cases, or testing new features. Not for Minitest — use minitest-coder instead. Covers RSpec syntax, describe/context organization, subject/let patterns, fixtures, mocking with allow/expect, and shoulda matchers.
    0
    installs
  33. React Coder · majesticlabs-dev
    Write modern React components with TypeScript, hooks, and best practices. Creates functional components, custom hooks, and follows composition patterns.
    0
    installs
  34. Agent Teams · majesticlabs-dev bundle
    Guide for coordinating multiple Claude Code instances as a team using Agent Teams. Covers TeammateTool operations, spawn backends, communication, task coordination, hooks, and orchestration patterns. Use when building multi-agent workflows requiring inter-agent communication.
    0
    installs
  35. Data Profiler · majesticlabs-dev bundle
    Generate data profiles with column stats, correlations, and missing patterns for DataFrames. Use for EDA and data discovery.
    0
    installs
  36. Parquet Coder · majesticlabs-dev
    Columnar file patterns including partitioning, predicate pushdown, and schema evolution.
    0
    installs
  37. Devops Plan · majesticlabs-dev
    Gather DevOps context for infrastructure planning. Detects IaC tools, providers, and recommends skills. Use when Skill("blueprint") detects infrastructure work.
    0
    installs
  38. Blueprint · majesticlabs-dev
    Transform feature descriptions into well-structured project plans
    0
    installs
  39. Plan Gate · majesticlabs-dev
    Use when reviewing a plan before implementation begins. Not for autonomous plan analysis — use plan-review agent instead. Challenges scope, walks through architecture/quality/tests/performance interactively with mandatory user checkpoints and opinionated recommendations.
    0
    installs
  40. Build Task · majesticlabs-dev
    Autonomous task implementation - research, plan, build, review, fix, ship
    0
    installs
  41. Create Adr · majesticlabs-dev bundle
    Create Architecture Decision Records (ADRs) to document significant technical decisions, their context, alternatives considered, and consequences. Use when making architectural choices, selecting libraries/frameworks, or designing system components.
    0
    installs
  42. Django Coder · majesticlabs-dev
    Build Django applications with models, views, forms, templates, REST APIs, and modern Django 5.x patterns.
    0
    installs
  43. Pytest Coder · majesticlabs-dev
    Write pytest tests with fixtures, parametrization, mocking, async testing, and modern patterns. Use when creating or updating Python test files. Not for unittest — use standard library patterns instead.
    0
    installs
  44. Python Coder · majesticlabs-dev
    Modern Python 3.12+ development with uv, ruff, and production-ready practices. Routes to specialized skills for frameworks and testing.
    0
    installs
  45. Rubocop Fixer · majesticlabs-dev
    Use when fixing Rubocop violations. Runs Rubocop to identify issues, applies fixes following project conventions, and explains non-obvious corrections.
    0
    installs
  46. React Testing · majesticlabs-dev
    Testing patterns for Vitest, React Testing Library, and Jest. Routes to component, hook, and integration test examples.
    0
    installs
  47. Source Analyzer · majesticlabs-dev
    Analyze data source characteristics including update frequency, volume patterns, and schema stability.
    0
    installs
  48. Ansible Coder · majesticlabs-dev bundle
    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.
    0
    installs
  49. Hetzner Coder · majesticlabs-dev bundle
    This skill guides provisioning Hetzner Cloud infrastructure with OpenTofu/Terraform. Use when creating servers, networks, firewalls, load balancers, or volumes on Hetzner Cloud.
    0
    installs
  50. Rp Reviewer · majesticlabs-dev
    Code review using RepoPrompt MCP (chat_send mode=review). Returns structured verdict.
    0
    installs
  51. Test Runner · majesticlabs-dev
    Run test suite and return structured pass/fail results. Supports scoped runs by directory, file, or test name pattern. Triggers on run tests, execute tests, test results, check tests, verify tests pass.
    0
    installs
  52. Fastapi Coder · majesticlabs-dev
    Build FastAPI applications with async patterns, Pydantic validation, dependency injection, and modern Python API practices.
    0
    installs
  53. Database Admin · majesticlabs-dev bundle
    PostgreSQL and SQLite database administration for Rails apps. Use when the user asks about backups, monitoring, connection pooling, vacuum/analyze, emergency procedures, restore testing, or production database health checks.
    0
    installs
  54. React Patterns · majesticlabs-dev bundle
    Expert guidance on modern React patterns including hooks, composition, state management, and concurrent features. Use when implementing React components or refactoring existing code.
    0
    installs
  55. Anomaly Detector · majesticlabs-dev bundle
    Detect anomalies in data using statistical and ML methods. Z-score, IQR, Isolation Forest, and time-series anomalies.
    0
    installs
  56. Testing Patterns · majesticlabs-dev
    Pytest templates and patterns for ETL pipeline testing - unit, integration, data quality.
    0
    installs
  57. Opentofu Coder · majesticlabs-dev bundle
    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.
    0
    installs
  58. Wrangler Coder · majesticlabs-dev bundle
    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.
    0
    installs
  59. Fix Reporter · majesticlabs-dev bundle
    Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
    0
    installs
  60. Git Worktree · majesticlabs-dev bundle
    Manage git worktrees for parallel development. Use when the user wants to work on multiple branches simultaneously, create isolated environments for features/fixes, or clean up completed worktrees.
    0
    installs
  61. Plan Builder · majesticlabs-dev bundle
    Write implementation plans with appropriate templates based on complexity. Use when planning features or changes. Provides minimal, standard, and full templates for different scope levels.
    0
    installs
  62. Quality Gate · majesticlabs-dev
    Run quality gate checks on code changes with tech stack-aware reviewers
    0
    installs
  63. Readme Craft · majesticlabs-dev bundle
    Production-grade README.md patterns for any project type. Use when creating project documentation, writing README files, or improving existing docs. Covers hero sections, quick start examples, comparison tables, troubleshooting guides, and limitation transparency. Triggers on README, documentation, project setup, open source.
    0
    installs
  64. Tdd Workflow · majesticlabs-dev bundle
    Test-driven development execution workflow with red-green-refactor cycle, increment decomposition, and pause/continue rules. Use when building features or fixing bugs using TDD. Framework-agnostic with language-specific configs for Python, TypeScript, Go, and Ruby delegation.
    0
    installs
  65. Web Research · majesticlabs-dev
    Research technical problems across GitHub issues, Stack Overflow, Reddit, and documentation. Gathers solutions from multiple community sources with structured findings. Triggers on search for solutions, find examples, research problem, community solutions, debug research.
    0
    installs
  66. Gemfile Upgrade · majesticlabs-dev
    Safely upgrade a Ruby gem with changelog review, breaking changes analysis, bundle update, test run, and commit. Use when the user asks to upgrade, bump, or update a gem, or to review outdated gems.
    0
    installs
  67. Etl Core Patterns · majesticlabs-dev
    Core ETL reliability patterns including idempotency, checkpointing, error handling, chunking, retry logic, and logging.
    0
    installs
  68. Schema Discoverer · majesticlabs-dev
    Infer schema from sample data files (CSV, JSON, Parquet) and generate type definitions.
    0
    installs
  69. Backblaze Coder · majesticlabs-dev bundle
    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.
    0
    installs
  70. Devops Verifier · majesticlabs-dev
    Verify DevOps/infrastructure code against best practices, security, simplicity, and documentation standards. Use after implementing or before shipping infrastructure changes.
    0
    installs
  71. Config Reader · majesticlabs-dev bundle
    Read project config from .agents.yml and .agents.local.yml with local overrides. Supports dot notation for nested fields. Invoke when agents/skills reference `config_read("field", "default")` pseudocode. Args format "FIELD DEFAULT".
    0
    installs
  72. Run Blueprint · majesticlabs-dev
    Execute all tasks in a blueprint using build-task workflow
    0
    installs
  73. Spec Reviewer · majesticlabs-dev
    Analyze specifications, plans, or feature descriptions for user flows, gaps, and missing requirements. Use before implementation begins.
    0
    installs
  74. Python Reviewer · majesticlabs-dev
    Review Python code with high quality bar for type hints, Pythonic patterns, and maintainability.
    0
    installs
  75. Gemfile Organize · majesticlabs-dev
    Reorganize a Rails Gemfile with categorized sections, comment headers, and alphabetized gems within each section. Use when the user asks to organize, sort, group, clean up, or restructure a Gemfile.
    0
    installs
  76. Tailwind Styling · majesticlabs-dev
    Generate responsive, performant Tailwind CSS styles for React components. Use when styling components, building design systems, or implementing responsive layouts.
    0
    installs
  77. Skill Archetypes · majesticlabs-dev
    Four common skill archetypes with structure templates - CLI reference, methodology, safety/security, and orchestration. Use when creating new skills to select appropriate structure.
    0
    installs
  78. Great Expectations · majesticlabs-dev bundle
    Data validation using Great Expectations. Expectation suites, checkpoints, and data docs for pipeline monitoring.
    0
    installs
  79. Pandera Validation · majesticlabs-dev bundle
    DataFrame schema validation using pandera. Schema definitions, column checks, and decorator-based validation.
    0
    installs
  80. Cloud Init Coder · 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.
    0
    installs
  81. Cloudflare Coder · majesticlabs-dev bundle
    This skill guides provisioning Cloudflare infrastructure with OpenTofu/Terraform. Use when managing zones, DNS records, WAF rules, SSL settings, Page Rules, or cache configuration.
    0
    installs
  82. Git Researcher · majesticlabs-dev
    Analyze git history to trace code evolution, identify contributors, and understand commit patterns. Use for archaeological analysis of repositories. Triggers on git history, blame analysis, code evolution, contributor mapping, commit patterns.
    0
    installs
  83. External LLM Review · majesticlabs-dev
    Get code review feedback from external LLMs (OpenAI Codex, Google Gemini) with full project context. Use when you want a second opinion on code changes, with explicit control over review focus and project-aware prompts.
    0
    installs
  84. Alembic Patterns · majesticlabs-dev
    Alembic database migrations for Python applications - setup, auto-generation, manual migrations, and safe deployment patterns.
    0
    installs
  85. Dhh Code Reviewer · majesticlabs-dev
    DHH-style code review. Reviews Ruby, Rails, and JavaScript code for convention violations, framework contamination, and unnecessary complexity.
    0
    installs
  86. Rails Conventions · majesticlabs-dev
    Rails code patterns and conventions following rubocop-rails-omakase style.
    0
    installs
  87. Pydantic Validation · majesticlabs-dev bundle
    Record-level data validation using Pydantic models. Field validators, model validators, and batch validation patterns.
    0
    installs
  88. Backlog Manager · majesticlabs-dev bundle
    Manage backlog items across multiple backends (GitHub Issues, Linear, Beads). Configure task_management in .agents.yml.
    0
    installs
  89. Docs Researcher · majesticlabs-dev
    Fetch and summarize API documentation from official sources before implementation. Covers Rails, Tailwind, external libraries, and gem source exploration. Triggers on fetch docs, API reference, library documentation, check docs, read documentation.
    0
    installs
  90. Mermaid Builder · majesticlabs-dev bundle
    Expert guidance for creating syntactically correct Mermaid diagrams. Use when creating flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, ER diagrams, or data lineage visualizations.
    0
    installs
  91. Refactor Agents · majesticlabs-dev
    Refactor existing AGENTS.md to follow progressive disclosure principles
    0
    installs
  92. Database Optimizer · majesticlabs-dev bundle
    Optimize PostgreSQL/SQLite query performance for Rails. Use when the user asks about EXPLAIN ANALYZE, slow queries, missing indexes (composite/partial/expression/covering/GIN/GiST/BRIN), N+1 detection, eager loading, or ActiveRecord batch processing.
    0
    installs
  93. Compound Learnings · majesticlabs-dev
    Extract patterns from git history and session files, recommend artifacts (skill/rule/hook/agent) based on frequency thresholds
    0
    installs
  94. Digitalocean Coder · majesticlabs-dev bundle
    This skill guides writing DigitalOcean infrastructure with OpenTofu/Terraform. Use when provisioning Droplets, VPCs, Managed Databases, Firewalls, or other DO resources.
    0
    installs
  95. Task Coordinator · majesticlabs-dev
    Use when orchestrating multi-step workflows with Claude Code's native Task system (TaskCreate, TaskUpdate, TaskGet, TaskList) - lifecycle management, parallel execution, crash recovery, and progress visibility. Not for simple single-step tasks.
    0
    installs
  96. Technical Writer · majesticlabs-dev bundle
    Write technical tutorials, blog posts, and educational content with pedagogical structure. Covers concept explanations, how-to guides, deep dives, and developer education. Triggers on tutorial, technical article, blog post, explain concept, teach, educational content, developer guide.
    0
    installs
  97. Document Refinement · majesticlabs-dev bundle
    Use when reviewing brainstorms, plans, or PRDs for clarity and readiness before next workflow phase. Assesses documents for vagueness, gaps, and YAGNI violations.
    0
    installs
  98. Cloudflare Worker · majesticlabs-dev bundle
    Build edge-first TypeScript applications on Cloudflare Workers. Covers Workers API, Hono framework, KV/D1/R2 storage, Durable Objects, Queues, and testing patterns. Use when creating serverless workers, edge functions, or Cloudflare-deployed services.
    0
    installs
  99. Research Compound · majesticlabs-dev
    Automatically check and update folder-specific AGENTS.md during research. Before investigating a domain, read nearest AGENTS.md for existing context. After discovering valuable patterns, append learnings to that file.
    0
    installs
  100. Sqlalchemy Patterns · majesticlabs-dev
    SQLAlchemy 2.0 patterns - model definition, engine setup, async patterns, relationships, query optimization, repository pattern, and transactions.
    0
    installs