Browse Skills

16146 skills found

torch-tensor-parallelism.md
13
1 export torch-tensor-parallelism
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for implementing tensor parallelism in PyTorch, specifically column-parallel and row-parallel linear layers. Use when implementing distributed neural network layers that split weights/activations across multiple ranks, working with torch.distributed for model parallelism, or implementing ColumnParallelLinear and RowParallelLinear classes.
2026-01-21
query-optimize.md
13
1 export query-optimize
2 letta-ai from "letta-ai/skills"
3 Guidance for SQL query optimization tasks. This skill should be used when optimizing slow SQL queries, improving database performance, or rewriting queries to be more efficient. Covers query plan analysis, benchmarking strategies, and database-specific optimization techniques.
2026-01-21
market-expansion.md
13
1 export market-expansion
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Strategic market expansion analysis using Tree of Thoughts with quantified entry strategies, financial projections, and risk assessment
2026-01-22
path-tracing.md
13
1 export path-tracing
2 letta-ai from "letta-ai/skills"
3 Guide for reverse-engineering and recreating programmatically-generated ray-traced images. This skill should be used when tasks involve analyzing a target image to determine rendering parameters, implementing path tracing or ray tracing algorithms, matching scene geometry and lighting, or achieving high similarity scores between generated and target images.
2026-01-21
protein-assembly.md
13
1 export protein-assembly
2 letta-ai from "letta-ai/skills"
3 Guidance for designing fusion protein gBlock sequences from multiple protein sources. This skill applies when tasks involve combining proteins from PDB databases, plasmid files, and fluorescent protein databases into a single optimized DNA sequence with specific linkers and codon optimization requirements.
2026-01-21
portfolio-optimization.md
13
1 export portfolio-optimization
2 letta-ai from "letta-ai/skills"
3 Guide for optimizing Python numerical computations with C extensions. This skill should be used when tasks involve creating C extensions for Python, implementing mathematical algorithms (matrix operations, linear algebra) in C, or optimizing computational bottlenecks to achieve significant speedup. Particularly relevant for portfolio risk/return calculations, scientific computing, and performance-critical code requiring validation against baseline implementations.
2026-01-21
ruby-coder.md
13
1 export ruby-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides writing of new Ruby code following modern Ruby 3.x syntax, Sandi Metz's 4 Rules for Developers, and idiomatic Ruby best practices. Use when creating new Ruby files, writing Ruby methods, or refactoring Ruby code to ensure adherence to clarity, simplicity, and maintainability standards.
2026-01-22
pricing-strategy.md
13
1 export pricing-strategy
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Analyze competitor pricing models to develop optimal pricing structure with psychological thresholds, value perception patterns, and implementation roadmap.
2026-01-22
winning-avg-corewars.md
13
1 export winning-avg-corewars
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for creating CoreWars warriors that achieve target win rates against multiple opponents. Use this skill when tasked with writing Redcode warriors, optimizing CoreWars strategies, or achieving specific win rate thresholds against a set of opponents. The skill covers systematic opponent analysis, parameter tuning methodologies, and common pitfalls in warrior design.
2026-01-21
maintain-docs.md
13
1 export maintain-docs
2 sorryhyun from "sorryhyun/DiPeO"
3 Update and maintain documentation to reflect current implementation after code changes, refactoring, or new features. Remove temporal language, verify accuracy against code, and keep docs current. Use when updating docs, syncing documentation, removing outdated info, or after implementing features.
2026-01-05
test-backend-router.md
13
1 export test-backend-router
2 sorryhyun from "sorryhyun/DiPeO"
3 Test implementation of thin router skill for DiPeO backend. Provides decision criteria and documentation anchors for FastAPI server, CLI (dipeo run/results/metrics/compile/export), SQLite schema, and MCP integration in apps/server/. Use when task mentions CLI commands, server endpoints, database queries, or MCP tools.
2026-01-05
Unnamed Skill.md
13
1 export Unnamed Skill
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Top orchestrator for complete doc system. Delegates to ln-110 coordinator (project docs via 5 L3 workers) + ln-120-150 workers. Phase 4: global cleanup. Idempotent.
2026-01-21
tune-mjcf.md
13
1 export tune-mjcf
2 letta-ai from "letta-ai/skills"
3 Guidance for optimizing MuJoCo MJCF model files for simulation performance while maintaining numerical accuracy. This skill should be used when tuning physics simulation parameters, optimizing MuJoCo XML configurations, or balancing speed vs accuracy tradeoffs in robotics simulations.
2026-01-21
feal-differential-cryptanalysis.md
13
1 export feal-differential-cryptanalysis
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing differential cryptanalysis attacks on FEAL (Fast Data Encipherment Algorithm) and similar block ciphers. This skill should be used when tasks involve recovering round keys, implementing differential attacks, exploiting cipher weaknesses, or performing cryptanalysis on Feistel network ciphers. Applicable to CTF challenges and educational cryptanalysis exercises.
2026-01-21
mteb-leaderboard.md
13
1 export mteb-leaderboard
2 letta-ai from "letta-ai/skills"
3 Guidance for querying ML model leaderboards and benchmarks (MTEB, HuggingFace, embedding benchmarks). This skill applies when tasks involve finding top-performing models on specific benchmarks, comparing model performance across leaderboards, or answering questions about current benchmark standings. Covers strategies for accessing live leaderboard data, handling temporal requirements, and avoiding common pitfalls with outdated sources.
2026-01-21
deslop.md
13
1 export deslop
2 inspirepan from "inspirepan/klaude-code"
3 Remove AI-generated code slop from files or diffs. Use this skill when reviewing AI-generated code to clean up unnecessary comments, defensive code, type hacks, and style inconsistencies. Triggers include "deslop", "remove slop", "clean up AI code", "review for slop".
2026-01-15
pypi-server.md
13
1 export pypi-server
2 letta-ai from "letta-ai/skills"
3 Guide for setting up local PyPI servers to host and serve Python packages. This skill should be used when tasks involve creating a local PyPI repository, serving Python packages over HTTP, building distributable Python packages, or testing pip installations from a custom index URL.
2026-01-21
video-processing.md
13
1 export video-processing
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for video analysis and processing tasks using computer vision techniques. It should be used when analyzing video frames, detecting motion or events, tracking objects, extracting temporal data (e.g., identifying specific frames like takeoff/landing moments), or performing frame-by-frame processing with OpenCV or similar libraries.
2026-01-21
skill-creator.md
13
1 export skill-creator
2 malhashemi from "malhashemi/dotfiles"
3 Guide for creating effective skills with UV + justfile structure. This skill should be used when users want to create a new skill (or update an existing skill) that extends the agent's capabilities with specialized knowledge, workflows, or tool integrations. Skills include PEP 723 compliant Python scripts managed via justfile for consistent execution.
2026-01-05
regex-log.md
13
1 export regex-log
2 letta-ai from "letta-ai/skills"
3 Guidance for constructing complex regular expressions that extract and validate data from log files. This skill applies when building regex patterns to parse log entries with requirements like IP address validation, date extraction, boundary conditions, and selecting specific occurrences (first/last). Use this skill when the task involves creating regex for log parsing with multiple validation constraints.
2026-01-21
pytorch-model-recovery.md
13
1 export pytorch-model-recovery
2 letta-ai from "letta-ai/skills"
3 Guidance for recovering PyTorch model architectures from state dictionaries, retraining specific layers, and saving models in TorchScript format. This skill should be used when tasks involve reconstructing model architectures from saved weights, fine-tuning specific layers while freezing others, or converting models to TorchScript format.
2026-01-21
review-recommendations.md
13
1 export review-recommendations
2 kurko 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 letta-ai 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
dipeo-codegen-pipeline.md
13
1 export dipeo-codegen-pipeline
2 sorryhyun 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