Browse Skills
44756 skills found
vulnerable-secret.md
13
1
export
vulnerable-secret
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for extracting secrets from protected or obfuscated binaries through systematic static and dynamic analysis. This skill should be used when tasks involve reverse engineering executables, extracting hidden flags or keys, analyzing binary protections, or decoding obfuscated data within compiled programs.
2026-01-21
frontend-design.md
13
1
export
frontend-design
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use when building web components, pages, or applications. Includes framework-specific guidance for Tailwind, React, Vue, and Rails/Hotwire ecosystems.
2026-01-22
nda-review.md
13
1
export
nda-review
2
from
"lawvable/awesome-legal-skills"
from
"lawvable/awesome-legal-skills"
3
Reviews incoming one-way (unilateral) commercial NDAs in a jurisdiction-agnostic way, from either a Recipient or Discloser perspective (user-selected), producing a clause-by-clause issue log with preferred redlines, fallbacks, rationales, owners, and deadlines.
2026-01-21
letta-memory-architect.md
13
1
export
letta-memory-architect
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for designing effective memory architectures in Letta agents. Use when users need help structuring memory blocks, choosing between memory types, or optimizing memory management patterns.
2026-01-21
large-scale-text-editing.md
13
1
export
large-scale-text-editing
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Provides strategies for efficiently transforming large text files (thousands to millions of lines) using text editors like Vim, sed, or awk. This skill should be used when tasks involve bulk text transformations, CSV manipulation at scale, pattern-based edits across massive files, or when keystroke/operation efficiency is constrained. Applicable to tasks requiring macros, regex substitutions, or batch processing of structured text data.
2026-01-21
build-cython-ext.md
13
1
export
build-cython-ext
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for building and installing Cython extension packages, particularly when resolving compatibility issues with modern Python and NumPy versions. This skill applies when installing legacy Cython packages, fixing NumPy 2.0 deprecation errors, resolving Python 3.x compatibility issues in extension modules, or troubleshooting Cython compilation failures. Use this skill for tasks involving setup.py with Cython extensions, deprecated NumPy type errors, or installing packages to system Python environments.
2026-01-21
sanitize-git-repo.md
13
1
export
sanitize-git-repo
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for sanitizing git repositories by identifying and removing sensitive credentials, API keys, tokens, and other secrets. This skill should be used when tasks involve cleaning repositories of secrets, preparing code for public release, auditing for credential exposure, or removing sensitive data from version control history.
2026-01-21
tmux-test.md
13
1
export
tmux-test
2
from
"inspirepan/klaude-code"
from
"inspirepan/klaude-code"
3
Test klaude-code interactively using tmux with synchronous task completion. Use when testing UI features, verifying changes, or debugging interactive behavior. Eliminates polling/sleep by using KLAUDE_TEST_SIGNAL for precise synchronization.
2026-01-15
referral-program.md
13
1
export
referral-program
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Design viral referral programs with incentive structures, sharing mechanics, tracking systems, and optimization strategies to turn customers into advocates who drive new customer acquisition.
2026-01-22
future-back.md
13
1
export
future-back
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Envision ideal future state with clarity, then reverse-engineer the pathway from vision to reality using backward planning
2026-01-22
constraints-scheduling.md
13
1
export
constraints-scheduling
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Provides systematic approaches for solving multi-person scheduling problems with complex constraints. This skill should be used when finding meeting times, scheduling events, or solving optimization problems involving multiple calendars, availability windows, time-based constraints, preferences, and buffer requirements.
2026-01-21
configure-git-webserver.md
13
1
export
configure-git-webserver
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for setting up Git-based web deployment systems where pushing to a Git repository automatically deploys content to a web server. This skill should be used when tasks involve configuring bare Git repositories with post-receive hooks for automated web deployment, setting up lightweight web servers to serve deployed content, or creating Git-push-to-deploy workflows. Covers service persistence, permission management, and verification strategies.
2026-01-21
query-optimization.md
13
1
export
query-optimization
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Optimize database queries, add indexes, prevent N+1 queries, and improve query performance. Use when queries are slow, investigating database bottlenecks, or optimizing data access patterns.
2026-01-21
cobol-modernization.md
13
1
export
cobol-modernization
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for converting COBOL programs to modern languages (Python, Java, etc.) while preserving exact behavior and data format compatibility. This skill should be used when modernizing legacy COBOL applications, converting COBOL business logic to modern languages, or ensuring byte-for-byte output compatibility between COBOL and its replacement.
2026-01-21
ansible-coder.md
13
1
export
ansible-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
This skill guides writing Ansible playbooks for server configuration. Use when hardening servers, installing packages, or automating post-provisioning tasks that cloud-init cannot handle.
2026-01-22
Design Spec Auditor.md
13
1
export
Design Spec Auditor
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Verify code implementation aligns with design specifications. Use after implementing features, during code reviews, or when refactoring to ensure architectural compliance. Compares design docs with actual code.
2026-01-21
content-atomizer.md
13
1
export
content-atomizer
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Transform long-form content into 15+ platform-ready assets. One article becomes threads, carousels, audiograms, video scripts, quizzes, discussion prompts, and more.
2026-01-22
dipeo-package-maintainer.md
13
1
export
dipeo-package-maintainer
2
from
"sorryhyun/DiPeO"
from
"sorryhyun/DiPeO"
3
Router skill for DiPeO runtime Python code (execution handlers, service architecture, domain models, LLM infrastructure). Use when task mentions node handlers, EventBus, ServiceRegistry, Envelope pattern, or domain logic. For simple tasks, handle directly; for complex work, escalate to dipeo-package-maintainer agent.
2026-01-05
dialog-patterns.md
13
1
export
dialog-patterns
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Native HTML dialog patterns for Rails with Turbo and Stimulus. Use when building modals, confirmations, alerts, or any overlay UI. Triggers on modal, dialog, popup, confirmation, alert, or toast patterns.
2026-01-22
skills-auto-activation.md
13
1
export
skills-auto-activation
2
from
"withzombies/hyperpowers"
from
"withzombies/hyperpowers"
3
Use when skills aren't activating reliably - covers official solutions (better descriptions) and custom hook system for deterministic skill activation
2026-01-21
traffic-magnet.md
13
1
export
traffic-magnet
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Organic traffic strategy orchestrator for zero-budget customer acquisition. Routes to specialized skills for implementation.
2026-01-22
GitHub Issue Triage.md
13
1
export
GitHub Issue Triage
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Monitor and triage GitHub issues against design docs and implementation status. Use when user asks to "check issues", "triage issues", "sync issues", "what issues are open", or wants to ensure issues are up-to-date with development progress.
2026-01-21
ln-170-code-comments-auditor.md
13
1
export
ln-170-code-comments-auditor
2
from
"levnikolaevich/claude-code-skills"
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
from
"majesticlabs-dev/majestic-marketplace"
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