Browse Skills
16146 skills found
overfull-hbox.md
13
1
export
overfull-hbox
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
This skill provides guidance for fixing LaTeX overfull hbox warnings by making synonym substitutions. It should be used when the task involves resolving LaTeX line-breaking issues by replacing words with synonyms from an allowed list, particularly when the goal is to reduce line width without changing meaning.
2026-01-21
ln-150-presentation-creator.md
13
1
export
ln-150-presentation-creator
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Builds interactive HTML presentation with 6 tabs (Overview, Requirements, Architecture/C4, Tech Spec, Roadmap, Guides). Creates presentation/README.md hub. L2 Worker under ln-100-documents-pipeline.
2026-01-21
Prompt Manager.md
13
1
export
Prompt Manager
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Optimize and manage AILANG teaching prompts for maximum conciseness and accuracy. Use when user asks to create/update prompts, optimize prompt length, or verify prompt accuracy.
2026-01-21
mailman.md
13
1
export
mailman
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for setting up and configuring mailing list servers with Postfix and Mailman3. This skill should be used when tasks involve configuring email servers, mailing list management, LMTP integration, or mail delivery pipelines. Applies to tasks requiring Postfix-Mailman integration, subscription workflows, or email broadcast functionality.
2026-01-21
mailman.md
13
1
export
mailman
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for setting up mailing list servers with Postfix and Mailman3. This skill should be used when configuring email infrastructure, integrating Mailman3 with Postfix MTA, creating mailing lists, or troubleshooting mail delivery issues.
2026-01-21
Model Manager.md
13
1
export
Model Manager
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Test, validate, and add new AI models to the eval suite. Use when user asks to add new models, test model access, check pricing, or update models.yml.
2026-01-21
prove-plus-comm.md
13
1
export
prove-plus-comm
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for proving mathematical properties in Coq using induction, specifically addition commutativity and similar arithmetic lemmas. This skill should be used when working with Coq proof assistants to complete induction proofs, fill in proof cases, or apply standard library lemmas like plus_n_O and plus_n_Sm.
2026-01-21
path-tracing-reverse.md
13
1
export
path-tracing-reverse
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for reverse engineering graphics rendering programs (ray tracers, path tracers) from binary executables. This skill should be used when tasked with recreating a program that generates images through ray/path tracing, particularly when the goal is to achieve pixel-perfect or near-pixel-perfect output matching. Applies to tasks requiring binary analysis, floating-point constant extraction, and systematic algorithm reconstruction.
2026-01-21
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
testing-anti-patterns.md
13
1
export
testing-anti-patterns
2
from
"withzombies/hyperpowers"
from
"withzombies/hyperpowers"
3
Use when writing or changing tests, adding mocks - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
2026-01-21
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
aws-monitoring.md
13
1
export
aws-monitoring
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Debug AWS resource issues, check Lambda logs, and monitor deployed services. Use when investigating production issues, checking CloudWatch logs, or debugging deployment failures.
2026-01-21
Headless Runner.md
13
1
export
Headless Runner
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Run Claude Code in headless/programmatic mode for automation, CI/CD, and agent workflows. Use when user asks about headless mode, programmatic execution, scripting Claude, or automating Claude workflows.
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
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
anyway-config-coder.md
13
1
export
anyway-config-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Implement type-safe configuration with anyway_config gem. Use when creating configuration classes, replacing ENV access, or managing application settings. Triggers on configuration, environment variables, settings, secrets, or ENV patterns.
2026-01-22
ln-373-test-value-auditor.md
13
1
export
ln-373-test-value-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Risk-Based Value audit worker (L3). Calculates Usefulness Score = Impact (1-5) × Probability (1-5) for each test. Returns KEEP/REVIEW/REMOVE decisions based on thresholds (≥15 KEEP, 10-14 REVIEW, <10 REMOVE).
2026-01-21
aeo-scorecard.md
13
1
export
aeo-scorecard
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Measurement framework for Answer Engine Optimization (AEO). Provides AI visibility metrics, share of voice tracking, citation monitoring, and referral demand measurement. Use when discussing AEO/GEO metrics or AI visibility performance.
2026-01-22
ln-361-security-auditor.md
13
1
export
ln-361-security-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Security audit worker (L3). Scans codebase for hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.
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