Browse Skills

20307 skills found

traffic-magnet.md
13
1 export traffic-magnet
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Organic traffic strategy orchestrator for zero-budget customer acquisition. Routes to specialized skills for implementation.
2026-01-22
ln-170-code-comments-auditor.md
13
1 export ln-170-code-comments-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Audit code comments and docstrings quality across 6 categories (WHY-not-WHAT, Density, Forbidden Content, Docstrings, Actuality, Legacy). Use when code needs comment review, after major refactoring, or as part of ln-100-documents-pipeline. Outputs Compliance Score X/10 per category + Findings + Recommended Actions.
2026-01-21
action-policy-coder.md
13
1 export action-policy-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use proactively for authorization with ActionPolicy. Creates policies, scopes, and integrates with GraphQL/ActionCable. Preferred over Pundit for composable, cacheable authorization.
2026-01-22
config-reader.md
13
1 export config-reader
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Read project config from .agents.yml and .agents.local.yml with local overrides. Supports dot notation for nested fields. Invoke with args "<field> <default>".
2026-01-22
rspec-coder.md
13
1 export rspec-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides writing comprehensive RSpec tests for Ruby and Rails applications. Use when creating spec files, writing test cases, or testing new features. Covers RSpec syntax, describe/context organization, subject/let patterns, fixtures, mocking with allow/expect, and shoulda matchers.
2026-01-22
path-tracing.md
13
1 export path-tracing
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing path tracers and ray tracers to reconstruct or generate images. This skill applies when tasks involve writing C/C++ ray tracing code, reconstructing images from reference images, or building rendering systems with spheres, shadows, and procedural textures. Use for image reconstruction tasks requiring similarity matching.
2026-01-21
subagent-driven-development.md
13
1 export subagent-driven-development
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
2026-01-22
modernize-scientific-stack.md
13
1 export modernize-scientific-stack
2 letta-ai from "letta-ai/skills"
3 Guide for modernizing legacy Python 2 scientific computing code to Python 3 with modern libraries. This skill should be used when migrating scientific scripts involving data processing, numerical computation, or analysis from Python 2 to Python 3, or when updating deprecated scientific computing patterns to modern equivalents (pandas, numpy, pathlib).
2026-01-21
build-pov-ray.md
13
1 export build-pov-ray
2 letta-ai from "letta-ai/skills"
3 Guidance for building POV-Ray (Persistence of Vision Raytracer) from source, particularly legacy versions like 2.2. This skill should be used when tasked with downloading, compiling, and installing POV-Ray from source archives. It covers handling legacy C code, compressed archive formats, build system navigation, and verification strategies for successful compilation.
2026-01-21
Trace Debugger.md
13
1 export Trace Debugger
2 sunholo-data from "sunholo-data/ailang"
3 Debug performance issues and understand code flow using AILANG telemetry traces. Use when user asks to debug slow compilation, analyze benchmarks, find bottlenecks, investigate hangs, or understand system behavior.
2026-01-21
constraints-scheduling.md
13
1 export constraints-scheduling
2 letta-ai from "letta-ai/skills"
3 Provides systematic approaches for solving constraint-based scheduling problems, such as finding meeting times that satisfy multiple participant availability windows, preferences, and existing calendar conflicts. This skill should be used when tasks involve scheduling with constraints, calendar conflict resolution, time slot optimization, or finding valid time windows across multiple inputs with hard and soft constraints.
2026-01-21
gpt2-codegolf.md
13
1 export gpt2-codegolf
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing neural network inference (like GPT-2) under extreme code size constraints. This skill should be used when tasks require implementing ML model inference in minimal code (code golf), parsing model checkpoints in constrained environments, or building transformer architectures in low-level languages like C with strict size limits.
2026-01-21
sqlite-db-truncate.md
13
1 export sqlite-db-truncate
2 letta-ai from "letta-ai/skills"
3 This skill should be used when recovering data from corrupted or truncated SQLite databases. Apply this skill when a .db file cannot be opened with standard SQLite tools, when binary truncation has occurred, or when manual parsing of the SQLite binary format is needed to extract recoverable data.
2026-01-21
component-tester.md
13
1 export component-tester
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Run Vitest tests for a specific component with coverage. Use when making changes to React components to ensure tests pass and coverage is maintained.
2026-01-21
winning-avg-corewars.md
13
1 export winning-avg-corewars
2 letta-ai from "letta-ai/skills"
3 Guidance for developing CoreWars warriors that achieve target win rates against specific opponents. This skill should be used when tasks involve writing, optimizing, or debugging Redcode assembly warriors for the CoreWars programming game, particularly when win rate thresholds must be met against multiple opponents.
2026-01-21
fix-code-vulnerability.md
13
1 export fix-code-vulnerability
2 letta-ai from "letta-ai/skills"
3 Guidance for identifying and fixing security vulnerabilities in code. This skill should be used when tasks involve fixing CWE-classified vulnerabilities, addressing security flaws, patching injection vulnerabilities, or responding to security-related test failures.
2026-01-21
schemelike-metacircular-eval.md
13
1 export schemelike-metacircular-eval
2 letta-ai from "letta-ai/skills"
3 Guide for building metacircular evaluators in Scheme-like languages. This skill applies when implementing interpreters that can interpret themselves, handling tasks involving eval/apply loops, environment management, closure implementation, and multi-level interpretation. Use for any metacircular evaluator, Scheme interpreter, or self-interpreting language implementation task.
2026-01-21
Unnamed Skill.md
13
1 export Unnamed Skill
2 sorryhyun from "sorryhyun/DiPeO"
3 Router skill for DiPeO backend ecosystem (server/ and cli/): FastAPI server, CLI tools, database, MCP integration. Use when task mentions CLI commands, server endpoints, database queries, or MCP tools. For simple tasks, handle directly; for complex work, escalate to dipeo-backend agent.
2026-01-05
gcode-to-text.md
13
1 export gcode-to-text
2 letta-ai from "letta-ai/skills"
3 Decode and interpret text content from G-code files by analyzing toolpath geometry and coordinate patterns. This skill should be used when extracting text, letters, or symbols that are encoded as movement commands in G-code files (e.g., 3D printing, CNC engraving, laser cutting). Applies to tasks like identifying what text a G-code file will print/engrave, reverse-engineering embossed or engraved text from toolpaths, or visualizing G-code geometry to reveal hidden content.
2026-01-21
polyglot-rust-c.md
13
1 export polyglot-rust-c
2 letta-ai from "letta-ai/skills"
3 Guidance for creating polyglot source files that compile and run correctly as both Rust and C/C++ programs. This skill should be used when asked to create code that is valid in multiple programming languages simultaneously, particularly Rust and C/C++ polyglots.
2026-01-21
digitalocean-coder.md
13
1 export digitalocean-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides writing DigitalOcean infrastructure with OpenTofu/Terraform. Use when provisioning Droplets, VPCs, Managed Databases, Firewalls, or other DO resources.
2026-01-22
llm-inference-batching-scheduler.md
13
1 export llm-inference-batching-scheduler
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing batching schedulers for LLM inference systems with compilation-based accelerators. This skill applies when optimizing request batching to minimize cost while meeting latency thresholds, particularly when dealing with shape compilation costs, padding overhead, and multi-bucket request distributions. Use this skill for tasks involving batch planning, shape selection, generation-length bucketing, and cost-model-driven optimization for neural network inference.
2026-01-21
filter-js-from-html.md
13
1 export filter-js-from-html
2 letta-ai from "letta-ai/skills"
3 Guidance for removing JavaScript from HTML while preserving structure and formatting. This skill applies when filtering XSS vectors, sanitizing HTML content, removing script tags and event handlers, or building HTML sanitization tools. It covers comprehensive XSS vector identification, format-preserving transformations, and verification strategies.
2026-01-21
django-coder.md
13
1 export django-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Build Django applications with models, views, forms, templates, REST APIs, and modern Django 5.x patterns.
2026-01-22