Browse Skills

20307 skills found

component-naming.md
13
1 export component-naming
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Enforce consistent React component naming conventions using domain + role patterns. Use when creating, reviewing, or refactoring components.
2026-01-21
separate-monolithic-python.md
13
1 export separate-monolithic-python
2 sorryhyun from "sorryhyun/DiPeO"
3 Break large Python files (>500 LOC) into smaller, well-organized modules with proper package structure. Use when a Python file is too large, monolithic, or needs refactoring. Triggered by requests mentioning "too large", "separate", "split", "break up", or "refactor" for Python files.
2026-01-05
sqlite-db-truncate.md
13
1 export sqlite-db-truncate
2 letta-ai from "letta-ai/skills"
3 Guidance for recovering data from corrupted or truncated SQLite database files through binary analysis and manual parsing. This skill applies when working with damaged SQLite databases that cannot be opened with standard tools, particularly when corruption is due to binary truncation, incomplete writes, or filesystem errors.
2026-01-21
rubocop-fixer.md
13
1 export rubocop-fixer
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use when fixing Rubocop violations. Runs Rubocop to identify issues, applies fixes following project conventions, and explains non-obvious corrections.
2026-01-22
performance-profiling.md
13
1 export performance-profiling
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Profile application performance, identify bottlenecks, and optimize slow operations. Use when investigating performance issues, optimizing response times, or improving resource usage.
2026-01-21
extract-elf.md
13
1 export extract-elf
2 letta-ai from "letta-ai/skills"
3 Guidance for extracting and processing data from ELF (Executable and Linkable Format) binary files. This skill should be used when tasks involve parsing ELF headers, reading program segments, extracting memory contents, or converting binary data to structured formats like JSON. Applicable to reverse engineering, binary analysis, and memory dump extraction tasks.
2026-01-21
path-tracing-reverse.md
13
1 export path-tracing-reverse
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for reverse engineering compiled binaries to produce equivalent source code. It applies when tasks require analyzing executables, extracting algorithms and constants, and recreating identical program behavior in source form. Use when the goal is byte-for-byte or pixel-perfect reproduction of binary output.
2026-01-21
cloudflare-worker.md
13
1 export cloudflare-worker
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Build edge-first TypeScript applications on Cloudflare Workers. Covers Workers API, Hono framework, KV/D1/R2 storage, Durable Objects, Queues, and testing patterns. Use when creating serverless workers, edge functions, or Cloudflare-deployed services.
2026-01-22
write-compressor.md
13
1 export write-compressor
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for implementing custom compression encoders that must be compatible with existing decoders (especially arithmetic coding). It should be used when the task requires writing a compressor/encoder that produces output compatible with a given decompressor/decoder, or when implementing arithmetic coding or similar bit-level compression schemes.
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 This skill provides guidance for tasks involving merging git branches that contain different implementations of ARC-AGI pattern recognition algorithms, and then implementing a working solution that generalizes across examples. Use this skill when the task involves (1) merging git branches with conflicting code, (2) analyzing ARC-AGI style input/output grid transformations, or (3) implementing pattern recognition algorithms that must generalize to unseen test cases.
2026-01-21
nginx-request-logging.md
13
1 export nginx-request-logging
2 letta-ai from "letta-ai/skills"
3 Guide for configuring Nginx web server with custom request logging, rate limiting, and error pages. This skill should be used when tasks involve Nginx installation, configuration, custom log formats, rate limiting setup, or custom error page creation.
2026-01-21
framer-motion-animations.md
13
1 export framer-motion-animations
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Create scroll-triggered and entrance animations using Framer Motion (motion package). Use when adding animations, implementing scroll reveals, or migrating from CSS/Intersection Observer.
2026-01-21
Parser Developer.md
13
1 export Parser Developer
2 sunholo-data from "sunholo-data/ailang"
3 Guides AILANG parser development with conventions and patterns. Use when user wants to modify parser, understand parser architecture, or debug parser issues. Saves 30% of development time by preventing token position bugs.
2026-01-21
stimulus-coder.md
13
1 export stimulus-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use when creating or refactoring Stimulus controllers. Applies Hotwire conventions, controller design patterns, targets/values usage, action handling, and JavaScript best practices.
2026-01-22
ln-113-backend-docs-creator.md
13
1 export ln-113-backend-docs-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates 2 backend docs (api_spec.md, database_schema.md). L3 Worker invoked CONDITIONALLY when hasBackend or hasDatabase detected.
2026-01-21
rstan-to-pystan.md
13
1 export rstan-to-pystan
2 letta-ai from "letta-ai/skills"
3 Guidance for converting R-Stan (RStan) code to Python-Stan (PyStan). This skill applies when translating Stan models and inference code from R to Python, including API mapping between RStan and PyStan 3.x, hyperparameter translation, and handling differences in output formats. Use this skill for statistical model migration, Bayesian inference code conversion, or when working with Stan models across R and Python ecosystems.
2026-01-21
testing.md
13
1 export testing
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 When creating tests and using tests for testing of application operation
2026-01-05
break-filter-js-from-html.md
13
1 export break-filter-js-from-html
2 letta-ai from "letta-ai/skills"
3 Guidance for bypassing HTML/JavaScript sanitization filters in security testing contexts. This skill should be used when tasked with finding XSS filter bypasses, testing HTML sanitizers, or exploiting parser differentials between server-side filters and browsers. Applies to CTF challenges, authorized penetration testing, and security research involving HTML injection and JavaScript execution through sanitization bypasses.
2026-01-21
mode-selection.md
13
1 export mode-selection
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 For understanding what each mode does, which mode is best (most appropriate mode) for a given situation, and establishing a pattern for choosing when and how a mode delegates or passes operation to another mode
2026-01-05
pm-discovery.md
13
1 export pm-discovery
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Product discovery orchestrator - routes to specialized frameworks for interviews, assumptions, JTBD, and prioritization.
2026-01-22
server-actions.md
13
1 export server-actions
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Create or update Next.js server actions for blog and analytics functionality. Use when adding form handlers, data mutations, or server-side logic in the web app.
2026-01-21
rspec-rails.md
13
1 export rspec-rails
2 kurko from "kurko/dotfiles"
3 Write Ruby on Rails specs with RSpec following best practices for unit tests, request specs, feature specs, and job specs. Use when writing or modifying RSpec test files for Rails applications.
2026-01-22
python-debugger.md
13
1 export python-debugger
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Debug Python errors, exceptions, and unexpected behavior. Analyzes tracebacks, reproduces issues, identifies root causes, and provides fixes.
2026-01-22
decisions.md
13
1 export decisions
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Structured business decision-making using Tree of Thoughts methodology with expert consultants exploring multiple approaches
2026-01-22