Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Maintainer Skills Lab

БесплатноНе проверен

16 reusable skills and 6 agents for Codex, Claude Code, Cursor, OpenCode and Grok Bot: Humanizer, ML debugging, PR review and Skill Watch.

GitHubEmbed

Описание

16 reusable skills and 6 agents for Codex, Claude Code, Cursor, OpenCode and Grok Bot: Humanizer, ML debugging, PR review and Skill Watch.

README

Maintainer Skills Lab — Useful skills. One shared source.

Validate library Codex, Claude Code, Cursor, OpenCode, and Grok Bot GitHub stars GitHub forks Open issues License: MIT

Try Humanizer · Copy a task prompt · Explore the skills · ☆ Star on GitHub · Download ZIPs · Grok Bot · Hooks · Skill Watch MCP

Maintainer Skills Lab

Make stiff drafts readable. Debug code and ML training with reproducible evidence.

17 skills and 6 agent profiles for Codex, Claude Code, Cursor, OpenCode, and Grok Bot. The workflows share one Markdown source, with generated versions for each client. Start with one skill, or get the full library with its agents.

edit one source  →  sync  →  native files for each client

Humanizer fact checker: a clean rewrite, a rewrite that drops flags and numbers, and a Linux-to-macOS blind spot

Try Humanizer

The Humanizer skill edits a draft in its original language, keeping facts, code, quotations, and meaningful caveats intact.

Before One possible edit
We are thrilled to announce that you can now leverage --dry-run to preview changes. Windows has not been tested yet. Use --dry-run to preview changes. We haven't tested Windows yet.

This is an authored illustration. More examples and acceptance checks →

Install as a Claude Code plugin

In Claude Code, add this repository as a plugin marketplace, then install Humanizer alone or the full library:

/plugin marketplace add 00200200/maintainer-skills-lab
/plugin install mkl-humanize@maintainer-skills-lab

For all 17 skills and 6 agents, install maintainer-skills-lab@maintainer-skills-lab instead. Update with /plugin marketplace update maintainer-skills-lab. Plugin contents and recorded check →

Install one skill

With Node.js 22.20.0+ and Git, run this in the project where you want to use it:

npx [email protected] add 00200200/maintainer-skills-lab --skill mkl-humanize --agent codex --copy

For Claude Code, replace --agent codex with --agent claude-code. For Cursor, use --agent cursor. For OpenCode, use --agent opencode. This uses the third-party Vercel Skills CLI to install one skill locally in the current project. Read the linked skill before installing it.

Then ask your client:

Use mkl-humanize to improve this draft. Preserve its facts, code, and limitations. Explain any edit that changes the emphasis.

Explicit invocation uses $mkl-humanize in Codex CLI or /mkl-humanize in Claude Code and Cursor. Installation, removal, and recorded checks →

The skill folder includes a small checker that lists numbers, code, links, placeholders, quotations, negations, and hedges that a rewrite dropped or added. Your client can run it after editing, or you can run it yourself:

python3 .agents/skills/mkl-humanize/scripts/check_facts.py draft.md edited.md

Want to see it first? From a source clone, run python3 examples/writing/run.py for a ready-made demo that shows both detected changes and a meaningful blind spot, without a client or API key.

That path is for Codex and the Skills CLI's Cursor and OpenCode installs; Claude Code uses .claude/skills/. It needs only Python 3.9+ and does not judge meaning. Worked example →

Prefer Python? Install just Humanizer with Python 3.11+ using --skill mkl-humanize, with no Node.js dependency. You can also install the full library or get a ZIP. The Python installer is still the way to get native OpenCode agents and the .opencode/skills/ copy. OpenCode setup and invocation →

Grok Bot uses manual setup recipes.

Find your next useful skill

Pick a task and copy its prompt → Nine starting points for writing, translation, code review, bug reproduction, and ML debugging. Each includes the input to bring and what to check in the result.

