- Home
- /
- Categories
- /
- Linting
Linting
Code linting and formatting
claude-extensibility
by brixtonpham
"Claude Code extensibility: agents, skills, output styles. Capabilities: create/update/delete agents and skills, YAML frontmatter, system prompts, tool/model selection, resumable agents, CLI-defined agents. Actions: create, edit, delete, optimize, test extensions. Keywords: agent, skill, output-style, SKILL.md, subagent, Task tool, progressive disclosure. Use when: creating agents/skills, editing extensions, configuring tool access, choosing models, testing activation."
storyboard-video-orchestrator
by tippyentertainment
Plan and orchestrate a full AI‑generated video (e.g., a 10‑minute short film or promo) by breaking it into 5–10 second scenes, attaching script lines and audio requirements to each scene, and coordinating downstream skills (video, music, SFX, voice) to produce all assets needed for final assembly.
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.
gcm
by takuan-osho
Generate Git Commit Message. This skill should be used when generating a commit message for staged changes. It analyzes git staged changes and generates an appropriate English commit message following Conventional Commits format.
ui-design-system
by nimeshgurung
UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
remove-ai-comments
by ChambersXDU
Removes redundant, obvious, or "AI-flavored" comments from code to improve signal-to-noise ratio. Use when the user asks to "clean up comments", "remove AI comments", or makes a general request to refactor verbose code documentation.
Carson Skill
by wanghailei
Lint policy lives at ~/.carson/lint/, seeded by carson lint setup --source <policy-repo>.
find-skills-plus
by yinhui1984
Find agent skills by keyword and enrich results with descriptions. Use when a user asks to discover skills and wants more context than a raw list (e.g., descriptions or comparisons).
refactor
by peth-eth
Maintenance-day runner — deletes dead weight (legacy, deprecated, AI slop, stubs, bad comments), then runs jscpd, knip/vulture, madge (circular deps), ESLint/Biome/ruff, fixes weak types properly (research + replace), removes unjustified try/catch, consolidates shared types, and scans for structural issues. Language-agnostic. Use when paying down tech debt or doing periodic cleanup.
d2
by ItsJooL
Use when writing, generating, reviewing, or improving D2 diagram code. Trigger when the user asks to create architecture diagrams, flowcharts, sequence diagrams, ER diagrams, class diagrams, or any diagram using D2 syntax. Also trigger when working with .d2 files or when the d2_render MCP tool is available.
compose-security-lint
by JsonLee12138
Lint Docker Compose files for Makefile-first deployment environments using .deploy.env.common + .deploy.env.<ENV_MODE>. Use when validating local/test/prod/custom compose files for image/build declaration, restart, healthcheck, logging, and external network settings.
web-design-guidelines
by Jackiexiao
查看用户界面代码以了解Web界面指南合规性。在被要求“查看我的用户界面”、“检查辅助功能”、“审核设计”、“查看用户体验”或“根据最佳做法检查我的网站”时使用。
python-conventions
by rory-data
Python coding standards including PEP 8, type hints, modern syntax (3.11+), ruff formatting, uv package management, and best practices. Use when writing, reviewing, or refactoring Python code, setting up Python projects, or managing dependencies.
baoyu-xhs-images
by siatwangmin
Generates Xiaohongshu (Little Red Book) infographic series with 9 visual styles and 6 layouts. Breaks content into 1-10 cartoon-style images optimized for XHS engagement. Use when user mentions "小红书图片", "XHS images", "RedNote infographics", "小红书种草", or wants social media infographics for Chinese platforms.
ripple-ts
by quick007
Skill that helps agents work with the framework RippleTS. Links back to the llms.txt, and provides info that might be helpful to the LLM.
comfyui-audio-creator
by tippyentertainment
Generate background music and ambience that matches one or more video scenes produced by comfyui-video-generator. This skill does not handle spoken dialogue or narration; use comfyui-voice-generator for any voice work.
ralph
by AidanGio
"Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format. Triggers on: convert this prd, turn this into ralph format, create prd.json from this, ralph json."
winjs-pc
by winjs-dev
WinJS PC 模板(PC 端 Web)开发指南。包含 Vue 3 配置、Vite 构建、请求封装、路由。适用于:(1) create-win pc 模板创建的项目 (2) 修改 .winrc 配置 (3) 扩展 src/app.js (4) 编写 services 请求 (5) 配置路由与构建 (6) PC 浏览器项目(无 REM/VConsole)。
plan
by iulspop
Breaks down feature requests into sequential, implementable tasks with code changes under 50 lines each. Use when planning new features, refactors, or multi-step changes to ensure logical ordering and no broken intermediate states.
cleanup-package-json
by nimiusrd
package.json のスクリプトと依存関係を整理・クリーンアップする。 「package.jsonをきれいにしたい」「スクリプトを整理したい」「未使用の依存を削除したい」 などのリクエストに使用する。具体的には以下を対象とする: (1) 冗長なスクリプト(エイリアス・パススルー)の削除や統合、 (2) 暗黙的なライフサイクルフック(pre/post)の明示化、 (3) スクリプト命名規則の統一、 (4) 未使用依存パッケージの検出と削除、 (5) スクリプト名変更に伴うドキュメント・CI 更新、 (6) 依存削除後のロックファイル再生成。
vibe-slides
by VibeSlides
Create presentation decks and export to PDF/PPTX/PNG using the Vibe Slides API. Use for any slide deck, presentation, or PowerPoint generation request. Triggers on "make a deck", "create a presentation", "build slides", "make a PowerPoint", "generate a pptx", or any presentation creation task.
Review Paper
by midhunxavier
Review and critique paper drafts. Provides critical feedback on clarity, novelty, correctness, and formatting against top-tier conference standards.
baoyu-infographic
by siatwangmin
Generates professional infographics with 20 layout types and 17 visual styles. Analyzes content, recommends layout×style combinations, and generates publication-ready infographics. Use when user asks to create "infographic", "信息图", "visual summary", or "可视化".
laravel-best-practices
by athallabf
"Comprehensive Laravel development guidelines for writing clean, maintainable, and idiomatic code. This skill provides rules and examples for application architecture, database optimization, and code style. Use this when: (1) writing or refactoring Laravel code, (2) reviewing pull requests, (3) designing system architecture, or (4) optimizing performance."