Browse Skills

44756 skills found

active-job-coder.md
13
1 export active-job-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use when creating or refactoring Active Job background jobs. Applies Rails 8 conventions, Solid Queue patterns, error handling, retry strategies, and job design best practices.
2026-01-22
multi-source-data-merger.md
13
1 export multi-source-data-merger
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for merging data from multiple heterogeneous sources (CSV, JSON, Parquet, XML, etc.) into unified output formats with conflict detection and resolution. Use when tasks involve combining data from different file formats, field mapping between schemas, priority-based conflict resolution, or generating merged datasets with conflict reports.
2026-01-21
skill-linter.md
13
1 export skill-linter
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 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, license, compatibility, metadata, allowed-tools), directory naming, line limits, and structure.
2026-01-22
seo.md
13
1 export seo
2 lightfastai from "lightfastai/lightfast"
3 Optimize content for search engines and AI answer engines. Use when writing or auditing SEO for any Lightfast page.
2026-01-05
query-optimize.md
13
1 export query-optimize
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for SQL query optimization tasks, including rewriting slow queries for better performance while preserving semantic equivalence. Use this skill when asked to optimize, improve performance of, or rewrite SQL queries, particularly when dealing with correlated subqueries, complex joins, or queries that need CTEs/window functions.
2026-01-21
make-doom-for-mips.md
13
1 export make-doom-for-mips
2 letta-ai from "letta-ai/skills"
3 Guidance for cross-compiling complex C programs (like Doom) to run on custom MIPS virtual machines or emulators. This skill should be used when tasked with building software for non-standard MIPS targets that use custom syscall interfaces, require freestanding compilation (-nostdlib), or involve running binaries in JavaScript/custom VM environments.
2026-01-21
ln-374-test-coverage-auditor.md
13
1 export ln-374-test-coverage-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Coverage Gaps audit worker (L3). Identifies missing tests for critical paths (Money 20+, Security 20+, Data Integrity 15+, Core Flows 15+). Returns list of untested critical business logic with priority justification.
2026-01-21
bofu-keywords.md
13
1 export bofu-keywords
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Find bottom-of-funnel keywords with high purchase intent for any product. Uses Perplexity for real-time search data.
2026-01-22
compile-compcert.md
13
1 export compile-compcert
2 letta-ai from "letta-ai/skills"
3 Guide for building CompCert, the formally verified C compiler, from source. This skill should be used when compiling, building, or installing CompCert, or when working with Coq-based software that has strict dependency version requirements. Covers OCaml/opam setup, Coq version compatibility, memory management, and common build pitfalls.
2026-01-21
AILANG Release Manager.md
13
1 export AILANG Release Manager
2 sunholo-data from "sunholo-data/ailang"
3 Create new AILANG releases with version bumps, changelog updates, git tags, and CI/CD verification. Use when user says "ready to release", "create release", mentions version numbers, or wants to publish a new version.
2026-01-21
hf-model-inference.md
13
1 export hf-model-inference
2 letta-ai from "letta-ai/skills"
3 Guidance for deploying HuggingFace models as inference APIs/services. This skill applies when tasks involve downloading pre-trained models from HuggingFace Hub, creating REST APIs for model inference, building Flask/FastAPI services around ML models, or setting up sentiment analysis, text classification, or other NLP inference endpoints.
2026-01-21
Test Coverage Guardian.md
13
1 export Test Coverage Guardian
2 sunholo-data from "sunholo-data/ailang"
3 Analyze test coverage, identify gaps, detect dead code, and improve test quality. Use when user asks to check coverage, review tests, find untested code, or improve test robustness.
2026-01-21
Cloud Environment Setup.md
13
1 export Cloud Environment Setup
2 sunholo-data from "sunholo-data/ailang"
3 Set up Claude Code cloud/mobile environments for AILANG development. Use when starting a new cloud session, when tools are missing (Go, make, gh), or when user says "setup cloud", "setup environment", or mentions mobile Claude Code.
2026-01-21
agent-scaffold.md
13
1 export agent-scaffold
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 File templates for Claude Agent SDK project scaffolding. Used by /agent-sdk:agent-scaffold command.
2026-01-22
ln-369-lifecycle-auditor.md
13
1 export ln-369-lifecycle-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Application lifecycle audit worker (L3). Checks bootstrap initialization order, graceful shutdown, resource cleanup, signal handling, liveness/readiness probes. Returns findings with severity, location, effort, recommendations.
2026-01-21
sre-task-refinement.md
13
1 export sre-task-refinement
2 withzombies from "withzombies/hyperpowers"
3 Use when you have to refine subtasks into actionable plans ensuring that all corner cases are handled and we understand all the requirements.
2026-01-21
onepassword-cli-coder.md
13
1 export onepassword-cli-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides integrating 1Password CLI (op) for secret management in development workflows. Use when loading secrets for infrastructure, deployments, or local development.
2026-01-22
regex-chess.md
13
1 export regex-chess
2 letta-ai from "letta-ai/skills"
3 Guidance for generating legal chess moves using only regex pattern matching and substitution. This skill applies when implementing chess move generators constrained to regex-only solutions, FEN notation parsing/manipulation, or similar pattern-matching-based board game logic. Use this skill for tasks requiring regex-based state transformations on structured string representations.
2026-01-21
ux-brief.md
13
1 export ux-brief
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Design system templates and patterns for UI/UX briefs. Used by /majestic:ux-brief command.
2026-01-22
coding-markdown.md
13
1 export coding-markdown
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 When markdown being written or edited
2026-01-05
ln-367-observability-auditor.md
13
1 export ln-367-observability-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Observability audit worker (L3). Checks structured logging, health check endpoints, metrics collection, request tracing, log levels. Returns findings with severity, location, effort, recommendations.
2026-01-21
ln-140-test-docs-creator.md
13
1 export ln-140-test-docs-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates test documentation (testing-strategy.md + tests/README.md). Establishes testing philosophy and Story-Level Test Task Pattern. L2 Worker in ln-100-documents-pipeline workflow.
2026-01-21
ln-222-story-creator.md
13
1 export ln-222-story-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates Stories from IDEAL plan (CREATE) or appends user-requested Stories (ADD). Generates 8-section documents, validates INVEST, creates in Linear. Invoked by ln-220.
2026-01-21
anycable-coder.md
13
1 export anycable-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use when implementing real-time features requiring reliability, especially LLM streaming. Applies AnyCable patterns for message delivery guarantees, presence tracking, and Action Cable migration.
2026-01-22