Browse Skills
2962 skills found
python.md
3
1
export
python
2
from
"MasonEgger/homedir"
from
"MasonEgger/homedir"
3
Python development standards and toolchain preferences. Use when (1) writing ANY Python code, (2) setting up Python projects with pyproject.toml, (3) creating standalone CLI scripts, (4) configuring Python tooling (ruff, mypy, pytest, nox, uv), (5) reviewing or refactoring Python code, or (6) advising on Python best practices. Enforces modern Pythonic style, strict type hints, and uv-based workflows.
2026-01-05
analyze-thread.md
3
1
export
analyze-thread
2
from
"fatbobman/mail-mcp-bridge"
from
"fatbobman/mail-mcp-bridge"
3
Analyze complete email thread with conversation context, timeline, participants, and attachments tracking.
2026-01-05
frontend-design.md
3
1
export
frontend-design
2
from
"duongductrong/cursor-kit"
from
"duongductrong/cursor-kit"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
healthsim-rxmembersim.md
3
1
export
healthsim-rxmembersim
2
from
"mark64oswald/healthsim-workspace"
from
"mark64oswald/healthsim-workspace"
3
RxMemberSim generates realistic synthetic pharmacy data for testing PBM systems, claims adjudication, and drug utilization review. Use when user requests: (1) pharmacy claims or prescription data, (2) DUR alerts or drug interactions, (3) formulary or tier scenarios, (4) pharmacy prior authorization, (5) NCPDP formatted output.
2026-01-05
career-helper.md
3
1
export
career-helper
2
from
"Zal4DW/career-helper"
from
"Zal4DW/career-helper"
3
End-to-end career support for job seekers at all levels. Optimizes LinkedIn profiles, rewrites CVs for ATS systems, provides interview preparation with cited answers, researches companies and roles, identifies hiring managers and networking opportunities. When Claude needs to optimize LinkedIn profiles, rewrite CVs for ATS, prepare for interviews, research companies and roles, identify hiring managers, or support job applications and career transitions.
2026-01-05
codex-parallel-subagents.md
3
1
export
codex-parallel-subagents
2
from
"moonbit-community/codex-sdk"
from
"moonbit-community/codex-sdk"
3
Use when building MoonBit tools on this repo's Codex SDK that spawn multiple agent threads in parallel or in batch, including bounded concurrency, per-task threads, streaming events, and collecting session IDs or structured outputs.
2026-01-05
ha-emby-integration.md
3
1
export
ha-emby-integration
2
from
"troykelly/homeassistant-emby"
from
"troykelly/homeassistant-emby"
3
Use when implementing Home Assistant integration code - covers Nov 2025 best practices for config flows, coordinators, entities, async patterns, manifest, translations, and project structure. Required reading before writing any HA code.
2026-01-05
architecture-diagram.md
3
1
export
architecture-diagram
2
from
"Cocoon-AI/architecture-diagram-generator"
from
"Cocoon-AI/architecture-diagram-generator"
3
Create professional, dark-themed architecture diagrams as standalone HTML files with SVG graphics. Use when the user asks for system architecture diagrams, infrastructure diagrams, cloud architecture visualizations, security diagrams, network topology diagrams, or any technical diagram showing system components and their relationships.
2026-01-05
add-paper.md
3
1
export
add-paper
2
from
"maxpool/maxpool-website"
from
"maxpool/maxpool-website"
3
Add a research paper to the maxpool research-papers collection. Use when the user provides an ArXiv URL, PDF link, or asks to add/summarize a research paper for the website. Handles paper fetching, insight extraction, HTML generation, and index updates.
2026-01-05
langsmith-fetch.md
3
1
export
langsmith-fetch
2
from
"OthmanAdi/langsmith-fetch-skill"
from
"OthmanAdi/langsmith-fetch-skill"
3
Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavior, investigating errors, analyzing tool calls, checking memory operations, or examining agent performance. Automatically fetches recent traces and analyzes execution patterns. Requires langsmith-fetch CLI installed.
2026-01-05
hol.md
3
1
export
hol
2
from
"charles-cooper/hol-agents"
from
"charles-cooper/hol-agents"
3
HOL4 interactive proof development. Use when working with HOL4 proofs, .sml theorem files, Holmake builds, or hol-agent-helper.sh sessions. (project)
2026-01-05
zed-editor.md
3
1
export
zed-editor
2
from
"chronista-club/unison"
from
"chronista-club/unison"
3
Zed Editorの特徴、ACP(Agent Client Protocol)の仕様、AI統合、パフォーマンス特性、設定方法について包括的な知識を提供します。Zed Editorに関する質問、ACP対応エージェントの統合、設定のカスタマイズが必要な場合に使用してください。
2026-01-05
raindrop-bookmark-management.md
3
1
export
raindrop-bookmark-management
2
from
"briansunter/raindrop-mcp"
from
"briansunter/raindrop-mcp"
3
Manage bookmarks with Raindrop.io MCP server. Use when saving URLs, organizing bookmarks into collections, tagging content, searching saved links, or managing highlights. Covers bookmark CRUD, collection organization, tag management, and URL parsing.
2026-01-05
mem-persist.md
3
1
export
mem-persist
2
from
"ferstar/mem-persist"
from
"ferstar/mem-persist"
3
Saves Claude Code or Codex CLI conversation threads to Nowledge Mem knowledge base via HTTP API. Use when user requests to save, persist, or backup the current session or conversation thread.
2026-01-05
claude-code-hooks.md
3
1
export
claude-code-hooks
2
from
"hgeldenhuys/claude-hooks-sdk"
from
"hgeldenhuys/claude-hooks-sdk"
3
Guide for implementing Claude Code hooks - automated scripts that execute at specific workflow points. Use when building hooks, understanding hook events, or troubleshooting hook configuration.
2026-01-05
gen-alpha-output-style.md
3
1
export
gen-alpha-output-style
2
from
"sjnims/gen-alpha-output-style"
from
"sjnims/gen-alpha-output-style"
3
This skill provides the Gen Alpha/brainrot output style transformation rules and vocabulary. It is automatically loaded by the SessionStart hook to transform all Claude responses into Gen Alpha internet slang. Contains comprehensive glossary, transformation patterns, and examples.
2026-01-05
backend-dev-guidelines.md
3
1
export
backend-dev-guidelines
2
from
"emilyantosch/hestia_tauri"
from
"emilyantosch/hestia_tauri"
3
Comprehensive Rust backend development guide for Tauri applications. Use when creating Tauri commands, database operations, error handling, state management, or async patterns. Covers layered architecture (commands → services → operations → database), Result-based error handling, SeaORM patterns, tokio async/await, testing with cargo test, and type-driven design principles.
2026-01-05
testcontainers-go.md
3
1
export
testcontainers-go
2
from
"testcontainers/claude-skills"
from
"testcontainers/claude-skills"
3
A comprehensive guide for using Testcontainers for Go to write reliable integration tests with Docker containers in Go projects. Supports 62+ pre-configured modules for databases, message queues, cloud services, and more.
2026-01-05
distributed-claude-sender.md
3
1
export
distributed-claude-sender
2
from
"ebowwa/seed"
from
"ebowwa/seed"
3
Send prompts to a remote Claude instance on a VPS for distributed AI collaboration, different model backends, or independent context.
2026-01-05
prompt-benchmark.md
3
1
export
prompt-benchmark
2
from
"manutej/categorical-meta-prompting"
from
"manutej/categorical-meta-prompting"
3
Systematic prompt evaluation framework with MATH, GSM8K, and Game of 24 benchmarks. Use when evaluating prompt effectiveness on standard benchmarks, comparing meta-prompting strategies quantitatively, measuring prompt quality improvements, or validating categorical prompt optimizations against ground truth datasets.
2026-01-05
bootc.md
3
1
export
bootc
2
from
"atrawog/bazzite-ai"
from
"atrawog/bazzite-ai"
3
bootc VM management via bcvk (bootc virtualization kit). Run bootablecontainers as VMs for testing. Supports ephemeral (quick test) andpersistent modes. Use when users need to test bootable container imagesas virtual machines.
2026-01-05
vibora.md
3
1
export
vibora
2
from
"knowsuchagency/vibora"
from
"knowsuchagency/vibora"
3
Vibora is a terminal-first tool for orchestrating AI coding agents across isolated git worktrees. Use this skill when working in a Vibora task worktree or managing tasks.
2026-01-05
scrum-dashboard.md
3
1
export
scrum-dashboard
2
from
"shishi/dotfiles"
from
"shishi/dotfiles"
3
Maintain scrum.ts dashboard following Agentic Scrum principles. Use when editing scrum.ts, updating sprint status, or managing Product Backlog.
2026-01-05
code-review.md
3
1
export
code-review
2
from
"ue-too/ue-too"
from
"ue-too/ue-too"
3
Perform thorough code reviews with focus on security, performance, maintainability, and best practices. Use when reviewing code changes, pull requests, entire files, or codebase audits across any programming language.
2026-01-05