Browse Skills

16146 skills found

ai-advantage.md
13
1 export ai-advantage
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Develop research-backed AI competitive strategies combining academic research, market trends, and social sentiment analysis
2026-01-22
path-tracing-reverse.md
13
1 export path-tracing-reverse
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for reverse engineering compiled binaries to produce equivalent source code. It applies when tasks require analyzing executables, extracting algorithms and constants, and recreating identical program behavior in source form. Use when the goal is byte-for-byte or pixel-perfect reproduction of binary output.
2026-01-21
simplification.md
13
1 export simplification
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 Finds insights that eliminate multiple components; "if this is true, we don't need X, Y, or Z". Used when implementing the same concept multiple ways, accumulating special cases, or complexity is spiraling. Otherwise known as "Simplification Cascades"
2026-01-05
cloudflare-worker.md
13
1 export cloudflare-worker
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Build edge-first TypeScript applications on Cloudflare Workers. Covers Workers API, Hono framework, KV/D1/R2 storage, Durable Objects, Queues, and testing patterns. Use when creating serverless workers, edge functions, or Cloudflare-deployed services.
2026-01-22
write-compressor.md
13
1 export write-compressor
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for implementing custom compression encoders that must be compatible with existing decoders (especially arithmetic coding). It should be used when the task requires writing a compressor/encoder that produces output compatible with a given decompressor/decoder, or when implementing arithmetic coding or similar bit-level compression schemes.
2026-01-21
ln-365-dependencies-auditor.md
13
1 export ln-365-dependencies-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Dependencies and reuse audit worker (L3). Checks outdated packages, unused dependencies, reinvented wheels, custom implementations of standard library features. Returns findings with severity, location, effort, recommendations.
2026-01-21
ticket-review.md
13
1 export ticket-review
2 malhashemi from "malhashemi/dotfiles"
3 Reviews existing tickets for gaps, inconsistencies, and issues with severity classification. This skill should be used when reviewing a ticket document for quality, completeness, and implementer readiness. Provides a structured review workflow with findings categorized by severity (Critical, High, Medium, Low) and specific before/after proposals for fixes.
2026-01-05
domain-management.md
13
1 export domain-management
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Configure domain routing and Cloudflare DNS for sgcarstrends.com and subdomains. Use when adding new services, updating domain patterns, or debugging DNS issues.
2026-01-21
nginx-request-logging.md
13
1 export nginx-request-logging
2 letta-ai from "letta-ai/skills"
3 Guide for configuring Nginx web server with custom request logging, rate limiting, and error pages. This skill should be used when tasks involve Nginx installation, configuration, custom log formats, rate limiting setup, or custom error page creation.
2026-01-21
framer-motion-animations.md
13
1 export framer-motion-animations
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Create scroll-triggered and entrance animations using Framer Motion (motion package). Use when adding animations, implementing scroll reveals, or migrating from CSS/Intersection Observer.
2026-01-21
financial-model.md
13
1 export financial-model
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Build comprehensive financial models with revenue projections, unit economics, P&L forecasts, scenario analysis, and investor-ready financial narratives for startups and growth companies.
2026-01-22
torch-pipeline-parallelism.md
13
1 export torch-pipeline-parallelism
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for implementing PyTorch pipeline parallelism for distributed training of large language models. It should be used when implementing pipeline parallel training loops, partitioning transformer models across GPUs, or working with AFAB (All-Forward-All-Backward) scheduling patterns. The skill covers model partitioning, inter-rank communication, gradient flow management, and common pitfalls in distributed training implementations.
2026-01-21
ln-200-scope-decomposer.md
13
1 export ln-200-scope-decomposer
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Orchestrates full decomposition (scope → Epics → Stories) by delegating ln-210 → ln-220. Sequential Story decomposition per Epic. Epic 0 for Infrastructure.
2026-01-21
break-filter-js-from-html.md
13
1 export break-filter-js-from-html
2 letta-ai from "letta-ai/skills"
3 Guidance for bypassing HTML/JavaScript sanitization filters in security testing contexts. This skill should be used when tasked with finding XSS filter bypasses, testing HTML sanitizers, or exploiting parser differentials between server-side filters and browsers. Applies to CTF challenges, authorized penetration testing, and security research involving HTML injection and JavaScript execution through sanitization bypasses.
2026-01-21
pm-discovery.md
13
1 export pm-discovery
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Product discovery orchestrator - routes to specialized frameworks for interviews, assumptions, JTBD, and prioritization.
2026-01-22
server-actions.md
13
1 export server-actions
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Create or update Next.js server actions for blog and analytics functionality. Use when adding form handlers, data mutations, or server-side logic in the web app.
2026-01-21
decisions.md
13
1 export decisions
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Structured business decision-making using Tree of Thoughts methodology with expert consultants exploring multiple approaches
2026-01-22
document-review.md
13
1 export document-review
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Review legal documents as an experienced attorney. Analyzes contracts, ToS, privacy policies, NDAs, and corporate docs section-by-section. Identifies risks, gaps, and unfavorable terms with specific replacement text for problematic clauses.
2026-01-22
error-tracking.md
13
1 export error-tracking
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Track errors with CloudWatch Logs, implement structured logging, and monitor application health. Use when debugging production issues, investigating errors, or improving observability.
2026-01-21
configure-git-webserver.md
13
1 export configure-git-webserver
2 letta-ai from "letta-ai/skills"
3 Guidance for setting up Git repositories with automatic web deployment via post-receive hooks. This skill applies when configuring bare Git repositories, setting up web servers to serve pushed content, creating Git hooks for deployment automation, or implementing push-to-deploy workflows.
2026-01-21
ln-371-test-business-logic-auditor.md
13
1 export ln-371-test-business-logic-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Business Logic Focus audit worker (L3). Detects tests that validate framework/library behavior (Prisma, Express, bcrypt, JWT, axios, React hooks) instead of OUR code. Returns findings with REMOVE decisions.
2026-01-21
regex-log.md
13
1 export regex-log
2 letta-ai from "letta-ai/skills"
3 Guidance for extracting structured data from log files using regular expressions. This skill applies when parsing logs to extract dates, IP addresses, timestamps, or other structured patterns, especially when multiple conditions must be combined (e.g., "find the last date on lines containing an IP"). Use this skill for complex regex construction involving lookaheads, anchors, and pattern composition.
2026-01-21
create-plan.md
13
1 export create-plan
2 inspirepan from "inspirepan/klaude-code"
3 Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.
2026-01-15
dna-insert.md
13
1 export dna-insert
2 letta-ai from "letta-ai/skills"
3 Specialized skill for designing primers to insert DNA sequences into circular plasmids using Q5 site-directed mutagenesis (SDM). This skill should be used when tasks involve inserting sequences into plasmids, designing primers for Q5 SDM insertions, or converting an input plasmid to an output plasmid with additional sequence. The skill provides workflows for understanding Q5 SDM mechanics, proper primer design with annealing regions, Tm calculation, and critical verification strategies.
2026-01-21