You want to… Start here What you get
Keep a consistent writing voice Match voice An edit grounded in supplied writing samples
Fix a bug with evidence Reproduce bugVerify fix An observed failure and a comparable check of the fix
Debug a training run Debug ML training Focused PyTorch, Lightning, and TensorFlow/Keras diagnostics with a runnable example
Review a pull request Review PR Actionable findings with locations and consequences
Review changed reference docs Review source change Supported instruction updates, unaffected claims, and gaps that need evidence
Review a dependency update Review dependency Compatibility risks, lockfile checks, and a bounded validation plan
Explain your project Write README An introduction and quickstart grounded in the actual repository
Work in Polish and English Localize PL ↔ EN Natural wording with commands, placeholders, and meaning preserved
Humanize a Polish draft Humanize + Polish notes Stock phrases and English calques replaced, negations and hedges kept

Browse all 17 skills and 6 agents → Includes tutorials, UX copy, launch posts, maintainer replies, issue triage, regression tests, and releases. The six agent profiles combine these workflows for bug investigation, ML training diagnosis, PR review, source-change review, release editing, and writing.

Catch outdated agent instructions

Skill Watch compares selected source documentation with a saved baseline and shows which skills, dependent agents, and generated client files need review. It includes a local scraper, CLI, and optional MCP server, with no model or API key required.

Try an authored change in a disposable project, without network access:

python3 examples/skill-watch/run.py
-Checkpoints remain enabled during this diagnostic.
+Checkpoints are disabled during this diagnostic.

Checks preserve the saved baseline. Accepting a new source version is explicit. A changed page is a signal to review the instructions, not proof that they are wrong. Watch real sources and connect through MCP →

Use Review source change with the diff and affected files, or let the source reviewer assess them together:

Use mkl-review-source-change to review this documentation diff against the affected skills. Identify supported corrections and instructions that remain valid. Flag missing evidence; return a review before making edits.

It also works with a supplied diff, without MCP. Worked review and acceptance cases →

Debug a loss that looks wrong

Your predictions are [[1], [3]], your labels are [1, 3], and the raw mean squared residual is 2. Why isn't it zero? Broadcasting compares every prediction with every label. Aligning these scalar regression labels produces the intended per-example loss of 0.

Debug ML training helps investigate shape errors, NaNs, missing gradients, and reproducibility problems in PyTorch, Lightning, and TensorFlow/Keras. The ML investigator agent combines it with fix verification. These frameworks are the subject of the task; use the skill in your existing Codex, Claude Code, Cursor, OpenCode, or Grok Bot setup.

Use mkl-debug-ml-training to investigate this training failure. Keep the current framework and compare one fixed batch before and after the proposed fix.

Run the CPU example in your framework → It checks loss, gradients, and an optimizer update against an analytical result.

Start in a minute

Get the full library and native agents with Python 3.11+. The exporter, installer, and Skill Watch CLI use only the standard library. The optional MCP server installs its SDK separately.

git clone https://github.com/00200200/maintainer-skills-lab.git
cd maintainer-skills-lab

# The destination must be an existing project. Inspect changes first.
python3 tools/kit.py install --target codex --project /path/to/your/repo --dry-run
python3 tools/kit.py install --target codex --project /path/to/your/repo

Use --target claude, --target cursor, or --target opencode for the other coding clients. The installer adds the full library for one target, preserves unrelated files, and refuses conflicting local edits. Start with one installation method and target per project; mixed-client discovery is an untested limitation. Updates, removal, and ZIPs →

One source, five versions

Edit one skill source and generate native files for each coding client. Illustration of kit.py sync, not a recording of a client session.

The GIF is a diagram, not a captured client session. It shows four of the five generated targets; OpenCode is in the tree below.

One source generates five client versions; Grok Bot uses manual recipes.

python3 tools/kit.py sync

Editing skills/mkl-humanize/SKILL.md generates:

providers/
├── codex/.agents/skills/mkl-humanize/SKILL.md
├── claude/.claude/skills/mkl-humanize/SKILL.md
├── cursor/.cursor/skills/mkl-humanize/SKILL.md
├── opencode/.opencode/skills/mkl-humanize/SKILL.md
└── grok-bot/skills/mkl-humanize.md

