Browse Skills

44835 skills found

managing-session-continuity.md
0
1 export managing-session-continuity
2 thoeltig from "thoeltig/claude-code-toolkit"
3 Managing session continuity across Claude conversations by saving structured context (tasks, files, errors, git state) to JSON and loading in new sessions. Use when user asks how session continuity works, explaining session protocol functionality, understanding session state management, describing what gets saved in sessions, ending a session with unfinished work, starting a session with existing session-protocol.json, or when user mentions 'save progress', 'save session', 'save my work', 'continue later', 'session context', 'pick up where left off', 'load session', 'restore session', or explicitly invokes /save-session-protocol or /load-session-protocol commands.
2026-01-05
nushell.md
0
1 export nushell
2 vinnie357 from "vinnie357/claude-skills"
3 Guide for using Nushell (Nu), a modern shell with structured data pipelines, cross-platform compatibility, and programming language features
2026-01-05
configuring-image-optimization.md
0
1 export configuring-image-optimization
2 djankies from "djankies/claude-configs"
3 Teach image optimization configuration changes in Next.js 16. Use when configuring images, troubleshooting image loading, or migrating image settings.
2026-01-05
de-slop.md
0
1 export de-slop
2 iamladi from "iamladi/cautious-computing-machine--primitives-plugin"
3 This skill should be used to remove AI-generated artifacts and unnecessary code before committing. It scans changed files for redundant comments, AI TODOs, excessive docstrings, and unnecessary markdown files. Git-only, no GitHub required.
2026-01-05
youtube-cover-creator.md
0
1 export youtube-cover-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create YouTube thumbnail/cover image prompts from video transcripts. Use when the user provides a transcript, script, or video content and wants thumbnail prompts for Nano Banana 3 or MidJourney. Generates click-optimized visuals and viral titles.
2026-01-05
e2e-test-optimizer.md
0
1 export e2e-test-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Optimizes Playwright E2E tests by removing waitForTimeout anti-patterns, implementing smart waits, and enabling test sharding for parallel execution. Use when tests timeout, CI execution exceeds limits, or test reliability issues occur.
2026-01-05
zod-extract.md
0
1 export zod-extract
2 cerico from "cerico/macfair"
3 Find inline Zod schemas and move them to validations/ directory
2026-01-05
dotfiles-config.md
0
1 export dotfiles-config
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when editing ANY configuration file in this dotfiles repository. Ensures files are edited in the repo (not symlinks), identifies correct file locations, and tracks the repository structure.
2026-01-05
molecule-init.md
0
1 export molecule-init
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Initialize Molecule testing framework for Ansible roles with Docker-based TDD setup. Use when creating new Ansible roles, setting up molecule scenarios, or when user asks to initialize molecule testing.
2026-01-05
operating-production-services.md
0
1 export operating-production-services
2 Asmayaseen from "Asmayaseen/hackathon-2"
3 SRE patterns for production service reliability: SLOs, error budgets, postmortems, and incident response.Use when defining reliability targets, writing postmortems, implementing SLO alerting, or establishingon-call practices. NOT for initial service development (use scaffolding skills instead).
2026-01-05
payload-collections.md
0
1 export payload-collections
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when designing, creating, or modifying Payload CMS collections in db.sb - covers field patterns, relationships, hooks, access control, and how collections map to Nouns in the business-as-code system
2026-01-05
openrewrite.md
0
1 export openrewrite
2 motlin from "motlin/claude-code-plugins"
3 OpenRewrite recipe development and test maintenance. Use when writing OpenRewrite recipes, fixing test failures, or working with import ordering in recipe tests.
2026-01-05
deploy.md
0
1 export deploy
2 dlehdgml5328 from "dlehdgml5328/bodam"
3 보담 플랫폼 자동 배포 - Backend(K8s)와 Frontend(Vercel)를 통합 배포. 사용자가 배포 요청 시 또는 "deploy to preview/production" 같은 요청 시 사용.
2026-01-05
data-warehousing.md
0
1 export data-warehousing
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-data-engineer"
3 Snowflake, BigQuery, Redshift, Delta Lake, and data warehouse design
2026-01-05
setup-tagpr.md
0
1 export setup-tagpr
2 handlename from "handlename/dotfiles"
3 Set up tagpr for automated release management in a repository. tagpr automatically creates and updates pull requests for unreleased items, tags them when merged, and creates GitHub Releases. Use this skill when users want to (1) introduce tagpr to their repository, (2) set up automated releases with tagpr, (3) configure tagpr with goreleaser for Go projects, (4) enable immutable releases with tagpr, or (5) set up release workflow for TypeScript/Node.js projects.
2026-01-05
braiins-cache-strategist.md
0
1 export braiins-cache-strategist
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Designs Redis caching strategies for Braiins API data, optimizing fordata freshness vs. API rate limits and response latency.
2026-01-05
problem-solving-techniques.md
0
1 export problem-solving-techniques
2 untangledfinance from "untangledfinance/untangled-web"
3 Apply systematic problem-solving techniques for complexity spirals (simplification cascades), innovation blocks (collision-zone thinking), recurring patterns (meta-pattern recognition), assumption constraints (inversion exercise), scale uncertainty (scale game), and dispatch when stuck. Techniques derived from Microsoft Amplifier project patterns adapted for immediate application.
2026-01-05
policyengine-period-patterns.md
0
1 export policyengine-period-patterns
2 PolicyEngine from "PolicyEngine/policyengine-claude"
3 PolicyEngine period handling - converting between YEAR, MONTH definition periods and testing patterns
2026-01-05
abp-service-patterns.md
0
1 export abp-service-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 ABP Framework application layer patterns including AppServices, DTOs, Mapperly mapping, Unit of Work, and common patterns like Filter DTOs and ResponseModel. Use when: (1) creating AppServices, (2) mapping DTOs with Mapperly, (3) implementing list filtering, (4) wrapping API responses.
2026-01-05
sql.md
0
1 export sql
2 kprsnt2 from "kprsnt2/MyLocalCLI"
3 SQL and database best practices including query optimization, indexing, and schema design.
2026-01-05
rust-async-testing.md
0
1 export rust-async-testing
2 gar-ai from "gar-ai/mallorn"
3 Write async tests with tokio::test and configure multi-threaded test runtimes. Use when testing async code.
2026-01-05
write-issue.md
0
1 export write-issue
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create or update project issues following the standardized format with Functional Specifications (Preconditions/Workflow/Postconditions), Technical Specifications, and hierarchical task lists. Use when user asks to create/update an issue, document requirements, or write specifications for a new feature.
2026-01-05
apscheduler.md
0
1 export apscheduler
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Advanced Python Scheduler - Task scheduling and job queue system
2026-01-05
progress-files.md
0
1 export progress-files
2 masseater from "masseater/claude-code-plugin"
3 過去のセッションの進捗ファイルを参照して作業コンテキストを継続するためのガイド。(1) 新しいセッションを開始して以前の作業を継続したい時、(2) 過去に何をやったか思い出したい時、(3) 中断した作業の続きを始める時、(4) プロジェクトの進捗履歴を確認したい時
2026-01-05