Source

smithery/majesticlabs-dev

56 skills · 0 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
action-mailer-coder Use when creating or refactoring Action Mailer emails. Applies Rails 7.1+ conventions, parameterized mailers, preview…
smithery/majesticlabs-dev
0
2
active-job-coder Use when creating or refactoring Active Job background jobs. Applies Rails 8 conventions, Solid Queue patterns, error…
smithery/majesticlabs-dev
0
3
add-config-field Add new field to .agents.yml config schema (updates init.md templates, version, migration)
smithery/majesticlabs-dev
0
4
anomaly-detector Detect anomalies in data using statistical and ML methods. Z-score, IQR, Isolation Forest, and time-series anomalies.
smithery/majesticlabs-dev
0
5
anyway-config-coder Implement type-safe configuration with anyway_config gem. Use when creating configuration classes, replacing ENV acce…
smithery/majesticlabs-dev
0
6
blueprint-discovery Discovery phase for blueprint workflow - interview triggers, acceptance criteria, and feature classification
smithery/majesticlabs-dev
0
7
blueprint-research Research phase for blueprint workflow - toolbox resolution, lessons discovery, and parallel research agents
smithery/majesticlabs-dev
0
8
business-logic-coder Implement business logic with ActiveInteraction and AASM state machines. Routes to specialized skills for typed opera…
smithery/majesticlabs-dev
0
9
cloudflare-worker Build edge-first TypeScript applications on Cloudflare Workers. Covers Workers API, Hono framework, KV/D1/R2 storage,…
smithery/majesticlabs-dev
0
10
dbt-coder dbt (data build tool) patterns for model organization, incremental strategies, and testing.
smithery/majesticlabs-dev
0
11
devops-maintainability-checker Infrastructure maintainability verification covering naming conventions, formatting, DRY patterns, and version constr…
smithery/majesticlabs-dev
0
12
devops-platform-patterns Platform-specific IaC checklists for DigitalOcean, Hetzner, AWS, and Cloudflare.
smithery/majesticlabs-dev
0
13
devops-simplicity-checker Infrastructure simplicity scoring. Detects overengineering in Terraform/OpenTofu and Ansible configurations.
smithery/majesticlabs-dev
0
14
dhh-coder Write Ruby and Rails code in DHH's distinctive 37signals style.
smithery/majesticlabs-dev
0
15
dialog-patterns Native HTML dialog patterns for Rails with Turbo and Stimulus. Use when building modals, confirmations, alerts, or an…
smithery/majesticlabs-dev
0
16
digitalocean-coder This skill guides writing DigitalOcean infrastructure with OpenTofu/Terraform. Use when provisioning Droplets, VPCs, …
smithery/majesticlabs-dev
0
17
django-coder Build Django applications with models, views, forms, templates, REST APIs, and modern Django 5.x patterns.
smithery/majesticlabs-dev
0
18
etl-incremental-patterns Incremental data loading patterns including backfill strategies, CDC, timestamp-based loads, and pipeline orchestrati…
smithery/majesticlabs-dev
0
19
etl-patterns Production ETL patterns orchestrator. Routes to core reliability patterns and incremental load strategies.
smithery/majesticlabs-dev
0
20
event-sourcing-coder Record domain events and dispatch to inbox handlers for side effects, audit trails, and activity feeds.
smithery/majesticlabs-dev
0
21
fix-reporter Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
smithery/majesticlabs-dev
0
22
frontend-css-patterns Framework-agnostic CSS patterns for typography, color, motion, and spatial composition.
smithery/majesticlabs-dev
0
23
frontend-design-philosophy Design thinking principles for distinctive interfaces. Covers aesthetic direction, anti-patterns, and avoiding generi…
smithery/majesticlabs-dev
0
24
gem-builder Build production-quality Ruby gems. Use when creating new gems, structuring gem architecture, implementing configurat…
smithery/majesticlabs-dev
0
25
hetzner-coder This skill guides provisioning Hetzner Cloud infrastructure with OpenTofu/Terraform. Use when creating servers, netwo…
smithery/majesticlabs-dev
0
26
hierarchical-agents Generate hierarchical AGENTS.md structure for codebases to optimize AI agent token usage.
smithery/majesticlabs-dev
0
27
hotwire-coder Use when implementing Hotwire features with Turbo Drive, Turbo Frames, and Turbo Streams. Applies Rails 8 conventions…
smithery/majesticlabs-dev
0
28
infra-security-review Security patterns and checklists for reviewing Infrastructure-as-Code. Covers Terraform/OpenTofu state, secrets, netw…
smithery/majesticlabs-dev
0
29
init-agents-config Generate .agents.yml config from user answers. Provides tech stack templates for Rails, Python, Node, and Generic pro…
smithery/majesticlabs-dev
0
30
kamal-coder This skill guides deploying Rails applications with Kamal 2. Use when configuring deploy.yml, setting up kamal-proxy,…
smithery/majesticlabs-dev
0
31
mermaid-builder Expert guidance for creating syntactically correct Mermaid diagrams. Use when creating flowcharts, sequence diagrams,…
smithery/majesticlabs-dev
0
32
minitest-coder Write Minitest tests for Ruby and Rails applications. Use when creating test files, writing test cases, or testing ne…
smithery/majesticlabs-dev
0
33
multi-agent-architecture Patterns for designing multi-agent systems with Claude Code - job description method, shared folder communication, ha…
smithery/majesticlabs-dev
0
34
onepassword-cli-coder This skill guides integrating 1Password CLI (op) for secret management in development workflows. Use when loading sec…
smithery/majesticlabs-dev
0
35
pandas-coder DataFrame manipulation with chunked processing, memory optimization, and vectorized operations.
smithery/majesticlabs-dev
0
36
pandera-validation DataFrame schema validation using pandera. Schema definitions, column checks, and decorator-based validation.
smithery/majesticlabs-dev
0
37
parquet-coder Columnar file patterns including partitioning, predicate pushdown, and schema evolution.
smithery/majesticlabs-dev
0
38
pr-screenshot-docs Capture and document UI changes with before/after screenshots for pull requests. Use when creating PRs that include v…
smithery/majesticlabs-dev
0
39
pydantic-validation Record-level data validation using Pydantic models. Field validators, model validators, and batch validation patterns.
smithery/majesticlabs-dev
0
40
pytest-coder Write pytest tests with fixtures, parametrization, mocking, async testing, and modern patterns. Use when creating or …
smithery/majesticlabs-dev
0
41
python-coder Modern Python 3.12+ development with uv, ruff, and production-ready practices. Routes to specialized skills for frame…
smithery/majesticlabs-dev
0
42
rails-debugger Use proactively when encountering Rails errors, test failures, build issues, or unexpected behavior. Analyzes errors,…
smithery/majesticlabs-dev
0
43
react-coder Write modern React components with TypeScript, hooks, and best practices. Creates functional components, custom hooks…
smithery/majesticlabs-dev
0
44
rspec-coder Write RSpec tests for Ruby and Rails applications.
smithery/majesticlabs-dev
0
45
rubocop-fixer Use when fixing Rubocop violations. Runs Rubocop to identify issues, applies fixes following project conventions, and…
smithery/majesticlabs-dev
0
46
ruby-coder This skill guides writing of new Ruby code following modern Ruby 3.x syntax, Sandi Metz's 4 Rules for Developers, and…
smithery/majesticlabs-dev
0
47
skill-design-philosophy Core philosophy for designing Claude Code skills - when to use skills vs agents, the knowledge test, and what makes s…
smithery/majesticlabs-dev
0
48
skill-structure Skill file structure, naming conventions, directory layout, frontmatter requirements, and invocation control. Use whe…
smithery/majesticlabs-dev
0
49
solid-cache-coder Use when configuring or working with Solid Cache for database-backed caching. Applies Rails 8 conventions, cache key …
smithery/majesticlabs-dev
0
50
solid-queue-coder Use when configuring or working with Solid Queue for background jobs. Applies Rails 8 conventions, database-backed jo…
smithery/majesticlabs-dev
0
Page 1 · 56 total Next