Browse Skills

16146 skills found

social-media.md
13
1 export social-media
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Add or update social media posting integrations (Discord, LinkedIn, Telegram, Twitter) in workflows. Use when adding new platforms, debugging posting failures, or modifying message templates.
2026-01-21
ln-300-story-pipeline.md
13
1 export ln-300-story-pipeline
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Orchestrates complete Story workflow from task planning to Done. Delegates to ln-310-story-decomposer, ln-320-story-validator, ln-330-story-executor for full automation.
2026-01-21
pr-review.md
13
1 export pr-review
2 malhashemi from "malhashemi/dotfiles"
3 This skill provides a complete workflow for handling GitHub Pull Request reviews, specifically optimized for @gemini-code-assist automated reviews. This skill should be used when addressing PR review comments, responding to reviewers, resolving threads, requesting re-reviews, or merging PRs after feedback is addressed. Triggers include: /pr-review command, "address PR feedback", "handle review comments", "respond to gemini", or any PR review lifecycle management request.
2026-01-05
caffe-cifar-10.md
13
1 export caffe-cifar-10
2 letta-ai from "letta-ai/skills"
3 Guidance for building and training with the Caffe deep learning framework on CIFAR-10 dataset. This skill applies when tasks involve compiling Caffe from source, training convolutional neural networks on image classification datasets, or working with legacy deep learning frameworks that have compatibility issues with modern systems.
2026-01-21
Using `argc` / `Argcfile`.md
13
1 export Using `argc` / `Argcfile`
2 CGamesPlay from "CGamesPlay/dotfiles"
3 Create and modify Argcfiles using the special syntax required. Use this when editing Argcfile.sh, @argc, or any shell script that contains `argc --argc-eval`.
2026-01-05
decision-framework.md
13
1 export decision-framework
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Walk through decisions using a 3-part framework (first-principles, cost/benefit, second-order effects). Use when choosing between options, evaluating trade-offs, or making high-stakes decisions.
2026-01-22
hetzner-coder.md
13
1 export hetzner-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides provisioning Hetzner Cloud infrastructure with OpenTofu/Terraform. Use when creating servers, networks, firewalls, load balancers, or volumes on Hetzner Cloud.
2026-01-22
cache-components.md
13
1 export cache-components
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Ensure 'use cache' is used strategically to minimize CPU usage and ISR writes. Use when creating/modifying queries to verify caching decisions align with data update patterns and cost optimization.
2026-01-21
workspace-management.md
13
1 export workspace-management
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Manage pnpm workspaces, add packages, configure dependencies, and organize monorepo structure. Use when adding new packages, restructuring workspace, or managing cross-package dependencies.
2026-01-21
pytorch-model-cli.md
13
1 export pytorch-model-cli
2 letta-ai from "letta-ai/skills"
3 Guidance for creating standalone CLI tools that perform neural network inference by extracting PyTorch model weights and reimplementing inference in C/C++. This skill applies when tasks involve converting PyTorch models to standalone executables, extracting model weights to portable formats (JSON), implementing neural network forward passes in C/C++, or creating CLI tools that load images and run inference without Python dependencies.
2026-01-21
dispatching-parallel-agents.md
13
1 export dispatching-parallel-agents
2 withzombies from "withzombies/hyperpowers"
3 Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
2026-01-21
wrangler-coder.md
13
1 export wrangler-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides Cloudflare Workers and Pages development with Wrangler CLI. Use when creating Workers, configuring D1 databases, R2 storage, KV namespaces, Queues, or deploying to Cloudflare Pages.
2026-01-22
web-browser.md
13
1 export web-browser
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Browser automation using browser-cdp CLI. Control Chrome, Brave, or Edge browsers for testing, scraping, and web interaction. Uses your real browser (not test mode) for authentic sessions.
2026-01-22
kv-store-grpc.md
13
1 export kv-store-grpc
2 letta-ai from "letta-ai/skills"
3 Guidance for building gRPC-based key-value store services in Python. This skill should be used when tasks involve creating gRPC servers, defining protocol buffer schemas, or implementing key-value storage APIs with gRPC. Covers proto file creation, code generation, server implementation, and verification strategies.
2026-01-21
ln-120-reference-docs-creator.md
13
1 export ln-120-reference-docs-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates reference documentation structure + smart documents (ADRs/Guides/Manuals) based on TECH_STACK. Only creates justified documents (nontrivial technology choices). L2 Worker in ln-100-documents-pipeline.
2026-01-21
ln-130-tasks-docs-creator.md
13
1 export ln-130-tasks-docs-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates task management documentation (docs/tasks/README.md + kanban_board.md). L2 Worker in ln-100-documents-pipeline. Sets up Linear integration and task tracking rules.
2026-01-21
event-sourcing-coder.md
13
1 export event-sourcing-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Record domain events and dispatch to inbox handlers for side effects, audit trails, and activity feeds. Use when building activity logs, syncing external services, or decoupling event creation from processing. Triggers on event recording, audit trails, activity feeds, or inbox patterns.
2026-01-22
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
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
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
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
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