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/.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ١٥٦ من skills من majesticlabs-dev/majestic-marketplace. افتح أي skill لمراجعة مصدره وتفاصيله.
majesticlabs-dev/majestic-marketplaceعرض ٤٠ من أصل ١٥٦ skills مجمعة.
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/.
لغة النص الأصلي: الإنجليزية
Use when designing AI agents that autonomously create work items (GitHub issues, tasks, PRs) without per-item human review. Covers strategic alignment gates, sensitive data scrubbing, budget guardrails, and approval gate design. Not for manual issue creation…
لغة النص الأصلي: الإنجليزية
Patterns for designing multi-agent systems with Claude Code - job description method, shared folder communication, handbook consolidation, context management. Use when building complex agent orchestrations.
لغة النص الأصلي: الإنجليزية
Framework-agnostic CSS patterns for typography, color, motion, and spatial composition.
لغة النص الأصلي: الإنجليزية
Framework for automated decision-making during multi-step planning workflows. Classifies planning decisions as Mechanical (auto-decide silently), Taste (auto-decide but surface at gate), or User Challenge (never auto-decide). Reduces question fatigue by…
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
Code review using RepoPrompt MCP (chat_send mode=review). Returns structured verdict.
لغة النص الأصلي: الإنجليزية
Use when modifying layouts, adding assets, or optimizing page speed. Frontend performance patterns for Core Web Vitals (LCP, CLS, INP). Covers font loading, resource preloading, asset scoping, and render-blocking elimination. Not for backend performance — use…
لغة النص الأصلي: الإنجليزية
Rails code patterns and conventions following rubocop-rails-omakase style.
لغة النص الأصلي: الإنجليزية
DHH-style code review. Reviews Ruby, Rails, and JavaScript code for convention violations, framework contamination, and unnecessary complexity.
لغة النص الأصلي: الإنجليزية
This skill guides provisioning Hetzner Cloud infrastructure with OpenTofu/Terraform. Use when creating servers, networks, firewalls, load balancers, or volumes on Hetzner Cloud.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
This skill guides configuring Litestream for continuous SQLite backup in Rails 8+ apps. Use when setting up production backups for SQLite databases (Solid Queue, Solid Cache, Solid Cable).
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
Generate and edit images using Google's Gemini API. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.
لغة النص الأصلي: الإنجليزية
Manage backlog items across multiple backends (GitHub Issues, Linear, Beads). Configure task_management in .agents.yml.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Post-documentation decision menu for fix-reporter. Routes to critical patterns, skill updates, cross-references, or discovery enablement.
لغة النص الأصلي: الإنجليزية
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Generate hierarchical AGENTS.md structure for codebases to optimize AI agent token usage. Use when creating AGENTS.md files, documenting codebase structure, setting up agent guidance, organizing project documentation for AI tools, implementing JIT indexing,…
لغة النص الأصلي: الإنجليزية
Use when reviewing brainstorms, plans, or PRDs for clarity and readiness before next workflow phase. Assesses documents for vagueness, gaps, and YAGNI violations.
لغة النص الأصلي: الإنجليزية
Core philosophy for designing Claude Code skills - when to use skills vs agents, the knowledge test, and what makes skills valuable. Use when deciding component type or evaluating skill quality.
لغة النص الأصلي: الإنجليزية
Handle messy CSVs with encoding detection, delimiter inference, and malformed row recovery.
لغة النص الأصلي: الإنجليزية
Generate data profiles with column stats, correlations, and missing patterns for DataFrames. Use for EDA and data discovery.
لغة النص الأصلي: الإنجليزية
Quality dimensions, scorecards, distribution monitoring, and freshness checks. Use for data validation pipelines and quality gates.
لغة النص الأصلي: الإنجليزية
Core ETL reliability patterns including idempotency, checkpointing, error handling, chunking, retry logic, and logging.
لغة النص الأصلي: الإنجليزية
DataFrame manipulation with chunked processing, memory optimization, and vectorized operations.
لغة النص الأصلي: الإنجليزية
Infer schema from sample data files (CSV, JSON, Parquet) and generate type definitions.
لغة النص الأصلي: الإنجليزية
Analyze data source characteristics including update frequency, volume patterns, and schema stability.
لغة النص الأصلي: الإنجليزية
Verify DevOps/infrastructure code against best practices, security, simplicity, and documentation standards. Use after implementing or before shipping infrastructure changes.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Review development plans for issues, missing considerations, architectural violations, and alternatives. Includes SOLID compliance, circular dependency detection, and coupling analysis.
لغة النص الأصلي: الإنجليزية
Address PR review comments by implementing reviewer feedback and suggestions.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Analyze specifications, plans, or feature descriptions for user flows, gaps, and missing requirements. Use before implementation begins.
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
Review test quality, coverage, and completeness. Analyzes for missing edge cases, assertion quality, and coverage gaps.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية