- Home
- /
- Categories
- /
- Comments
Comments
Code comments and annotations
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}
cron-scheduler
by AIDotNet
解析、验证和解释cron表达式,计算下次运行时间。
documentation-writer
by AIDotNet
生成全面的文档,包括README文件、API文档、代码注释(JSDoc、docstrings、XML)和架构文档。
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.
Absurdist Voice
by omer-metin
feynman
by neurofoo
Feynman Technique for deep learning—explain a concept simply, identify gaps, fill them, then refine. Use when learning something new, testing understanding, or preparing to teach.
moscow
by neurofoo
MoSCoW prioritization categorizing items as Must have, Should have, Could have, or Won't have. Use for scope definition, feature prioritization, or when everything feels equally important.
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).
go-google-style-guide
by metalagman
Expertise in Go programming according to the Google Go Style Guide. Use when the user needs to write, refactor, or review Go code for clarity, simplicity, and maintainability. This skill ensures adherence to Google's official Go idioms, formatting, and the "Least Mechanism" principle.
Algorithmic Trading
by omer-metin
bio-annotation
by fmschulz
Functional annotation and taxonomy inference from sequence homology.
sql-optimization
by chaterm
SQL 优化与调优
brainstorm
by maragudk
Guide for how to brainstorm an idea and turn it into a fully formed design.
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".
code-review
by letta-ai
Skill for handling PR code reviews. Use when triggered by a PR review comment, review request, or when asked to review code changes. Provides workflow for reading review comments, understanding feedback, and iterating on changes.
reddit-reader
by brisyramshere
通过 Reddit OAuth2 API 搜索和阅读 Reddit 帖子、评论和子版块内容。当用户要求搜索 Reddit 讨论、浏览子版块帖子、阅读 Reddit 帖子内容和评论、了解 Reddit 社区对某个话题的看法时使用此 skill。支持按时间范围和排序方式筛选,支持读取完整帖子正文和嵌套评论树。
fp-implement
by fiberplane
Implement work on issues. Use when user asks to "start working on issue", "what should I work on", "pick up task", "continue work", or "find next task".
technical-writing
by Logos-Liber
Technical writing principles and best practices for creating clear, accurate documentation
slidev-drawings
by yoanbernabeu
Draw and annotate during Slidev presentations. Use this skill for live annotations, highlighting, and visual explanations.
mysql-patterns
by joneqian
MySQL database patterns for query optimization, schema design, indexing, and security. Quick reference for common patterns.
reddit-skills
by 1146345502
Reddit automation skill collection. Supports authentication, content publishing, search & discovery, social interactions, and compound operations. Triggered when a user asks to operate Reddit (post, search, comment, login, analyze, upvote, save).
documentation-templates
by xenitV1
Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.
coding-conventions
by richfrem
Coding conventions and documentation standards across Python, TypeScript/JavaScript, and C#/.NET codebases. Use when: (1) writing new code files or functions, (2) reviewing code for style and documentation compliance, (3) adding file headers or docstrings, (4) creating new tools that need inventory registration, (5) refactoring code that exceeds complexity thresholds, (6) setting up module structure. Covers file headers, function documentation, naming conventions, and tool inventory integration.