Browse Skills

44915 skills found

plan-mode.md
0
1 export plan-mode
2 monoppa from "monoppa/agentic-toolkit"
3 Guidelines for Plan Mode - focus on planning before implementation
2026-01-05
git-workflow-patterns.md
0
1 export git-workflow-patterns
2 princespaghetti from "princespaghetti/claude-marketplace"
3 Analyzes git history to identify commit patterns, branching habits, workflow inefficiencies, and collaboration opportunities. Use when users mention git workflows, commits, branches, rebasing, merge conflicts, PR strategy, force push, git aliases, or express frustration with git operations.
2026-01-05
bats-testing-patterns.md
0
1 export bats-testing-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive guide for writing shell script tests using Bats (Bash Automated Testing System). Use when writing or improving tests for Bash/shell scripts, creating test fixtures, mocking commands, or setting up CI/CD for shell script testing. Includes patterns for assertions, setup/teardown, mocking, fixtures, and integration with GitHub Actions.
2026-01-05
workbench-work-items.md
0
1 export workbench-work-items
2 bravellian from "bravellian/workbench"
3 Work item management for Workbench CLI. Use when creating, updating, linking, or closing work items and tracking execution status.
2026-01-05
global-conventions.md
0
1 export global-conventions
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Follow project-wide development conventions for project structure, documentation, version control, code review, environment configuration, dependency management, and security practices. Use this skill when setting up new projects, organizing file structures, writing project documentation, creating Git branches and commits, configuring environment variables, managing dependencies, setting up CI/CD pipelines, or implementing security practices. Apply when working on project setup tasks, creating documentation files (README.md, ARCHITECTURE.md, DATABASE_SCHEMA.md, API_REFERENCE.md, SETUP.md), Git workflow operations, .env files, package.json/bun.lockb, Docker configurations, or any cross-cutting project concerns. This skill ensures hybrid code organization (global shared code by type + feature-specific code with nested subdirectories), required documentation (README, ARCHITECTURE, DATABASE_SCHEMA, API_REFERENCE, SETUP - written before coding then updated), GitHub Flow workflow (main branch production-ready, feat
2026-01-05
security-engineer.md
0
1 export security-engineer
2 oehm-smith from "oehm-smith/linux-env"
3 Audits RLS policies, validates security implementations, and identifies vulnerabilities
2026-01-05
ruby-metaprogramming.md
0
1 export ruby-metaprogramming
2 conradbeach from "conradbeach/dotfiles"
3 Use when working with Ruby metaprogramming features including dynamic method definition, method_missing, class_eval, define_method, and reflection.
2026-01-05
inbox-assistant.md
0
1 export inbox-assistant
2 dparedesi from "dparedesi/inboxd"
3 Manage Gmail inbox with AI-powered triage, cleanup, and restore. Use when the user mentions inbox, email triage, clean inbox, email cleanup, check email, email summary, delete emails, manage inbox, or wants to organize their email.
2026-01-05
pr-writing.md
0
1 export pr-writing
2 shwilliamson from "shwilliamson/a-test"
3 Best practices for writing clear, effective pull request descriptions. Use when creating PRs to ensure they communicate changes effectively to reviewers.
2026-01-05
implementing-jsc-classes-cpp.md
0
1 export implementing-jsc-classes-cpp
2 brendadeeznuts1111 from "brendadeeznuts1111/mybundocs11"
3 Implements JavaScript classes in C++ using JavaScriptCore. Use when creating new JS classes with C++ bindings, prototypes, or constructors.
2026-01-05
propagate-req-keys.md
0
1 export propagate-req-keys
2 foolishimp from "foolishimp/ai_sdlc_method"
3 Homeostatic actuator that tags code, tests, and commits with REQ-* keys for traceability. Adds "# Implements:" tags to code and "# Validates:" tags to tests. Use when code or tests are missing requirement tags.
2026-01-05
document-processor.md
0
1 export document-processor
2 adnanmueller from "adnanmueller/am-dev-plugins"
3 Extract and process content from PDFs and DOCX files. Handles large files, OCR for scanned documents, page splitting, and markdown conversion. Use when: (1) Processing PDF references in notes, (2) Extracting text from large documents for analysis, (3) Converting DOCX to markdown, (4) Handling scanned/image PDFs with OCR, (5) Integrating with Obsidian or note-taking workflows, (6) Splitting large documents into manageable chunks.Invoke with: /process-document, /extract-pdf, /extract-docx, or say "use document-processor skill to..."
2026-01-05
pull-request-risk-assessment.md
0
1 export pull-request-risk-assessment
2 adrianschmidt from "adrianschmidt/workspace-config"
3 Evaluate pull request changes against Lime's Change Management risk assessment criteria. Use when asked to assess risk of a PR or branch.
2026-01-05
man.md
0
1 export man
2 pproenca from "pproenca/dot-claude-old"
3 Use when unsure about command syntax, options, or behavior, or when the user asks to "check the man page", "look up the manual", or "what does [command] do". Consult system man pages for accurate, version-specific documentation.
2026-01-05
code-review.md
0
1 export code-review
2 jmmarotta from "jmmarotta/dotfiles"
3 Review code for correctness, design quality, and complexity using principles from "A Philosophy of Software Design." Use this skill when reviewing pull requests, code changes, diffs, or when asked to find bugs, evaluate code quality, identify design problems, or provide feedback on architecture and abstractions.
2026-01-05
component-patterns.md
0
1 export component-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 React component patterns, styling conventions, and animation standards for CJS2026 UI development
2026-01-05
aisc-steel-design.md
0
1 export aisc-steel-design
2 gogohkm from "gogohkm/Codex_Work"
3 AISC 강구조 기준(360-22 Specification) 및 설계 예제집(v16.0 Design Examples)을 검색하고, 구조계산을 수행하며, 설계 워크플로우를 제공합니다. 미국 강구조 설계 관련 질문에 즉시 활성화되며, 공식 추출, 예제 매칭, 계산 수행, 용어 설명, 기호 정의를 지원합니다.
2026-01-05
gemini-spec-architect.md
0
1 export gemini-spec-architect
2 IsmailAbdulkareem from "IsmailAbdulkareem/AI_Book"
3 Delegates complex architectural tasks to Gemini via CLI to generate Spec-Driven Development documentation. Use when user mentions 'Gemini', 'create specs', 'architect this', or 'spec-driven'.
2026-01-05
multi-tenant-review.md
0
1 export multi-tenant-review
2 Juanis86 from "Juanis86/saas-platform"
3 Verifica aislamiento multi-tenant en código
2026-01-05
bugfix-and-debug.md
0
1 export bugfix-and-debug
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Diagnose errors and failing tests in Laravel + React applications. Use when encountering bugs, exceptions,stack traces, 500 errors, TypeErrors, failing Pest/Vitest tests, or unexpected behavior. EXCLUSIVE to debugger agent.
2026-01-05
podman-debug.md
0
1 export podman-debug
2 mhalder from "mhalder/dotfiles"
3 Diagnose and troubleshoot Podman container issues. Use when the user says "container crashing", "podman logs", "debug container", "container not starting", "exec into container", or asks why a container is failing.
2026-01-05
pytorch-quantization.md
0
1 export pytorch-quantization
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Techniques for model size reduction and inference acceleration using INT8 quantization, including Post-Training Quantization (PTQ) and Quantization Aware Training (QAT). (quantization, int8, qat, fbgemm, qnnpack, ptq, dequantize)
2026-01-05
gpt-image-1-5.md
0
1 export gpt-image-1-5
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate and edit images using OpenAI's GPT Image 1.5 model. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports text-to-image generation and image editing with optional mask. DO NOT read the image file first - use this skill directly with the --input-image parameter.
2026-01-05
documentation-generator.md
0
1 export documentation-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 RAN documentation generation with cognitive consciousness, automated technical writing, and intelligent knowledge synthesis for comprehensive RAN system documentation. Use when generating RAN technical documentation, creating API documentation, automating knowledge base creation, or enabling intelligent documentation systems.
2026-01-05