- Home
- /
- Categories
- /
- Linting
Linting
Code linting and formatting
refactor-table-alignment
by cxyliuy
Refactor UI table components to follow enterprise column alignment, formatting, and width standards while preserving sorting, filtering, and pagination.
povoroznyuk-code-review
by martinturner029
Perform blunt, high-intensity code review in Ukrainian with a colloquial style inspired by Oleksandr Povoroznyuk. Use when users explicitly ask for a harsh/rough tone, slang-heavy feedback, or review comments "in style of Поворознюк", including optional profanity. Keep findings technically precise, actionable, and evidence-based.
fastapi-endpoint-generator
by ehtbanton
Generate FastAPI endpoint files with Pydantic models, dependency injection, and async handlers. Triggers on "create fastapi endpoint", "generate fastapi router", "python API endpoint", "fastapi route".
data-engineering-storage-formats
by legout
"Modern data serialization formats: Parquet, Apache Arrow (Feather/IPC), Lance (ML-native), Zarr (chunked arrays), Avro, and ORC. Covers compression, partitioning, and format selection."
swift-style-skill
by pchelnikov
Enforce consistent, idiomatic Swift style when generating, reviewing, or refactoring Swift code. Use when writing new Swift code, reviewing code for style violations, or enforcing team style standards. Covers file structure, naming, formatting, and programming practices. Based on the Google Swift Style Guide (https://google.github.io/swift/), which is itself grounded in Apple's Swift standard library style and widely adopted across the Swift community.
scientific-visualization
by Victory-Hugo
用于生成可投稿级别图件的元技能。当需要创建期刊投稿图(如多面板布局、显著性标注、误差条、色盲友好配色,以及符合特定期刊格式要求,如 Nature、Science、Cell)时使用。该技能可统筹调用 matplotlib / seaborn / plotly 并应用投稿级绘图风格。若仅用于快速探索性分析,直接使用 seaborn 或 plotly 即可。
validation
by leobrival
Modular validation system for Claude Code hooks. Provides security command validation (PreToolUse), TypeScript type checking (PostToolUse), and lint checking (PostToolUse). Includes configurable security patterns, multi-linter detection, webhook notifications, and structured logging. Use when setting up or troubleshooting Claude Code validation hooks.
weather
by chandima
Get current weather and forecasts (no API key required).
react
by vainjs
TypeScript/React code standards. Use when writing or reviewing React components, hooks, or TypeScript code.
deslop
by heymynameisrob
Remove AI-generated code slop from the current branch. Use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style.
biomejs
by aiko-atami
Configure and operate BiomeJS in JavaScript/TypeScript projects, including installation, biome.json setup, formatter/linter/check workflows, VCS integration, and CI usage. Use when users ask to adopt Biome, tune rules/includes, set up monorepo/shared configs, or troubleshoot Biome command behavior.
taste-create
by muninn-huginn
Collaborative style builder that guides users through discovering and articulating their visual taste from scratch. Produces a complete style package installable as a Claude Code taste skill. Use when starting a new project and wanting to establish visual direction, when someone says "create a style", "define visual style", "build design language", "what should this look like", "help me figure out the aesthetic", or wants to establish the look and feel of a project.
winjs-hybrid
by winjs-dev
WinJS Hybrid 模板(混合式移动应用)开发指南。包含原生桥接(GmuJSAPI/Light SDK)、WebView 渲染控制、REM/VConsole、离线包。适用于:(1) create-win hybrid 模板创建的项目 (2) 对接 Harmony JSApi/Light SDK (3) 配置 render 钩子与原生就绪 (4) 使用 navigateTo 容器内跳转 (5) 配置 REM/VConsole (6) 鸿蒙/券商混合应用开发。
debate-shuff
by patrickshuff
Challenge a position and engage in constructive debate as Patrick Shuff would, with intellectual honesty and substantive reasoning
xlsx
by srsubramanian
"Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization"
prompting
by diskd-ai
Prompt engineering guidance for writing and improving LLM prompts. Use when asked to (1) write a prompt for a specific task, (2) review or improve an existing prompt, (3) design system prompts for AI assistants, (4) structure prompts for specific output formats (JSON, XML, markdown), or (5) apply prompt engineering techniques like few-shot, chain-of-thought, or role prompting.
title-generator
by BennettPhil
Generate intriguing, authentic article titles from rough ideas or full drafts without being clickbaity.
pwn-exploit
by xuziqiang98
Comprehensive binary exploitation techniques covering stack overflow, format string, heap exploitation, integer overflow, and advanced exploitation methods. Use when working on CTF challenges, binary vulnerability analysis, exploit development, or debugging memory corruption vulnerabilities in Linux binaries (x86/x64).
process
by xchicky
撰写节点内容文档。读取download.txt,为每个节点整合本地材料并撰写详细、准确、完整的markdown文档。每个子代理并行处理一个节点,输出包含概述、目录/脑图、流程图、在线图片URL、参考资料的完整节点文档。适用于需要系统性、结构化内容创作的场景。
code-of-conduct-generator
by ehtbanton
Generate CODE_OF_CONDUCT.md files based on Contributor Covenant. Triggers on "create code of conduct", "generate code_of_conduct.md", "community guidelines", "contributor covenant".
Monday Expert
by cocacha12
Expertise in Monday.com Vibe Design System, UI/UX patterns, and technical architecture for cloning purposes.
copilot-commit-style
by nguyenhuy158
Use this skill when the user asks to write, generate, draft, or format a git commit message. It enforces the Conventional Commits specification with mandatory emojis and strict formatting rules.
drawio-architecture
by quant-chiggz
Create professional architecture diagrams, flowcharts, and system diagrams using draw.io MCP tools. Use this skill when the user asks to create architecture diagrams, system designs, data flow diagrams, UML diagrams, or any visual technical documentation. Export diagrams as editable .drawio files that can be opened in browser or draw.io desktop app.
date-fns
by yusenthebot
Modern JavaScript date utility library. Use when: It has 200+ functions for all occasions; Modular: Pick what you need. Works with webpack, Browserify, or Rollup and also supports tree-shaking; Native dates: Uses existing native type. It doesn't extend core objects for safety's sake. NOT for: timezone database hosting; building calendar UIs.