Agent definitions in agents/*.toml combine shared skills. Their generated versions embed the workflows they need, so a source edit also updates dependent agents. CI checks that the checked-in copies match their source.

Client Get the files How to use them
Codex Skills + native agents Project-local installation
Claude Code Skills + native agents Project-local installation
Cursor Skills + native agents Project-local installation
OpenCode Skills + native subagents Project-local installation
Grok Bot (SpaceXAI) Skill + agent recipes Set up in the Bot, try a task, then save the workflow as a skill

Grok Bot recipes follow the official x.ai documentation. They are Markdown instructions for manual setup; copying them does not create a Bot. Issue Scout and Release Reporter include first-task prompts and optional routines.

Catch incomplete commits with a hook

Changed a skill but forgot to stage its generated versions? The optional staged export guard catches that before the commit is created. It checks the exact staged files, so a correct working tree cannot hide stale provider copies in the index. Unstaged edits are left alone.

python3 -B tools/check_staged.py

For contributors to this library and its forks. Setup, examples, and limits →

Check the evidence

Run a complete local regression example without a model or API key:

python3 examples/bugfix/run.py

Bugfix fixture: baseline assertion-failure, candidate pass, verified for this fixture

Baseline:  assertion-failure
Candidate: pass
Verified for this fixture: True
This checks the bundled example, not agent performance.

The same independent test runs against both implementations in fresh Python processes. Inspect the fixture and its limits →

Preview status: source/export checks and tool/fixture tests are automated. Humanizer installation and removal with Skills CLI 1.5.26 were checked for all three original coding-client targets (Codex, Claude Code, Cursor). OpenCode 1.18.30 discovery and agent loading were checked on macOS arm64. Other live-client discovery, model outcomes, writing quality, and Grok Bot execution have not yet been evaluated. Native agents inherit model and execution policy from the host. Compatibility matrix · Evaluation guide

Make it useful for you

Missing a workflow or found a rough edge? Open an issue with the task and a small example. To contribute a skill, edit one source and generate the client versions: contribution guide. You can also contribute one task recipe for an existing skill, with sample input and a clear way to assess its result.

If a skill earns a place in your workflow, star the repository to find it again. To hear about changes, use GitHub's Watch → Custom → Releases.

Community, in numbers

GitHub stars and forks, 14-day views and unique visitors, and a star-history snapshot.

Badges above refresh through Shields and GitHub and may be cached. This chart is a dated snapshot of GitHub data, refreshed alongside substantive changes. Views and unique visitors cover GitHub's returned 14-day window. The star chart groups current stargazers by their original star date; removed stars are excluded. Aggregate data · How it is generated

Develop and build locally
python3 tools/kit.py list
python3 tools/kit.py check
python3 tools/kit.py sync --check
python3 -m unittest discover -s tests -v
python3 examples/bugfix/run.py
python3 tools/kit.py build

Builds produce five deterministic ZIPs in dist/. CI checks Python 3.11 and 3.13 on Linux and macOS and uploads archives as run artifacts. Check the linked run for the revision you intend to use. The checker validates this repository's small authoring format; it is not a general YAML validator or a live-model benchmark.

Credits and license

blader/humanizer is a related project in the same problem space. This library's writing workflows and worked examples are authored here.

MIT. Independent community project; not affiliated with or endorsed by OpenAI, Anthropic, Cursor, OpenCode, or SpaceXAI/xAI.

from github.com/00200200/maintainer-skills-lab

Установка Maintainer Skills Lab

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/00200200/maintainer-skills-lab

FAQ

Maintainer Skills Lab MCP бесплатный?

Да, Maintainer Skills Lab MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Maintainer Skills Lab?

Нет, Maintainer Skills Lab работает без API-ключей и переменных окружения.

Maintainer Skills Lab — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Maintainer Skills Lab в Claude Desktop, Claude Code или Cursor?

Открой Maintainer Skills Lab на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Maintainer Skills Lab with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development