Browse Skills
44756 skills found
using-hyper.md
13
1
export
using-hyper
2
from
"withzombies/hyperpowers"
from
"withzombies/hyperpowers"
3
Use when starting any conversation - establishes mandatory workflows for finding and using skills
2026-01-21
import-refactor.md
13
1
export
import-refactor
2
from
"sorryhyun/DiPeO"
from
"sorryhyun/DiPeO"
3
Update all import statements, module references, string paths, and config references after moving or renaming files and modules. Handles Python, TypeScript, and JavaScript imports. Use when moving files, renaming modules, restructuring directories, or consolidating code.
2026-01-05
content-writer.md
13
1
export
content-writer
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Write well-structured articles with outline-first workflow. Includes sentence variation, readability guidelines, and formatting best practices.
2026-01-22
customer-discovery.md
13
1
export
customer-discovery
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Find where potential customers discuss problems online and extract their language patterns. Provides starting points for community research, not exhaustive coverage.
2026-01-22
dipeo-frontend-dev.md
13
1
export
dipeo-frontend-dev
2
from
"sorryhyun/DiPeO"
from
"sorryhyun/DiPeO"
3
Router skill for DiPeO frontend (React, visual editor, GraphQL integration, TypeScript types). Use when task mentions React components, diagram editor, GraphQL hooks, or type errors. For simple tasks, handle directly; for complex work, escalate to dipeo-frontend-dev agent.
2026-01-05
dhh-coder.md
13
1
export
dhh-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
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.
2026-01-22
Coordinator Helper.md
13
1
export
Coordinator Helper
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Manage coordinator daemon tasks, approve/reject work, monitor autonomous agents. Use when user asks to delegate tasks, check task status, review agent work, manage the coordinator, or use GitHub-driven approval workflow.
2026-01-21
ln-363-architecture-auditor.md
13
1
export
ln-363-architecture-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Architecture audit worker (L3). Checks DRY (7 types), KISS/YAGNI, layer breaks, error handling, DI patterns. Returns findings with severity, location, effort, recommendations.
2026-01-21
write-compressor.md
13
1
export
write-compressor
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for implementing encoders/compressors that must produce output compatible with an existing decoder/decompressor. This skill applies when tasked with writing compression algorithms, arithmetic coders, entropy encoders, or any encoder that must be the inverse of a given decoder implementation.
2026-01-21
ln-205-market-researcher.md
13
1
export
ln-205-market-researcher
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Research market conditions, competitors, trends, customer profiles via WebSearch/Ref/Context7. Generate analysis documents with RICE/ICE prioritization. Standalone L2 worker for Epic-level planning.
2026-01-21
review-recommendations.md
13
1
export
review-recommendations
2
from
"kurko/dotfiles"
from
"kurko/dotfiles"
3
Review technical recommendations before presenting them to the user. Use BEFORE suggesting config changes, optimizations, refactors, or architecture decisions. Spawns a subagent to challenge assumptions and filter out generic advice that doesn't apply to the user's context.
2026-01-22
db-wal-recovery.md
13
1
export
db-wal-recovery
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for recovering data from SQLite Write-Ahead Log (WAL) files that may be corrupted, encrypted, or inaccessible through standard methods. This skill should be used when tasks involve SQLite database recovery, WAL file analysis, encrypted database files, or discrepancies between tool outputs and filesystem access.
2026-01-21
performance-opt.md
13
1
export
performance-opt
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Analyze and optimize application performance including bundle size, render performance, and API response times. Use when investigating slow pages or optimizing production builds.
2026-01-21
coverage-analysis.md
13
1
export
coverage-analysis
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Analyze test coverage, generate reports, and identify untested code. Use when improving test coverage, ensuring code quality, or preparing for production.
2026-01-21
filter-js-from-html.md
13
1
export
filter-js-from-html
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for filtering JavaScript and XSS attack vectors from HTML while preserving original formatting. This skill should be used when tasks involve removing script content, sanitizing HTML, filtering XSS payloads, or creating security filters that must preserve the original document structure unchanged.
2026-01-21
dipeo-codegen-pipeline.md
13
1
export
dipeo-codegen-pipeline
2
from
"sorryhyun/DiPeO"
from
"sorryhyun/DiPeO"
3
Router skill for DiPeO code generation pipeline (TypeScript specs → IR → Python/GraphQL). Use when task mentions TypeScript models, IR builders, generated code diagnosis, or codegen workflow. For simple tasks, handle directly; for complex work, escalate to dipeo-codegen-pipeline agent.
2026-01-05
bn-fit-modify.md
13
1
export
bn-fit-modify
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for Bayesian Network DAG structure recovery, parameter learning, and causal intervention tasks. This skill should be used when tasks involve recovering DAG structure from observational data, learning Bayesian Network parameters, performing causal interventions (do-calculus), or generating samples from modified networks. Applies to tasks mentioning Bayesian networks, DAG recovery, structure learning, causal inference, or interventional distributions.
2026-01-21
code-from-image.md
13
1
export
code-from-image
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for extracting code or pseudocode from images using OCR and implementing it correctly. This skill should be used when tasks involve reading code, pseudocode, or algorithms from images (PNG, JPG, screenshots) and executing or implementing the extracted logic.
2026-01-21
env-config.md
13
1
export
env-config
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Manage environment variables across dev/staging/prod environments and SST config. Use when adding new secrets, updating environment-specific configs, or debugging environment issues.
2026-01-21
executing-plans.md
13
1
export
executing-plans
2
from
"withzombies/hyperpowers"
from
"withzombies/hyperpowers"
3
Use to execute bd tasks iteratively - executes one task, reviews learnings, creates/refines next task, then STOPS for user review before continuing
2026-01-21
dna-insert.md
13
1
export
dna-insert
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for designing DNA insertion primers for site-directed mutagenesis (SDM) using Q5 or similar kits. This skill should be used when tasks involve inserting DNA sequences into plasmids, designing mutagenesis primers, or working with PCR-based insertion methods. Provides verification strategies, common pitfalls, and procedural guidance for correct primer design.
2026-01-21
viral-content.md
13
1
export
viral-content
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Create viral content frameworks with platform-specific patterns, psychological hooks, and daily schedules that maximize organic reach without paid promotion.
2026-01-22
prd-builder.md
13
1
export
prd-builder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
PRD templates and structure for product requirements documents. Used by /majestic:prd command.
2026-01-22
first-principles.md
13
1
export
first-principles
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Apply first-principles thinking to break down complex problems into fundamental truths and rebuild solutions from the ground up. Use when solving strategic decisions, breaking through blockers, or challenging assumptions. Triggers on first principles, Elon Musk methodology, fundamental truths, strip assumptions, physics of the problem, rebuild from scratch.
2026-01-22