Browse Skills

44835 skills found

learning-sdk-integration.md
13
1 export learning-sdk-integration
2 letta-ai from "letta-ai/skills"
3 Integration patterns and best practices for adding persistent memory to LLM agents using the Letta Learning SDK
2026-01-21
mteb-retrieve.md
13
1 export mteb-retrieve
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for semantic similarity retrieval tasks using embedding models (e.g., MTEB benchmarks, document ranking). It should be used when computing embeddings for documents/queries, ranking documents by similarity, or identifying top-k similar items. Covers data preprocessing, model selection, similarity computation, and result verification.
2026-01-21
break-filter-js-from-html.md
13
1 export break-filter-js-from-html
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for XSS filter bypass tasks where the goal is to craft HTML payloads that execute JavaScript despite sanitization filters. Use this skill when tasks involve bypassing HTML sanitizers (like BeautifulSoup), exploiting parser differentials between server-side sanitizers and browsers, or security testing/CTF challenges involving XSS filter evasion.
2026-01-21
cancel-async-tasks.md
13
1 export cancel-async-tasks
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing proper asyncio task cancellation with signal handling in Python. This skill applies when implementing concurrent task runners that need graceful shutdown, handling KeyboardInterrupt/SIGINT in asyncio contexts, or managing task cleanup when using semaphores for concurrency limiting. Use when tasks involve asyncio.gather, CancelledError handling, or cleanup of tasks that haven't started execution.
2026-01-21
ln-111-root-docs-creator.md
13
1 export ln-111-root-docs-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates 4 root documentation files (CLAUDE.md, docs/README.md, documentation_standards.md, principles.md). L3 Worker invoked by ln-110-project-docs-coordinator.
2026-01-21
pdf.md
13
1 export pdf
2 lawvable from "lawvable/awesome-legal-skills"
3 Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-21
cancel-async-tasks.md
13
1 export cancel-async-tasks
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing asyncio task cancellation with proper cleanup, especially for handling keyboard interrupts (Ctrl+C). This skill should be used when tasks involve asyncio cancellation, signal handling, or graceful shutdown of concurrent Python tasks.
2026-01-21
fixing-bugs.md
13
1 export fixing-bugs
2 withzombies from "withzombies/hyperpowers"
3 Use when encountering a bug - complete workflow from discovery through debugging, bd issue, test-driven fix, verification, and closure
2026-01-21
hotwire-coder.md
13
1 export hotwire-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use when implementing Hotwire features with Turbo Drive, Turbo Frames, and Turbo Streams. Applies Rails 8 conventions, morphing, broadcasts, lazy loading, and real-time update patterns.
2026-01-22
coding-css.md
13
1 export coding-css
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 When css being written or edited.
2026-01-05
redis-cache.md
13
1 export redis-cache
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Implement or debug Redis caching strategies using the centralized Upstash Redis client. Use when adding cache layers, debugging cache issues, or optimizing cache invalidation.
2026-01-21
changelog-writer.md
13
1 export changelog-writer
2 lightfastai from "lightfastai/lightfast"
3 Create user-focused, SEO-optimized changelog entries for software releases. Use when writing release notes, version updates, product changelogs, or "what's new" documentation for developer tools.
2026-01-05
security-audit.md
13
1 export security-audit
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Audit code for security vulnerabilities (SQL injection, XSS, OWASP Top 10). Use when adding authentication logic, handling user input, or before production deployments.
2026-01-21
ln-341-code-quality-checker.md
13
1 export ln-341-code-quality-checker
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Worker that checks DRY/KISS/YAGNI/architecture/guide compliance for Done implementation tasks. Reports issues; does not change statuses or create tasks.
2026-01-21
workflow-management.md
13
1 export workflow-management
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Create, debug, or modify QStash workflows for data updates and social media posting in the API service. Use when adding new automated jobs, fixing workflow errors, or updating scheduling logic.
2026-01-21
mermaid-builder.md
13
1 export mermaid-builder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Expert guidance for creating syntactically correct Mermaid diagrams. Use when creating flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, ER diagrams, or data lineage visualizations.
2026-01-22
finishing-a-development-branch.md
13
1 export finishing-a-development-branch
2 withzombies from "withzombies/hyperpowers"
3 Use when implementation complete and tests pass - closes bd epic, presents integration options (merge/PR/keep/discard), executes choice
2026-01-21
sqlite-with-gcov.md
13
1 export sqlite-with-gcov
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for compiling software (particularly SQLite) with gcov code coverage instrumentation, installing to custom prefixes, and making binaries available system-wide. Use when tasks involve compiling C/C++ projects with coverage flags, installing software to non-standard locations, or ensuring PATH availability for installed binaries.
2026-01-21
headless-terminal.md
13
1 export headless-terminal
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for implementing headless terminal interfaces that programmatically control interactive shell sessions. Use this skill when tasks involve creating terminal emulators, implementing pseudo-terminal (PTY) wrappers, building programmatic shell interfaces, or any scenario requiring automated interaction with command-line programs.
2026-01-21
opengraph-images.md
13
1 export opengraph-images
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Create dynamic OpenGraph images for social media sharing using Next.js ImageResponse API. Use when adding OG images to new pages, updating existing OG images, or implementing page-specific social previews.
2026-01-21
documents-pdf.md
13
1 export documents-pdf
2 malhashemi from "malhashemi/dotfiles"
3 Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
useful-discoveries-save.md
13
1 export useful-discoveries-save
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 For saving solutions, patterns, and workarounds discovered during development
2026-01-05
openssl-selfsigned-cert.md
13
1 export openssl-selfsigned-cert
2 letta-ai from "letta-ai/skills"
3 Guides the creation of self-signed SSL/TLS certificates using OpenSSL, including key generation, certificate creation, combined PEM files, and verification scripts. This skill should be used when tasks involve generating self-signed certificates, creating SSL certificate infrastructure, or writing certificate verification scripts.
2026-01-21
database-use.md
13
1 export database-use
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 Any time database-related activity is required.
2026-01-05