Linting

Code linting and formatting

Showing 1633-1656 of 1976 skills
victor-teles

slop-remover

by victor-teles

Remove AI-generated code slop and clean up code style

Linting 0 6mo ago
touteitei888-rgb

sunsun-writing

by touteitei888-rgb

孙式克制白描写作法:只写看得见的动作、量得出的数字、摸得着的物件, 不写情绪形容词,靠短句节奏、留白和首尾闭环把感情压出来。技法研究对象是孙宇晨那篇 《我的女友景甜》一路的中文第一人称克制长文(只学句式与节奏,不复制任何原文)。 适用于第一人称经历长文、回忆录、创业/职场/亲情叙事、人物特写,也适用于小红书文案、 产品与设计自述、朋友圈长文等需要"不像AI写的、有人味、有高级感"的中文短文本。 当用户说"孙学""写得像他那篇长文""白描""克制""冷叙事""不煽情""有后劲""写得像人" "去AI腔""高级感文字""数字极简""数字极简主义""冷硬""硬派叙事""执行者视角" "像盘点一样写感情""第一人称短篇小说"时使用本技能。自带语料实测阈值、冷硬执行者 写作引擎和文风体检脚本,可量化打分。 不用于公文、说明文、纯资讯、营销卖点堆砌、需要热情号召的文案。

Code Review 0 11d ago
Variel

renderfig

by Variel

Figma .fig 파일의 프레임을 PNG/JPG로 렌더링합니다. 텍스트, 이미지, 스타일을 오버라이드하여 템플릿 기반 이미지를 생성할 수 있습니다.

CLI Tools 0 6mo ago
midhunxavier

Write Section

by midhunxavier

Write academic sections with proper formatting (LaTeX or DOCX). Generates content in formal academic tone with proper citations and structure.

Academic 0 7mo ago
zetavg

git-commit-message-follow-project-convention

by zetavg

"Read this skill before creating any git commit to ensure the commit message matches the project's established patterns. Triggers on: git commit, /commit, creating commits, or any task that results in a git commit."

Debugging 0 6mo ago
foreveryh

mdx-validator

by foreveryh

MDX 语法预检查工具。推荐:先使用 eslint-mdx 和 prettier 进行基础检查, 再使用本 skill 进行 Fumadocs 特定问题的专项检查(图片文件名、翻译完整性)。 在 article-translator 翻译后、pnpm build 前使用。

CLI Tools 0 6mo ago
Hideturno

assumption-clarifier

by Hideturno

Identify hidden assumptions, contradictions, and missing info before coding; use when requirements are vague, ambiguous, or risky, and when a task needs clarification questions or explicit success criteria.

Processing 0 7mo ago
ehtbanton

package-json-scaffolder

by ehtbanton

Generate complete package.json files with appropriate dependencies, scripts, and configuration for Node.js projects of various types. Triggers on "create package.json", "generate package.json for", "npm init for", "node project setup".

Processing 0 8mo ago
slurpyb

accessibility-wcag

by slurpyb

Enforce WCAG 2.2 accessibility standards. Use when creating UI components, reviewing frontend code, or when accessibility issues are detected. Covers semantic HTML, ARIA, keyboard navigation, and color contrast.

Accessibility 0 6mo ago
Cygnusfear

writing-clearly-and-concisely

by Cygnusfear

Use when writing any prose humans will read — documentation, commit messages, error messages, explanations, reports, or UI text. Applies Strunk's timeless rules to make writing clearer, stronger, and more professional.

Linting 0 6mo ago
maxgent-ai

youtube-download

by maxgent-ai

Download videos, audio, or subtitles from YouTube, Bilibili, and other sites using yt-dlp. Use when users ask to download online videos or extract audio from video URLs.

CLI Tools 0 6mo ago
yuanxiao0115

ui-ux-pro-max

by yuanxiao0115

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples."

Accessibility 0 7mo ago
rozwer

plan-split

by rozwer

Auto-split Plans.md into individual phase-N.md files in docs/plans/. Only creates files that don't exist yet.

Automation 0 6mo ago
pstev1

remove-ai-slop

by pstev1

Check the diff against master and remove all AI generated slop introduced in this branch. This includes extra comments, defensive checks, type casts, and inconsistent code style.

File Ops 0 7mo ago
srobroek

go-quality

by srobroek

Use to run Go format, lint, and test checks with the project toolchain.

Code Review 1 14d ago
TripAndCode

maplibre-map

by TripAndCode

MapLibre GL map conventions for this repo (GSI basemaps, style switching, layer re-attach). Use when editing the Map tab, basemap switcher, heatmap, or POI layers.

Linting 0 2mo ago
ppx123-web

photo-color

by ppx123-web

Adjust photo brightness, contrast, and saturation based on natural language prompts using GPT-5 text analysis. Use when the user asks to adjust brightness, change contrast, modify saturation, apply a specific style, or fix photo issues like washed out colors.

Debugging 0 7mo ago
ehtbanton

makefile-generator

by ehtbanton

Generate Makefile build automation files with targets, dependencies, and common development tasks for various project types. Triggers on "create Makefile", "generate Makefile for", "build automation", "make targets for".

Docker 0 8mo ago
ehtbanton

nestjs-module-generator

by ehtbanton

Generate NestJS module files with controllers, services, DTOs, and entities. Triggers on "create nestjs module", "generate nest module", "nestjs resource", "nest crud module".

Code Gen 0 8mo ago
heykvnzhao

deslop-code

by heykvnzhao

Clean up AI-generated code changes by reviewing diffs against main and removing stylistic or structural artifacts (over-commenting, unnecessary defensive checks, try/catch noise, any-casts, inconsistent style). Use when asked to “remove AI code slop,” “humanize” changes, or align a branch’s edits with existing codebase conventions.

Git & VCS 0 7mo ago
next-friday

nextfriday-react

by next-friday

Next Friday React/JSX patterns for components, props, and formatting. Use when writing React components or JSX code.

Code Gen 0 7mo ago
Growth4U-systems

ai-product-video

by Growth4U-systems

"Specialized skill for AI product video generation. Use when you need product reveals, animated product shots, hero video banners, or e-commerce video content. Triggers on: product video, product reveal, animate product, hero video. Outputs professional product videos."

Animation 0 7mo ago
tippyentertainment

comfyui-comics-03

by tippyentertainment

Skill for generating Dark Horse Comics–style graphic novel characters, images, videos, sound effects, and voices via ComfyUI Cloud with a gritty, high-contrast aesthetic.

Linting 0 6mo ago
IkramahAhmed

prompt-optimization-patterns

by IkramahAhmed

Analyze and optimize prompts using proven patterns and best practices. Provides iterative improvements, before/after comparisons, multiple variants, and detailed optimization reports for general tasks, code generation, and creative writing.

Code Gen 0 6mo ago