Browse Skills
18175 skills found
cloud-init-coder.md
13
1
export
cloud-init-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
This skill guides writing cloud-init configurations for VM provisioning. Use when creating user_data blocks in Terraform/OpenTofu, or cloud-init YAML for AWS, DigitalOcean, GCP, or Azure instances.
2026-01-22
kv-store-grpc.md
13
1
export
kv-store-grpc
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for implementing gRPC-based key-value store services in Python. This skill should be used when building gRPC servers with protobuf definitions, implementing KV store operations (Get, Set, Delete), or troubleshooting gRPC service connectivity. Applicable to tasks involving grpcio, protobuf code generation, and background server processes.
2026-01-21
youtube-transcript.md
13
1
export
youtube-transcript
2
from
"oalanicolas/ia"
from
"oalanicolas/ia"
3
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
2026-01-19
cloudflare-coder.md
13
1
export
cloudflare-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
This skill guides provisioning Cloudflare infrastructure with OpenTofu/Terraform. Use when managing zones, DNS records, WAF rules, SSL settings, Page Rules, or cache configuration.
2026-01-22
pypi-server.md
13
1
export
pypi-server
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for creating Python packages and serving them via a local PyPI server. This skill applies when tasks involve building Python packages (with pyproject.toml or setup.py), setting up local package repositories, or serving packages via HTTP for pip installation. Use when the goal is to create installable Python packages and make them available through a local index URL.
2026-01-21
pytorch-model-cli.md
13
1
export
pytorch-model-cli
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for implementing CLI tools that perform inference using PyTorch models in native languages (C/C++/Rust). This skill should be used when tasks involve extracting weights from PyTorch .pth files, implementing neural network forward passes in C/C++, or creating standalone inference tools without Python dependencies.
2026-01-21
adaptive-rejection-sampler.md
13
1
export
adaptive-rejection-sampler
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for implementing Adaptive Rejection Sampling (ARS) algorithms. This skill should be used when implementing rejection sampling methods, log-concave distribution samplers, or statistical sampling algorithms that require envelope construction and adaptive updates. It provides procedural approaches, performance considerations, and verification strategies specific to ARS implementations.
2026-01-21
dna-assembly.md
13
1
export
dna-assembly
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for DNA assembly tasks including Golden Gate assembly, Gibson assembly, and restriction enzyme-based cloning. This skill should be used when designing primers for Type IIS restriction enzymes (BsaI, BsmBI, etc.), creating fusion proteins, or assembling multiple DNA fragments. Covers primer structure requirements, overhang design, and verification strategies.
2026-01-21
qemu-startup.md
13
1
export
qemu-startup
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
This skill provides guidance for starting QEMU virtual machines with proper serial console access, process management, and boot verification. It should be used when tasks involve launching QEMU VMs, configuring serial/telnet console access, or managing VM lifecycle. Covers common pitfalls around KVM availability, port conflicts, process hierarchy, and boot readiness detection.
2026-01-21
count-dataset-tokens.md
13
1
export
count-dataset-tokens
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
This skill provides guidance for counting tokens in datasets using specific tokenizers. It should be used when tasks involve tokenizing dataset content, filtering data by domain or category, and aggregating token counts. Common triggers include requests to count tokens in HuggingFace datasets, filter datasets by specific fields, or use particular tokenizers (e.g., Qwen, DeepSeek, GPT).
2026-01-21
industry-research.md
13
1
export
industry-research
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Research a market, pinpoint an underserved customer pain, and design a venture that can capture the opportunity within 12 months. Comprehensive 10-step workflow from market mapping to 90-day action plan.
2026-01-22
ln-368-concurrency-auditor.md
13
1
export
ln-368-concurrency-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Concurrency audit worker (L3). Checks race conditions, missing async/await, resource contention, thread safety, deadlock potential. Returns findings with severity, location, effort, recommendations.
2026-01-21
e2e-testing.md
13
1
export
e2e-testing
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Write and run end-to-end tests with Playwright for user flows, page interactions, and visual regression. Use when testing user journeys, ensuring UI functionality works correctly.
2026-01-21
cobol-modernization.md
13
1
export
cobol-modernization
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
This skill provides guidance for translating COBOL programs to modern languages (Python, Java, etc.) while preserving exact behavior. It should be used when tasks involve COBOL-to-modern-language migration, legacy code translation, fixed-width file format handling, or ensuring byte-level compatibility between source and target implementations.
2026-01-21
fix-git.md
13
1
export
fix-git
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for recovering lost Git commits, resolving detached HEAD states, and fixing common Git repository issues. This skill should be used when users need help recovering from Git mistakes such as lost commits, detached HEAD situations, accidental resets, or when commits appear to be missing from branches.
2026-01-21
custom-memory-heap-crash.md
13
1
export
custom-memory-heap-crash
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for debugging crashes related to custom memory heaps, particularly use-after-free issues caused by static destruction ordering, DEBUG vs RELEASE discrepancies, and custom allocator lifecycle problems. This skill should be used when investigating crashes that occur only in RELEASE builds, memory-related crashes involving custom allocators, static initialization/destruction order issues, or use-after-free bugs in C++ applications.
2026-01-21
ln-310-story-decomposer.md
13
1
export
ln-310-story-decomposer
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Orchestrates task operations. Analyzes Story, builds optimal plan (1-6 implementation tasks), delegates to ln-311-task-creator (CREATE/ADD) or ln-312-task-replanner (REPLAN). Auto-discovers team ID.
2026-01-21
avo-coder.md
13
1
export
avo-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Use when building Avo admin interfaces. Creates resources, actions, filters, and dashboards following Avo conventions. Fetches latest docs dynamically.
2026-01-22
social-media.md
13
1
export
social-media
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Add or update social media posting integrations (Discord, LinkedIn, Telegram, Twitter) in workflows. Use when adding new platforms, debugging posting failures, or modifying message templates.
2026-01-21
tailwind-coder.md
13
1
export
tailwind-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Use when applying Tailwind CSS styling to Rails views. Uses utility classes, responsive design patterns, and integrates with Rails view helpers.
2026-01-22
gcode-to-text.md
13
1
export
gcode-to-text
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Extracts hidden or encoded text from GCODE files by analyzing toolpath geometry and coordinate data. This skill should be used when tasks involve decoding text from 3D printing files, recovering embossed or engraved text from GCODE, or CTF-style challenges involving GCODE analysis. Applies to any task requiring geometric reconstruction of text from CNC or 3D printer movement commands.
2026-01-21
design-language-system.md
13
1
export
design-language-system
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Apply the professional Navy Blue colour scheme and design tokens. Use when styling components, charts, or ensuring colour consistency across the application.
2026-01-21
caffe-cifar-10.md
13
1
export
caffe-cifar-10
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for building and training with the Caffe deep learning framework on CIFAR-10 dataset. This skill applies when tasks involve compiling Caffe from source, training convolutional neural networks on image classification datasets, or working with legacy deep learning frameworks that have compatibility issues with modern systems.
2026-01-21
Using `argc` / `Argcfile`.md
13
1
export
Using `argc` / `Argcfile`
2
from
"CGamesPlay/dotfiles"
from
"CGamesPlay/dotfiles"
3
Create and modify Argcfiles using the special syntax required. Use this when editing Argcfile.sh, @argc, or any shell script that contains `argc --argc-eval`.
2026-01-05