Agent skill

superlint

Stars 366
Forks 29

Install this agent skill to your Project

npx add-skill https://github.com/mgechev/skillgrade/tree/main/examples/superlint

SKILL.md

SuperLint Proprietary Workflow

This skill describes the mandatory standard operating procedure for using our internal SuperLint tool. Use this when tasks require fixing code quality issues according to corporate standards.

1. Description

SuperLint is a multi-stage validation tool. Standard ESLint or Prettier commands will NOT work.

2. Mandatory Workflow

To fix a file using SuperLint, you MUST follow these steps in order:

  1. Check: Run superlint check to generate a report.
  2. Fix: Run superlint fix --target <filename> to apply automated corrections.
  3. Verify: Run superlint verify to finalize the changes and generate the .superlint-passed metadata file.

[!IMPORTANT] The verifier will fail if .superlint-passed is missing, even if the code looks correct.

3. Examples

bash
# Correct usage for app.js
superlint check
superlint fix --target app.js
superlint verify

Expand your agent's capabilities with these related and highly-rated skills.

mgechev/skillgrade

angular-modern-apis

Guidelines for using modern Angular APIs (signals, inject, control flow)

366 29
Explore
mgechev/skillgrade

skillgrade-graders

Authors deterministic and LLM rubric graders for skillgrade evaluations. Use when creating scoring scripts, writing evaluation rubrics, or combining multiple graders with weighted scoring. Don't use for setting up eval pipelines, configuring eval.yaml defaults, or general test writing.

366 29
Explore
mgechev/skillgrade

skillgrade-setup

Sets up and runs skillgrade evaluation pipelines for Agent Skills. Use when initializing eval configurations, running trials, reviewing results, or integrating with CI. Don't use for writing grader scripts, general test authoring, or non-agentic documentation.

366 29
Explore
mgechev/skills-best-practices

skill-creator

Authors and structures professional-grade agent skills following the agentskills.io spec. Use when creating new skill directories, drafting procedural instructions, or optimizing metadata for discoverability. Don't use for general documentation, non-agentic library code, or README files.

1,785 126
Explore
davila7/claude-code-templates

verl-rl-training

Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.

23,776 2,298
Explore
davila7/claude-code-templates

openrlhf-training

High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.

23,776 2,298
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results