Browse Skills

2649 skills found

clean-git-history.md
2
1 export clean-git-history
2 anandthakker from "anandthakker/dotfiles"
3 Reimplement a branch with a clean, narrative-quality git commit history suitable for reviewer comprehension. Use when asked to: rewrite git history for PR review, make commits more logical/reviewable, prepare messy work for a pull request.
2026-01-05
release.md
2
1 export release
2 Codename-11 from "Codename-11/Stash-Downloader"
3 Create a new version release with git tag and GitHub Release. Use when user asks to release, publish, create a new version, or ship a release. (project)
2026-01-05
automem-search.md
2
1 export automem-search
2 nicosuave from "nicosuave/memex"
3 Search, filter, and retrieve Claude/Codex history indexed by the automem CLI. Use when the user wants to index history, run lexical/semantic/hybrid search, fetch full transcripts, or produce LLM-friendly JSON output for RAG.
2026-01-05
smart-contract.md
2
1 export smart-contract
2 rocky2431 from "rocky2431/ultra-builder-pro"
3 Multi-chain smart contract development skill for Ethereum, Solana, and Move-based chains.This skill should be used when: writing smart contracts (ERC20/ERC721/ERC1155/esToken/custom),auditing contract security vulnerabilities, generating Foundry test cases, optimizing gas usage,or automating deployment workflows. Triggers on queries like "write a contract", "audit this contract","generate tests", "optimize gas", or "deploy contract".
2026-01-05
tonl-tool.md
2
1 export tonl-tool
2 WilliamKarolDiCioccio from "WilliamKarolDiCioccio/mosaic"
3 Deterministic wrapper for tonl CLI (npm package) for structured data operations in JSON/TONL formats. Use when converting JSON↔TONL, querying structured data, validating TONL schemas, or generating statistics. Maps directly to CLI subcommands (encode, decode, query, get, validate, stats).
2026-01-05
searching-web.md
2
1 export searching-web
2 trancong12102 from "trancong12102/agentskills"
3 Searches web, library documentation, GitHub repositories, code examples, and fetches URL content via subagent. Use when asking "how to", "what is", "find", "search", "explain", "look up", or "fetch"; when needing docs for any library/framework; when researching GitHub repos; when finding code patterns or current news; or when extracting content from a URL.
2026-01-05
global-coding-style.md
2
1 export global-coding-style
2 adigunners from "adigunners/adigunners.github.io"
3 Coding style standards enforced by Prettier and ESLint. Use this skill when writing JavaScript, HTML, CSS, or JSON to ensure consistent formatting, naming conventions, and code quality. Apply when creating new files, refactoring code, or ensuring adherence to automated formatting rules.
2026-01-05
run-shell-command-with-long-output.md
2
1 export run-shell-command-with-long-output
2 marcinjahn from "marcinjahn/dotfiles"
3 Run shell commands where long (many tokens) output is expected. Use when you need to
2026-01-05
oracle.md
2
1 export oracle
2 LarsEckart from "LarsEckart/dotfiles"
3 Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
2026-01-05
pr-creator.md
2
1 export pr-creator
2 enitrat from "enitrat/skill-issue"
3 Guide PR authoring from creation through review completion. Use when creating/submitting/authoring pull requests, writing PR descriptions, responding to reviewer comments, or implementing review feedback. Covers the full PR lifecycle - creating PRs linked to issues, handling review comments (triaging, responding, implementing suggestions), and getting PRs merged.
2026-01-05
gemini.md
2
1 export gemini
2 SpillwaveSolutions from "SpillwaveSolutions/gemini-skill"
3 Shell out to Gemini CLI from Claude for any task. Use when asked to "pipe content to Gemini", "get Gemini perspective", "use gemini CLI", "run headless AI task", "parallel analysis with Gemini", or "get second opinion from Gemini". Useful for alternative perspectives, batch processing, or leveraging Gemini 2.5 Pro capabilities alongside Claude.
2026-01-05
skill-name.md
2
1 export skill-name
2 bendrucker from "bendrucker/claude"
3 Creating and optimizing Claude Code Skills including activation patterns, content structure, and development workflows. Use when creating new skills, converting memory files to skills, debugging skill activation, or understanding skill architecture and best practices.
2026-01-05
publish.md
2
1 export publish
2 robdmc from "robdmc/easier"
3 Publish the easier package to PyPI. Validates versions, checks git state, updates files, and guides through the complete release workflow. Use when ready to release a new version.
2026-01-05
frontend-dev.md
2
1 export frontend-dev
2 jungai from "jungai/dotfiles"
3 Comprehensive React, TypeScript, and Tailwind frontend development with Next.js and TanStack ecosystem (TanStack Router, TanStack Query, TanStack Start). Use when building, configuring, or developing modern web applications with these specific technologies, including project setup, routing, data fetching, component patterns, and TypeScript configurations.
2026-01-05
adapter-assistant.md
2
1 export adapter-assistant
2 refractionPOINT from "refractionPOINT/documentation"
3 Complete adapter lifecycle assistant for LimaCharlie. Supports External Adapters (cloud-managed), Cloud Sensors (SaaS/cloud integrations), and On-prem USP adapters. Dynamically researches adapter types from local docs and GitHub usp-adapters repo. Creates, validates, deploys, and troubleshoots adapter configurations. Handles parsing rules (Grok, regex), field mappings, credential setup, and multi-adapter configs. Use when setting up new data sources (Okta, S3, Azure Event Hub, syslog, webhook, etc.), troubleshooting ingestion issues, or managing adapter deployments.
2026-01-05
memory-user-edits.md
2
1 export memory-user-edits
2 frmoretto from "frmoretto/claude-memory-user-edits-guide"
3 Expert guidance for Claude's memory_user_edits tool. Helps users understand how to effectively use memory edits for persistent facts across conversations. Key insight - memory edits work for FACTS, not BEHAVIORS. Triggers on memory-related questions, "remember", "forget", or memory_user_edits tool usage.
2026-01-05
planning-workflow.md
2
1 export planning-workflow
2 sirkirby from "sirkirby/open-agent-kit"
3 Guide OAK strategic implementation planning with structured phases, constitution alignment, and the oak.plan-* command workflow. Use when creating plans, understanding OAK planning conventions, or structuring development work.
2026-01-05
rpg-toolkit-development.md
2
1 export rpg-toolkit-development
2 KirkDiggler from "KirkDiggler/rpg-toolkit"
3 Use this skill when working on rpg-toolkit codebase - provides architecture patterns, testing guidelines, error handling, and D&D 5e combat mechanics knowledge
2026-01-05
github-expert.md
2
1 export github-expert
2 QuestForTech-Investments from "QuestForTech-Investments/claude-code-skills"
3 Complete GitHub expertise covering GitHub Actions, CI/CD workflows, automation, repository management, and best practices. Use when setting up GitHub Actions, creating workflows, managing pull requests, configuring automation (Dependabot, CodeQL), or implementing GitHub best practices. Includes workflow generators, templates, and production-ready configurations.
2026-01-05
task-debugger.md
2
1 export task-debugger
2 ahal from "ahal/dot-files"
3 Debug and fix failures in Taskcluster tasks. Use this skill when the user asks to debug a task, fix a failing task, or investigate task errors/failures. This skill uses the Taskcluster CLI to fetch task logs and definitions, analyzes errors, and uses `taskgraph load-task --develop` to reproduce and debug issues locally. Invoke this for any request involving Taskcluster task debugging, task failures, or when given a task ID to investigate.
2026-01-05
instruments-profiling.md
2
1 export instruments-profiling
2 gmcabrita from "gmcabrita/dotfiles"
3 Use when profiling native macOS or iOS apps with Instruments/xctrace. Covers correct binary selection, CLI arguments, exports, and common gotchas.
2026-01-05
formatter-linter-expert.md
2
1 export formatter-linter-expert
2 kbrdn1 from "kbrdn1/dotfiles"
3 Universal code formatter and linter analyzer for multi-ecosystem projects (Laravel/PHP, Bun/Node/TS/JS, React, Vue, Astro, Nuxt, Go, Rust, Deno) with intelligent asdf version management, auto-detection, and interactive workflows
2026-01-05
kubernetes-debugger.md
2
1 export kubernetes-debugger
2 rodrigodelmonte from "rodrigodelmonte/k8s-debugging-plugin"
3 Kubernetes debugging and troubleshooting best practices using MCP kubernetes tools.Use when: (1) Pods are failing, pending, or in CrashLoopBackOff/ImagePullBackOff states,(2) Services are unreachable or DNS resolution fails, (3) Deployments aren't rolling out,(4) Nodes are unhealthy or unschedulable, (5) Resource issues (OOM, CPU throttling),(6) Any "why isn't my Kubernetes workload working?" questions.Provides systematic debugging workflows using kubectl_get, kubectl_describe, kubectl_logs,exec_in_pod, and other MCP kubernetes tools.
2026-01-05
clix-integration.md
2
1 export clix-integration
2 clix-so from "clix-so/skills"
3 Integrates Clix Mobile SDK into iOS, Android, Flutter, and React Native projects. Provides step-by-step guidance for installation, initialization, and verification. Use when the user asks to install, setup, or configure Clix analytics.
2026-01-05