- Home
- /
- Categories
- /
- Linting
Linting
Code linting and formatting
youtube
by ericmjl
Comprehensive YouTube operations using yt-dlp - download videos/audio, extract transcripts and subtitles, get metadata, work with playlists, download thumbnails, and inspect available formats. Use this for any YouTube content processing task.
coding-standards
by TheBeardedBearSAS
Coding-Standards für React. Use when reviewing code style or formatting.
skill-extractor
by leegonzales
Extract reusable skills from conversation patterns. Use when asked to "turn this into a skill," "extract a skill," or "I keep doing this task repeatedly."
coding-standards
by TheBeardedBearSAS
Code-Standards. Use when reviewing code style or formatting.
zig
by rudedogg
Up-to-date Zig programming language patterns for version 0.15.x. Use when writing, reviewing, or debugging Zig code, working with build.zig and build.zig.zon files, or using comptime metaprogramming. Critical for avoiding outdated patterns from training data - especially build system APIs (root_module instead of root_source_file), I/O APIs (buffered writer pattern), container initialization (.empty/.init), allocator selection (DebugAllocator), and removed language features (async/await, usingnamespace).
go-defensive
by cxuu
Defensive programming patterns in Go including interface verification, slice/map copying at boundaries, time handling, avoiding globals, and defer for cleanup. Use when writing robust, production-quality Go code.
deepwork-tracker
by aAAaqwq
Track deep work sessions locally (start/stop/status) and generate a GitHub-contribution-graph style minutes-per-day heatmap for sharing (e.g., via Telegram). Use when the user says things like “start deep work”, “stop deep work”, “am I in a session?”, “show my deep work graph”, or asks to review deep work history.
etetoolkit
by jimmc414
"Phylogenetic tree toolkit (ETE). Tree manipulation (Newick/NHX), evolutionary event detection, orthology/paralogy, NCBI taxonomy, visualization (PDF/SVG), for phylogenomics."
lead-magnet-generator
by ognjengt
Creates viral lead magnet posts that drive comments and DMs. Produces 2 versions - a quick punchy format and a detailed format with bullet points. Use when user needs social media posts to give away a lead magnet in exchange for engagement.
managing-literal-strings
by christian289
"Manages literal strings by pre-defining them as const string in C#. Use when organizing string constants, log messages, exception messages, or UI texts across the codebase."
creating-wpf-vector-icons
by christian289
"Creates scalable vector icons in WPF using PathGeometry and GeometryGroup. Use when building resolution-independent icons, icon buttons, or symbol libraries."
formatting-culture-aware-data
by christian289
"Formats dates, numbers, and currency with culture awareness in WPF. Use when displaying localized data formats or building international applications."
content-digest
by zephyrwang6
Transform long-form content (YouTube videos, podcasts, interviews, articles) into engaging short-form and long-form narratives. Extracts core insights and presents them in two styles: concise social media posts (300-800 characters with numbered emoji lists) and detailed narrative articles (1500-3000+ characters with story arcs). Use when users provide YouTube links, podcast transcripts, long articles, or interview content and want summaries, key insights, or content reformatted for different platforms.
content-digest
by zephyrwang6
Transform long-form content (YouTube videos, podcasts, interviews, articles) into engaging short-form and long-form narratives. Extracts core insights and presents them in two styles: concise social media posts (300-800 characters with numbered emoji lists) and detailed narrative articles (1500-3000+ characters with story arcs). Use when users provide YouTube links, podcast transcripts, long articles, or interview content and want summaries, key insights, or content reformatted for different platforms.
image-skill-builder
by zephyrwang6
帮助用户通过交互式问答创建自定义批量生图 Skill。用户不需要写代码,只需回答问题即可生成完整可用的生图 Skill。当用户说"帮我创建生图Skill"、"我想做一个配图技能"、"创建批量出图的Skill"、"生成图片的Skill怎么做"、"帮我做一个AI画图技能"时触发。支持文章配图、Logo设计、分镜故事、社交媒体图、海报等任意图片场景。
application-logging
by aj-geddes
Implement structured logging across applications with log aggregation and centralized analysis. Use when setting up application logging, implementing ELK stack, or analyzing application behavior.
code-review
by staruhub
专业的代码审查助手,提供结构化的审查流程、详细的检查清单和建设性的反馈指南。适用于审查Pull Request、代码提交或任何需要代码质量评估的场景,涵盖功能性、安全性、性能、测试、文档、架构设计等多个维度。
ai-productivity-column
by zephyrwang6
AI 生产力系统专栏协作写作助手。当用户说"开始创作专栏"、"AI 生产力系统"、"写专栏"、"继续写专栏"时触发。协助用户按章节创作专栏内容,参考工具书籍写作风格,提供案例支持和方法论引用。
internal-comms-3p-updates
by bobmatnyc
"Framework for writing concise 3P (Progress, Plans, Problems) team updates for executives and stakeholders"
makepad-font
by ZhangHanDong
CRITICAL: Use for Makepad font and text rendering. Triggers on: makepad font, makepad text, makepad glyph, makepad typography, font atlas, text layout, font family, font size, text shaping, makepad 字体, makepad 文字, makepad 排版, makepad 字形
design
by knoopx
Designs software systems with SOLID principles, DRY/KISS/YAGNI, and security by design. Use when planning features, analyzing requirements, defining architecture, or making architectural decisions.
animation-shader
by Yuki001
READ this skill when implementing or configuring animation-style shaders (Toon/Cel Shaders) — including outlines, rim lighting, toon shading, MatCap, emission, dissolve, hatching, or any stylized rendering effect. Contains preset styles and feature-to-reference mappings for lilToon, Poiyomi, UTS2, RToon, SToon, and ToonShadingCollection. Works as a domain knowledge plugin alongside workflow skills (OpenSpec, SpecKit) or plan mode of an agent.
adhd-body-doubling
by sundial-org
Punk-style ADHD body doubling for founders. Focus sessions, dopamine menu, emergency reset protocol. Use when user says "body double", "focus session", "I'm stuck", "can't start", or mentions ADHD productivity.
go-code-review
by cxuu
Quick-reference checklist for Go code review based on the Go Wiki CodeReviewComments. Maps to detailed skills for comprehensive guidance. Use when reviewing Go code or checking code against community style standards.