Browse Skills
44756 skills found
deployment-rollback.md
13
1
export
deployment-rollback
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Rollback failed deployments, restore previous versions, and handle deployment emergencies. Use when deployments fail, bugs are discovered in production, or emergency recovery is needed.
2026-01-21
article-extractor.md
13
1
export
article-extractor
2
from
"oalanicolas/ia"
from
"oalanicolas/ia"
3
Extract clean article content from URLs (blog posts, articles, tutorials) and save as readable text. Use when user wants to download, extract, or save an article/blog post from a URL without ads, navigation, or clutter.
2026-01-19
separate-monolithic-python.md
13
1
export
separate-monolithic-python
2
from
"sorryhyun/DiPeO"
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
from
"letta-ai/skills"
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
whistleblower-policy-fr.md
13
1
export
whistleblower-policy-fr
2
from
"lawvable/awesome-legal-skills"
from
"lawvable/awesome-legal-skills"
3
Guide pour (a) évaluer la conformité d'un dispositif lanceur d'alerte existant ou (b) rédiger une politique de signalement conforme sur la base d'un template fourni. Couvre la Directive UE 2019/1937, la loi Sapin II modifiée (Waserman 2022), le décret 2022-1284, le référentiel CNIL, les spécificités fonction publique et le devoir de vigilance.
2026-01-21
ai-advantage.md
13
1
export
ai-advantage
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Develop research-backed AI competitive strategies combining academic research, market trends, and social sentiment analysis
2026-01-22
ln-372-test-e2e-critical-coverage-auditor.md
13
1
export
ln-372-test-e2e-critical-coverage-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
E2E Critical Coverage audit worker (L3). Validates E2E coverage for critical paths (Money 20+, Security 20+, Data 15+). Pure risk-based - no pyramid percentages.
2026-01-21
mermaid-diagrams.md
13
1
export
mermaid-diagrams
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Create and maintain architecture diagrams using Mermaid syntax for system architecture, workflows, database schemas, and sequence diagrams. Use when visualizing system components, data flows, or documenting architecture.
2026-01-21
rubocop-fixer.md
13
1
export
rubocop-fixer
2
from
"majesticlabs-dev/majestic-marketplace"
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
from
"sgcarstrends/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
from
"letta-ai/skills"
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
from
"letta-ai/skills"
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
simplification.md
13
1
export
simplification
2
from
"ScotterMonk/AgentAutoFlow"
from
"ScotterMonk/AgentAutoFlow"
3
Finds insights that eliminate multiple components; "if this is true, we don't need X, Y, or Z". Used when implementing the same concept multiple ways, accumulating special cases, or complexity is spiraling. Otherwise known as "Simplification Cascades"
2026-01-05
cloudflare-worker.md
13
1
export
cloudflare-worker
2
from
"majesticlabs-dev/majestic-marketplace"
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
hook-writer.md
13
1
export
hook-writer
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Generate attention-grabbing hooks from 5 investor archetype perspectives to find angles that resonate with different audience motivations.
2026-01-22
write-compressor.md
13
1
export
write-compressor
2
from
"letta-ai/skills"
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
ln-365-dependencies-auditor.md
13
1
export
ln-365-dependencies-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Dependencies and reuse audit worker (L3). Checks outdated packages, unused dependencies, reinvented wheels, custom implementations of standard library features. Returns findings with severity, location, effort, recommendations.
2026-01-21
jj-workspace.md
13
1
export
jj-workspace
2
from
"inspirepan/klaude-code"
from
"inspirepan/klaude-code"
3
Create a jj workspace before starting work to enable parallel Claude sessions. Use this skill when starting a new task that should be isolated from other concurrent work. Triggers include "jj workspace", "parallel work", "create workspace", "isolated workspace".
2026-01-15
ticket-review.md
13
1
export
ticket-review
2
from
"malhashemi/dotfiles"
from
"malhashemi/dotfiles"
3
Reviews existing tickets for gaps, inconsistencies, and issues with severity classification.
This skill should be used when reviewing a ticket document for quality, completeness, and
implementer readiness. Provides a structured review workflow with findings categorized by
severity (Critical, High, Medium, Low) and specific before/after proposals for fixes.
2026-01-05
domain-management.md
13
1
export
domain-management
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Configure domain routing and Cloudflare DNS for sgcarstrends.com and subdomains. Use when adding new services, updating domain patterns, or debugging DNS issues.
2026-01-21
extract-elf.md
13
1
export
extract-elf
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for extracting memory values from ELF (Executable and Linkable Format) binary files. This skill should be used when parsing ELF headers, extracting LOAD segments, dumping memory addresses and values, or converting binary data to structured output formats like JSON. Covers proper handling of 32-bit vs 64-bit ELF files, endianness, and segment types.
2026-01-21
merge-diff-arc-agi-task.md
13
1
export
merge-diff-arc-agi-task
2
from
"letta-ai/skills"
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
icp-discovery.md
13
1
export
icp-discovery
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Systematically discover and define your Ideal Customer Profile with firmographic criteria, buyer personas, scoring matrices, anti-ICP signals, and validation methodology.
2026-01-22
prove-plus-comm.md
13
1
export
prove-plus-comm
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for completing Coq proofs involving arithmetic properties like addition commutativity. This skill should be used when working on Coq proof files that require proving properties about natural number arithmetic using induction, particularly when lemmas like plus_n_O and plus_n_Sm are involved.
2026-01-21