Browse Skills
44835 skills found
ln-365-dependencies-auditor.md
13
1
export
ln-365-dependencies-auditor
2
from
"levnikolaevich/claude-code-skills"
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
jj-workspace.md
13
1
export
jj-workspace
2
from
"inspirepan/klaude-code"
from
"inspirepan/klaude-code"
3
Create a jj workspace before starting work to enable parallel Claude sessions. Use this skill when starting a new task that should be isolated from other concurrent work. Triggers include "jj workspace", "parallel work", "create workspace", "isolated workspace".
2026-01-15
ticket-review.md
13
1
export
ticket-review
2
from
"malhashemi/dotfiles"
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
from
"sgcarstrends/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
extract-elf.md
13
1
export
extract-elf
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for extracting memory values from ELF (Executable and Linkable Format) binary files. This skill should be used when parsing ELF headers, extracting LOAD segments, dumping memory addresses and values, or converting binary data to structured output formats like JSON. Covers proper handling of 32-bit vs 64-bit ELF files, endianness, and segment types.
2026-01-21
merge-diff-arc-agi-task.md
13
1
export
merge-diff-arc-agi-task
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
This skill provides guidance for tasks involving merging git branches that contain different implementations of ARC-AGI pattern recognition algorithms, and then implementing a working solution that generalizes across examples. Use this skill when the task involves (1) merging git branches with conflicting code, (2) analyzing ARC-AGI style input/output grid transformations, or (3) implementing pattern recognition algorithms that must generalize to unseen test cases.
2026-01-21
icp-discovery.md
13
1
export
icp-discovery
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Systematically discover and define your Ideal Customer Profile with firmographic criteria, buyer personas, scoring matrices, anti-ICP signals, and validation methodology.
2026-01-22
prove-plus-comm.md
13
1
export
prove-plus-comm
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for completing Coq proofs involving arithmetic properties like addition commutativity. This skill should be used when working on Coq proof files that require proving properties about natural number arithmetic using induction, particularly when lemmas like plus_n_O and plus_n_Sm are involved.
2026-01-21
skill-first.md
13
1
export
skill-first
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Check for relevant skills before starting any task. Triggers on task start, new requests, beginning work, or implementation.
2026-01-22
nginx-request-logging.md
13
1
export
nginx-request-logging
2
from
"letta-ai/skills"
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
from
"sgcarstrends/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
Parser Developer.md
13
1
export
Parser Developer
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Guides AILANG parser development with conventions and patterns. Use when user wants to modify parser, understand parser architecture, or debug parser issues. Saves 30% of development time by preventing token position bugs.
2026-01-21
stimulus-coder.md
13
1
export
stimulus-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Use when creating or refactoring Stimulus controllers. Applies Hotwire conventions, controller design patterns, targets/values usage, action handling, and JavaScript best practices.
2026-01-22
newsletter.md
13
1
export
newsletter
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Create engaging newsletter editions with proven structures, subject lines, and content formats. Supports curator, educator, and thought leader archetypes for ongoing audience communication.
2026-01-22
ln-113-backend-docs-creator.md
13
1
export
ln-113-backend-docs-creator
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Creates 2 backend docs (api_spec.md, database_schema.md). L3 Worker invoked CONDITIONALLY when hasBackend or hasDatabase detected.
2026-01-21
process-task-list.md
13
1
export
process-task-list
2
from
"yurenju/eyerolling-skills"
from
"yurenju/eyerolling-skills"
3
Task list management and execution for spec-driven development.Use when: executing implementation tasks, managing task progress, processing task list with git commits.Keywords: task execution, process-task, implementation, commit, task management, 任務執行, 實作, 任務清單.
2026-01-05
financial-model.md
13
1
export
financial-model
2
from
"majesticlabs-dev/majestic-marketplace"
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
from
"letta-ai/skills"
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
rstan-to-pystan.md
13
1
export
rstan-to-pystan
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for converting R-Stan (RStan) code to Python-Stan (PyStan). This skill applies when translating Stan models and inference code from R to Python, including API mapping between RStan and PyStan 3.x, hyperparameter translation, and handling differences in output formats. Use this skill for statistical model migration, Bayesian inference code conversion, or when working with Stan models across R and Python ecosystems.
2026-01-21
testing.md
13
1
export
testing
2
from
"ScotterMonk/AgentAutoFlow"
from
"ScotterMonk/AgentAutoFlow"
3
When creating tests and using tests for testing of application operation
2026-01-05
case-study-writer.md
13
1
export
case-study-writer
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Create compelling customer case studies for marketing. Guides through information gathering and produces polished case study documents.
2026-01-22
ln-200-scope-decomposer.md
13
1
export
ln-200-scope-decomposer
2
from
"levnikolaevich/claude-code-skills"
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
ln-334-test-executor.md
13
1
export
ln-334-test-executor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Executes Story Finalizer test tasks (label "tests") from Todo -> To Review. Enforces risk-based limits and priority.
2026-01-21
break-filter-js-from-html.md
13
1
export
break-filter-js-from-html
2
from
"letta-ai/skills"
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