Browse Skills

44358 skills found

managing-deployment-rollbacks.md
692
1 export managing-deployment-rollbacks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Use when you need to work with deployment and CI/CD.This skill provides deployment automation and orchestration with comprehensive guidance and automation.Trigger with phrases like "deploy application", "create pipeline",or "automate deployment".
2026-01-06
managing-database-tests.md
692
1 export managing-database-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Database testing including fixtures, transactions, and rollback management.Use when performing specialized testing.Trigger with phrases like "test the database", "run database tests", or "validate data integrity".
2026-01-06
google-cloud-agent-sdk-master.md
692
1 export google-cloud-agent-sdk-master
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Automatic activation for all google cloud agent development kit (adk) Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
2026-01-06
running-performance-tests.md
692
1 export running-performance-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Execute load testing, stress testing, and performance benchmarking.Use when performing specialized testing.Trigger with phrases like "run load tests", "test performance", or "benchmark the system".
2026-01-06
monitoring-database-transactions.md
692
1 export monitoring-database-transactions
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Use when you need to work with monitoring and observability.This skill provides health monitoring and alerting with comprehensive guidance and automation.Trigger with phrases like "monitor system health", "set up alerts",or "track metrics".
2026-01-06
rate-limiting-apis.md
692
1 export rate-limiting-apis
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Implement sophisticated rate limiting with sliding windows, token buckets, and quotas.Use when protecting APIs from excessive requests.Trigger with phrases like "add rate limiting", "limit API requests", or "implement rate limits".
2026-01-06
optimizing-staking-rewards.md
692
1 export optimizing-staking-rewards
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Compare staking rewards across validators and networks with ROI calculations.Use when optimizing proof-of-stake rewards.Trigger with phrases like "optimize staking", "compare validators", or "calculate rewards".
2026-01-06
mocking-apis.md
692
1 export mocking-apis
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Generate mock API servers for testing and development with realistic response data.Use when creating mock APIs for development and testing.Trigger with phrases like "create mock API", "generate API mock", or "setup mock server".
2026-01-06
responding-to-security-incidents.md
692
1 export responding-to-security-incidents
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Guide security incident response, investigation, and remediation processes.Use when you need to handle security breaches, classify incidents, develop response playbooks, gather forensic evidence, or coordinate remediation efforts.Trigger with phrases like "security incident response", "ransomware attack response", "data breach investigation", "incident playbook", or "security forensics".
2026-01-06
analyzing-database-indexes.md
692
1 export analyzing-database-indexes
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Use when you need to work with database indexing.This skill provides index design and optimization with comprehensive guidance and automation.Trigger with phrases like "create indexes", "optimize indexes",or "improve query performance".
2026-01-06
implementing-database-caching.md
692
1 export implementing-database-caching
2 jeremylongshore from "jeremylongshore/claude-code-plugins-plus"
3 Use when you need to implement multi-tier caching to improve database performance.This skill sets up Redis, in-memory caching, and CDN layers to reduce database load.Trigger with phrases like "implement database caching", "add Redis cache layer","improve query performance with caching", or "reduce database load".
2026-01-06
pdf-translator.md
683
1 export pdf-translator
2 ForceInjection from "ForceInjection/AI-fundermentals"
3 Extract text from PDF files, translate it to a target language, and save the result as a Markdown file. Use this skill when the user wants to translate a PDF document.
2026-01-06
hugging-face-dataset-creator.md
672
1 export hugging-face-dataset-creator
2 huggingface from "huggingface/skills"
3 Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, and streaming row updates. Designed to work alongside HF MCP server for comprehensive dataset workflows.
2026-01-06
model-trainer.md
672
1 export model-trainer
2 huggingface from "huggingface/skills"
3 This skill should be used when users want to train or fine-tune language models using TRL (Transformer Reinforcement Learning) on Hugging Face Jobs infrastructure. Covers SFT, DPO, GRPO and reward modeling training methods, plus GGUF conversion for local deployment. Includes guidance on the TRL Jobs package, UV scripts with PEP 723 format, dataset preparation and validation, hardware selection, cost estimation, Trackio monitoring, Hub authentication, and model persistence. Should be invoked for tasks involving cloud GPU training, GGUF conversion, or when users mention training on Hugging Face Jobs without local GPU setup.
2026-01-06
hf-tool-builder.md
672
1 export hf-tool-builder
2 huggingface from "huggingface/skills"
3 Use this skill when the user wants to build tool/scripts or achieve a task where using data from the Hugging Face API would help. This is especially useful when chaining or combining API calls or the task will be repeated/automated. This Skill creates a reusable script to fetch, enrich or process data.
2026-01-06
hugging-face-evaluation-manager.md
672
1 export hugging-face-evaluation-manager
2 huggingface from "huggingface/skills"
3 Add and manage evaluation results in Hugging Face model cards. Supports extracting eval tables from README content, importing scores from Artificial Analysis API, and running custom model evaluations with vLLM/lighteval. Works with the model-index metadata format.
2026-01-06
hugging-face-paper-publisher.md
672
1 export hugging-face-paper-publisher
2 huggingface from "huggingface/skills"
3 Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.
2026-01-06
swift-concurrency-expert.md
648
1 export swift-concurrency-expert
2 steipete from "steipete/agent-scripts"
3 Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.
2026-01-06
create-cli.md
648
1 export create-cli
2 steipete from "steipete/agent-scripts"
3 Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you’re designing a CLI spec (before implementation) or refactoring an existing CLI’s surface area for consistency, composability, and discoverability.
2026-01-06
instruments-profiling.md
648
1 export instruments-profiling
2 steipete from "steipete/agent-scripts"
3 Use when profiling native macOS or iOS apps with Instruments/xctrace. Covers correct binary selection, CLI arguments, exports, and common gotchas.
2026-01-06
markdown-converter.md
648
1 export markdown-converter
2 steipete from "steipete/agent-scripts"
3 Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
2026-01-06
domain-dns-ops.md
648
1 export domain-dns-ops
2 steipete from "steipete/agent-scripts"
3 Domain/DNS ops across Cloudflare, DNSimple, Namecheap for Peter. Use for onboarding zones to Cloudflare, flipping nameservers, setting redirects (Page Rules/Rulesets/Workers), updating redirect-worker mappings, and verifying DNS/HTTP. Source of truth: ~/Projects/manager.
2026-01-06
video-transcript-downloader.md
648
1 export video-transcript-downloader
2 steipete from "steipete/agent-scripts"
3 Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists.
2026-01-06
nano-banana-pro.md
648
1 export nano-banana-pro
2 steipete from "steipete/agent-scripts"
3 Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
2026-01-06