- Home
- /
- Categories
- /
- Comments
Comments
Code comments and annotations
email-sequences
by sanky369
Create automated email sequences that build trust and drive conversions. Use when setting up welcome sequences, nurture campaigns, sales sequences, or launch campaigns.
sql-optimization
by chaterm
SQL 优化与调优
Interactive Teaching
by kriscard
"Learning: Use for /learn sessions or when user explicitly asks to be taught step-by-step. NOT for quick answers or general help."
lookup
by nweii
"Explain the meaning of selected text using surrounding context. Identifies unclear words, phrases, idioms, or colloquialisms and provides concise definitions with cultural context and usage notes."
bio-annotation
by fmschulz
Functional annotation and taxonomy inference from sequence homology.
omnibox-spider
by Silent1566
Develop, write, debug, and improve OmniBox spider sources (爬虫源). Use when the user asks to write an OmniBox spider script (JS or Python), create a new spider source, fix or debug an existing OmniBox source, convert a third-party video site API into an OmniBox spider, or ask questions about OmniBox spider development (API, SDK, annotations, return formats, environment variables, etc.). Also triggers on phrases like 写爬虫, OmniBox 爬虫, 爬虫源, spider source, OmniBox 脚本, 帮我写采集站脚本.
research-missing-as
by ipverse
Research a missing AS entry for overlay.json. Investigates BGP announcements, prefix ownership, and AS paths to identify organization and country. Invoke with /research-missing-as {ASN}
clawdbites
by diegosouzapw
Extract recipes from Instagram reels. Use when a user sends an Instagram reel link and wants to get the recipe from the caption. Parses ingredients, instructions, and macros into a clean format.
Algorithmic Trading
by omer-metin
Ai Code Generation
by omer-metin
Absurdist Voice
by omer-metin
skill-installer
by alffei
Install skills into the global or workspace-specific skills directory from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
docstring
by EYH0602
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.
enhanced-message-context
by lingui
Provide additional context for messages based on the codebase and the context of the message to improve the quality of the translations.
hiring-helper
by dazuck
Screen job candidates using AI-powered evaluation. Use when asked to "screen candidates", "review applicants", "evaluate candidates", or when reviewing resumes and applications.
technical-orientation
by dazuck
Explain technical projects, codebases, tools, or documentation to a non-engineer. Use when the user says "orient me", "explain this repo", "what does this do", "get me up to speed", "break this down for me", or shares a GitHub URL asking for explanation. Also use when a non-technical person needs to understand something technical quickly.
sane-mk
by ysoftwareab
Understands and extends the sane.mk GNU Make framework for shared deps, check, build, test, dist, debug, and system workflows. Use when: editing this repo adding Make targets/includes wiring behavior through SANE_ variables adopting sane.mk in another project debugging why a target is not reachable
pywayne-cv-stereo-tag-matcher
by wangyendt
Stereo vision AprilTag matching for dual-camera systems. Use when working with pywayne.cv.stereo_tag_matcher module to match AprilTags from left/right camera views, find common tags between images, stitch stereo images together, and visualize results with color-coded annotations (all tags green, common tags yellow, red connection lines).
brainstorm
by maragudk
Guide for how to brainstorm an idea and turn it into a fully formed design.
python-types-contracts
by ahgraber
Use when defining or evolving public interfaces, schema boundaries, or pydantic usage in Python. Also use when annotations are missing on public APIs, pydantic models appear everywhere instead of at trust boundaries, contract changes lack migration guidance, or Any/object types are overused across module boundaries.
ljg-explain-words
by lijigang
Deep-dive English word mastery tool. Deconstructs a single English word into core semantics and epiphany. Use when user asks to explain/master a specific English word. Do NOT use for Chinese concepts or multi-word ideas (use ljg-explain-concept).
clean-code
by uwuclxdy
Clean code principles and best practices covering naming conventions, function design, error handling, comments, and architecture. Use this skill whenever the user asks you to write, review, or refactor code and wants it to follow clean code standards. Also trigger when the user mentions "clean code", "code quality", "readability", "refactor for clarity", "naming conventions", "function size", "code smells", or asks for a code review with best practices in mind. Apply these principles proactively when writing or reviewing code, even if the user doesn't explicitly ask for "clean code."
bellwether
by roderik
Bring the current PR to a mergeable state: CI green, all review comments resolved, no merge conflicts. Self-contained — watches CI, fixes issues, watches again until merge-ready. Use when the user wants to keep a PR green, auto-fix CI, resolve review comments, or says "get this merged".
halcon-skill
by bertram-eu
Generate, refactor, run, and review HALCON HDevelop (.hdev) and HDevelopEVO (.hscript) programs with accurate operator usage, parameter defaults, value ranges, and practical vision pipelines. Use when the user asks for HDevelop or HScript code, operator selection, debugging logic, converting requirements into vision scripts, or building reusable procedures.