Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计提醒

slop-refinery-setup废油精炼厂设置

Agent Skill

slop-refinery-setup 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1

周安装

8

GitHub Stars

2

下载量

65
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:slop-refinery-setup(废油精炼厂设置)
来源仓库:https://github.com/howmzofficial/slop-refinery
仓库路径:skills/slop-refinery-setup
安装命令:
npx skills add https://github.com/howmzofficial/slop-refinery --skill slop-refinery-setup
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/howmzofficial/slop-refinery --skill slop-refinery-setup

简介

用于处理 GitHub 仓库、Issue、Pull Request 等协作信息,整理代码变更状态。

  • 适合在需要围绕仓库状态、代码变更或协作事项进行整理的场景中使用。
  • 可结合来源仓库和原始 README 继续核验具体用法和功能细节。
  • 安装前建议确认权限范围和是否涉及网络请求或文件系统操作。
  • 维护状态不明时,建议先评估稳定性再投入生产使用。

SKILL.md

Use this skill when the task is to adopt the slop-refinery skill set and the slop-refinery/eslint-plugin plugin surface in a TypeScript repository or fix an existing setup.

Goal

Make the target repo work with:

  • recommendedConfig
  • formatConfig
  • Prettier
  • format, lint, and typecheck
  • the slop-refinery-quick-checks skill

The TypeScript templates in references/templates/typescript/ are merge targets, not blind replacements.

Workaround for the current skills dotfile-copy bug:

  • references/templates/typescript/prettierrc must be written into the target repo as .prettierrc.
  • This is a temporary workaround for vercel-labs/skills#869.

Workflow

  1. Read references/templates/typescript/.
  2. Inspect the target repo:

- package.json - lockfile and package manager - current ESLint config - current Prettier config - current scripts - whether the repo uses AGENTS.md or CLAUDE.md for agent instructions

  1. Merge the templates into the repo. Do not blindly replace unrelated conventions.

- Write references/templates/typescript/prettierrc to the target repo as .prettierrc.

  1. Ensure the repo has the dev dependencies specified in references/templates/typescript/package.json.

- Merge those dev dependencies into the target repo instead of dropping unrelated existing dependencies.

  1. Ensure slop-refinery-quick-checks is installed. If it is missing, install it with:
npx skills add HOWMZofficial/slop-refinery --skill slop-refinery-quick-checks -y
  1. Ensure the ESLint config imports recommendedConfig.

- Do not turn off, ignore, override, or weaken any rules from recommendedConfig. - Apply recommendedConfig as broadly as possible. - If the repo has no existing ESLint file-pattern scoping, use the broadest applicable JS/TS file set. - If the repo already applies ESLint to JS/TS source files, apply recommendedConfig to those same file families as well.

  1. Ensure the format config imports formatConfig.
  2. Ensure the repo has:

- typecheck - format - lint - agent instructions in the repo's existing instruction file: use AGENTS.md when present otherwise, if CLAUDE.md exists, merge the guidance there instead of creating AGENTS.md

  1. Install dependencies.
  2. Run slop-refinery-quick-checks and fix any issues it surfaces.

- Expect validation to fail during setup. That is normal. - It is common for setup to surface many linting errors at first. - Fix the code or setup until validation passes. - Do not disable rules, narrow rule scope, or weaken recommendedConfig to get to green.

If setup changes are required while fixing a problem, run slop-refinery-quick-checks again until everything is clean.

Guardrails

  • Prefer merging over replacing.
  • Prefer the repo's existing agent-instructions file. If the repo is using CLAUDE.md, update that file instead of adding a second AGENTS.md.
  • Do not turn off, ignore, or modify any rules from recommendedConfig during setup.
  • Do not narrow the scope of recommendedConfig unless the repo already has a broader established ESLint scope you are merging into.
  • Apply recommendedConfig to the broadest reasonable JS/TS file set the repo supports.
  • Expect setup to surface validation failures, often many of them.
  • Treat those failures as work to fix, not as a reason to disable or weaken rules.
  • Do not invent a placeholder test script.
  • Do not leave the repo partially configured.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.27%
按下载量换算24

Claude

31.18%
按下载量换算20

Cursor

19.29%
按下载量换算13

Gemini CLI

8.75%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills