Browse Skills

44835 skills found

content-atomizer.md
13
1 export content-atomizer
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Transform long-form content into 15+ platform-ready assets. One article becomes threads, carousels, audiograms, video scripts, quizzes, discussion prompts, and more.
2026-01-22
dipeo-package-maintainer.md
13
1 export dipeo-package-maintainer
2 sorryhyun from "sorryhyun/DiPeO"
3 Router skill for DiPeO runtime Python code (execution handlers, service architecture, domain models, LLM infrastructure). Use when task mentions node handlers, EventBus, ServiceRegistry, Envelope pattern, or domain logic. For simple tasks, handle directly; for complex work, escalate to dipeo-package-maintainer agent.
2026-01-05
dialog-patterns.md
13
1 export dialog-patterns
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Native HTML dialog patterns for Rails with Turbo and Stimulus. Use when building modals, confirmations, alerts, or any overlay UI. Triggers on modal, dialog, popup, confirmation, alert, or toast patterns.
2026-01-22
skills-auto-activation.md
13
1 export skills-auto-activation
2 withzombies from "withzombies/hyperpowers"
3 Use when skills aren't activating reliably - covers official solutions (better descriptions) and custom hook system for deterministic skill activation
2026-01-21
traffic-magnet.md
13
1 export traffic-magnet
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Organic traffic strategy orchestrator for zero-budget customer acquisition. Routes to specialized skills for implementation.
2026-01-22
GitHub Issue Triage.md
13
1 export GitHub Issue Triage
2 sunholo-data from "sunholo-data/ailang"
3 Monitor and triage GitHub issues against design docs and implementation status. Use when user asks to "check issues", "triage issues", "sync issues", "what issues are open", or wants to ensure issues are up-to-date with development progress.
2026-01-21
ln-170-code-comments-auditor.md
13
1 export ln-170-code-comments-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Audit code comments and docstrings quality across 6 categories (WHY-not-WHAT, Density, Forbidden Content, Docstrings, Actuality, Legacy). Use when code needs comment review, after major refactoring, or as part of ln-100-documents-pipeline. Outputs Compliance Score X/10 per category + Findings + Recommended Actions.
2026-01-21
action-policy-coder.md
13
1 export action-policy-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use proactively for authorization with ActionPolicy. Creates policies, scopes, and integrates with GraphQL/ActionCable. Preferred over Pundit for composable, cacheable authorization.
2026-01-22
config-reader.md
13
1 export config-reader
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Read project config from .agents.yml and .agents.local.yml with local overrides. Supports dot notation for nested fields. Invoke with args "<field> <default>".
2026-01-22
rspec-coder.md
13
1 export rspec-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides writing comprehensive RSpec tests for Ruby and Rails applications. Use when creating spec files, writing test cases, or testing new features. Covers RSpec syntax, describe/context organization, subject/let patterns, fixtures, mocking with allow/expect, and shoulda matchers.
2026-01-22
letta-agent-designer.md
13
1 export letta-agent-designer
2 letta-ai from "letta-ai/skills"
3 Guide for designing effective Letta agents. This skill should be used when users need help choosing agent architectures, designing memory blocks, selecting models, or planning tool configurations for their Letta agents.
2026-01-21
ln-332-task-reviewer.md
13
1 export ln-332-task-reviewer
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Reviews completed tasks (To Review) and moves them to Done or To Rework. Zero tolerance: all issues fixed now.
2026-01-21
acceptance-test.md
13
1 export acceptance-test
2 yurenju from "yurenju/eyerolling-skills"
3 Execute acceptance testing based on Gherkin scenarios.Use when: validating implementations, running acceptance tests, verifying features against acceptance criteria.Keywords: acceptance testing, Gherkin, validation, verify implementation, test execution, 驗收測試, 驗收, 驗證實作.
2026-01-05
path-tracing.md
13
1 export path-tracing
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing path tracers and ray tracers to reconstruct or generate images. This skill applies when tasks involve writing C/C++ ray tracing code, reconstructing images from reference images, or building rendering systems with spheres, shadows, and procedural textures. Use for image reconstruction tasks requiring similarity matching.
2026-01-21
subagent-driven-development.md
13
1 export subagent-driven-development
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
2026-01-22
modernize-scientific-stack.md
13
1 export modernize-scientific-stack
2 letta-ai from "letta-ai/skills"
3 Guide for modernizing legacy Python 2 scientific computing code to Python 3 with modern libraries. This skill should be used when migrating scientific scripts involving data processing, numerical computation, or analysis from Python 2 to Python 3, or when updating deprecated scientific computing patterns to modern equivalents (pandas, numpy, pathlib).
2026-01-21
mteb-leaderboard.md
13
1 export mteb-leaderboard
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for retrieving and verifying information from dynamic ML leaderboards (MTEB, Scandinavian Embedding Benchmark, HuggingFace leaderboards, etc.) with specific temporal requirements. It should be used when tasks involve finding top-performing models, rankings, or benchmark results as of a specific date, especially when the data source is frequently updated.
2026-01-21
power-words.md
13
1 export power-words
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Enhance copy with emotional trigger words from 21 psychological categories. Transform bland text into compelling, conversion-focused content.
2026-01-22
build-pov-ray.md
13
1 export build-pov-ray
2 letta-ai from "letta-ai/skills"
3 Guidance for building POV-Ray (Persistence of Vision Raytracer) from source, particularly legacy versions like 2.2. This skill should be used when tasked with downloading, compiling, and installing POV-Ray from source archives. It covers handling legacy C code, compressed archive formats, build system navigation, and verification strategies for successful compilation.
2026-01-21
Trace Debugger.md
13
1 export Trace Debugger
2 sunholo-data from "sunholo-data/ailang"
3 Debug performance issues and understand code flow using AILANG telemetry traces. Use when user asks to debug slow compilation, analyze benchmarks, find bottlenecks, investigate hangs, or understand system behavior.
2026-01-21
chezmoi-expert.md
13
1 export chezmoi-expert
2 malhashemi from "malhashemi/dotfiles"
3 Use chezmoi like an expert for managing dotfiles with advanced features including templates, secrets management, scripts, external dependencies, and multi-machine configurations. This skill should be used when working with chezmoi dotfiles, optimizing performance, debugging issues, or implementing advanced patterns.
2026-01-05
db-wal-recovery.md
13
1 export db-wal-recovery
2 letta-ai from "letta-ai/skills"
3 Guidance for recovering data from SQLite Write-Ahead Log (WAL) files that may be corrupted, encrypted, or inaccessible. This skill should be used when tasks involve database recovery, WAL file analysis, decrypting database files, or recovering missing/corrupted SQLite data. Helps avoid common pitfalls like fabricating data based on patterns instead of actual recovery.
2026-01-21
constraints-scheduling.md
13
1 export constraints-scheduling
2 letta-ai from "letta-ai/skills"
3 Provides systematic approaches for solving constraint-based scheduling problems, such as finding meeting times that satisfy multiple participant availability windows, preferences, and existing calendar conflicts. This skill should be used when tasks involve scheduling with constraints, calendar conflict resolution, time slot optimization, or finding valid time windows across multiple inputs with hard and soft constraints.
2026-01-21
ln-160-docs-auditor.md
13
1 export ln-160-docs-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Audit project documentation quality across 6 categories (Hierarchy, SSOT, Compactness, Requirements, Actuality, Legacy). Use when documentation needs quality review, after major doc updates, or as part of ln-100-documents-pipeline. Outputs Compliance Score X/10 per category + Findings + Recommended Actions.
2026-01-21