Browse Skills

44835 skills found

log-file-use.md
13
1 export log-file-use
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 When a mode needs to read, create, or write (log progress) to a log file.
2026-01-05
readme-updates.md
13
1 export readme-updates
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Maintain README files with setup instructions, features, tech stack, and usage examples. Use when updating project documentation, adding new features, or improving onboarding.
2026-01-21
merge-diff-arc-agi-task.md
13
1 export merge-diff-arc-agi-task
2 letta-ai from "letta-ai/skills"
3 Guidance for solving ARC-AGI style pattern recognition tasks that involve git operations (fetching bundles, merging branches) and implementing algorithmic transformations. This skill applies when tasks require merging git branches containing different implementations of pattern-based algorithms, analyzing input-output examples to discover transformation rules, and implementing correct solutions. (project)
2026-01-21
video-processing.md
13
1 export video-processing
2 letta-ai from "letta-ai/skills"
3 Guide for video analysis and frame-level event detection tasks using OpenCV and similar libraries. This skill should be used when detecting events in videos (jumps, movements, gestures), extracting frames, analyzing motion patterns, or implementing computer vision algorithms on video data. It provides verification strategies and helps avoid common pitfalls in video processing workflows.
2026-01-21
solid-cache-coder.md
13
1 export solid-cache-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use when configuring or working with Solid Cache for database-backed caching. Applies Rails 8 conventions, cache key design, expiration strategies, database setup, and performance tuning patterns.
2026-01-22
check-ci.md
13
1 export check-ci
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill monitors PR CI checks by polling GitHub status until completion or timeout. Use when the user requests to check CI status, wait for CI to pass, monitor PR checks, or verify build status. Applicable for queries like "check my CI", "wait for CI to pass", "is my PR green", or "monitor CI checks".
2026-01-22
mcmc-sampling-stan.md
13
1 export mcmc-sampling-stan
2 letta-ai from "letta-ai/skills"
3 Guidance for Bayesian MCMC sampling tasks using RStan. This skill applies when implementing hierarchical Bayesian models, configuring Stan/RStan for MCMC inference, or working with posterior distributions. Use for tasks involving Stan model specification, RStan installation, MCMC diagnostics, and Bayesian hierarchical modeling.
2026-01-21
fix-ocaml-gc.md
13
1 export fix-ocaml-gc
2 letta-ai from "letta-ai/skills"
3 Guide for debugging and fixing bugs in the OCaml garbage collector, particularly memory management issues in the runtime's sweeping and allocation code. This skill applies when working on OCaml runtime C code, investigating segfaults in GC operations, or fixing pointer arithmetic bugs in memory managers with size-classed pools and run-length encoding.
2026-01-21
largest-eigenval.md
13
1 export largest-eigenval
2 letta-ai from "letta-ai/skills"
3 Guidance for optimizing numerical linear algebra computations, particularly finding eigenvalues of small dense matrices faster than standard library implementations. This skill applies when the task involves performance optimization of matrix operations, beating numpy/scipy performance baselines, or writing high-performance numerical code with Cython/LAPACK.
2026-01-21
code-from-image.md
13
1 export code-from-image
2 letta-ai from "letta-ai/skills"
3 Extracting code or pseudocode from images using OCR, then interpreting and implementing it. This skill should be used when tasks involve reading code, pseudocode, or algorithms from image files (PNG, JPG, screenshots) and converting them to executable code. Applies to OCR-based code extraction, image-to-code conversion, and implementing algorithms shown in visual formats.
2026-01-21
circuit-fibsqrt.md
13
1 export circuit-fibsqrt
2 letta-ai from "letta-ai/skills"
3 Guide for implementing combinational/sequential logic circuits using gate-level descriptions in text-based simulators. This skill applies when building circuits for mathematical functions like integer square root, Fibonacci sequences, or similar computations that require both combinational logic (arithmetic operations) and sequential logic (feedback loops, state machines). Use this skill when the task involves generating gate netlists, implementing multi-bit arithmetic circuits, or debugging event-driven circuit simulators.
2026-01-21
openssl-selfsigned-cert.md
13
1 export openssl-selfsigned-cert
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for generating self-signed SSL/TLS certificates using OpenSSL. Use this skill when tasks involve creating private keys, self-signed certificates, certificate signing requests (CSRs), or combined PEM files. It covers verification strategies and common pitfalls in certificate generation workflows.
2026-01-21
tam-calculator.md
13
1 export tam-calculator
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Calculate Total Addressable Market (TAM), Serviceable Addressable Market (SAM), and Serviceable Obtainable Market (SOM) using top-down, bottom-up, and value-theory approaches with credible data sources and VC-ready presentation.
2026-01-22
Eval Analyzer.md
13
1 export Eval Analyzer
2 sunholo-data from "sunholo-data/ailang"
3 Identify AILANG language gaps from agent struggles, analyze eval baselines, and generate actionable insights. PRIMARY PURPOSE is finding what stdlib/prompt improvements would help agents succeed. Use when analyzing eval results, checking benchmarks, or investigating failures.
2026-01-21
agent-sdk-guide.md
13
1 export agent-sdk-guide
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Guide for Claude Agent SDK - build custom AI agents powered by Claude. Triggers on agent sdk, claude-agent-sdk, @anthropic-ai/claude-agent, build agent, programmatic agent, embed claude, custom ai agent, agent infrastructure. Covers installation, authentication providers, tool permissions, file-based configuration, and TypeScript/Python code examples.
2026-01-22
portfolio-optimization.md
13
1 export portfolio-optimization
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing high-performance portfolio optimization using Python C extensions. This skill applies when tasks require optimizing financial computations (matrix operations, covariance calculations, portfolio risk metrics) by implementing C extensions for Python. Use when performance speedup requirements exist (e.g., 1.2x or greater) and the task involves numerical computations on large datasets (thousands of assets).
2026-01-21
marketing-playbook.md
13
1 export marketing-playbook
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Your guide to the marketing toolkit. Diagnoses where you are in your marketing journey and recommends the right skills, agents, and workflows to use next.
2026-01-22
train-fasttext.md
13
1 export train-fasttext
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for training FastText text classification models with constraints on accuracy and model size. It should be used when training fastText supervised models, optimizing model size while maintaining accuracy thresholds, or when hyperparameter tuning for text classification tasks.
2026-01-21
nginx-request-logging.md
13
1 export nginx-request-logging
2 letta-ai from "letta-ai/skills"
3 Guidance for configuring Nginx web servers with custom logging, rate limiting, and static content serving. This skill should be used when tasks involve setting up Nginx server blocks, configuring custom log formats, implementing rate limiting, or serving static files on specific ports.
2026-01-21
reshard-c4-data.md
13
1 export reshard-c4-data
2 letta-ai from "letta-ai/skills"
3 Guidance for data resharding tasks that involve reorganizing files across directory structures with constraints on file sizes and directory contents. This skill applies when redistributing datasets, splitting large files, or reorganizing data into shards while maintaining constraints like maximum files per directory or maximum file sizes. Use when tasks involve resharding, data partitioning, or directory-constrained file reorganization.
2026-01-21
AILANG Sprint Executor.md
13
1 export AILANG Sprint Executor
2 sunholo-data from "sunholo-data/ailang"
3 Execute approved sprint plans with test-driven development, continuous linting, progress tracking, and pause points. Use when user says "execute sprint", "start sprint", or wants to implement an approved sprint plan.
2026-01-21
ln-311-task-creator.md
13
1 export ln-311-task-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates ALL task types (implementation, refactoring, test). Generates task documents from templates, validates type rules, creates in Linear, updates kanban. Invoked by orchestrators.
2026-01-21
build-pmars.md
13
1 export build-pmars
2 letta-ai from "letta-ai/skills"
3 Guidance for building pMARS (portable Memory Array Redcode Simulator) from source. This skill should be used when tasked with compiling pMARS, building Core War simulators from source packages, or creating headless/non-X11 builds of legacy C software from Debian source packages.
2026-01-21
password-recovery.md
13
1 export password-recovery
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for recovering passwords or sensitive data from disk images, corrupted files, or forensic scenarios. Use this skill when tasked with extracting passwords from disk images, recovering deleted files containing credentials, or performing data forensics to find lost authentication information.
2026-01-21