Agent skill
superlint
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:
- Check: Run
superlint checkto generate a report. - Fix: Run
superlint fix --target <filename>to apply automated corrections. - Verify: Run
superlint verifyto finalize the changes and generate the.superlint-passedmetadata file.
[!IMPORTANT] The verifier will fail if
.superlint-passedis missing, even if the code looks correct.
3. Examples
# Correct usage for app.js
superlint check
superlint fix --target app.js
superlint verify
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
angular-modern-apis
Guidelines for using modern Angular APIs (signals, inject, control flow)
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.
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.
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.
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.
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.
Didn't find tool you were looking for?