Agent Plugins Marketplace
← All plugins

agtmls

v0.0.14

The universal agent skills registry — polyglot engineering skills and system prompts, symlinked or installed into consumer repos.

CodexClaude Code31 Skills

By Sebastien RousseauLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
31 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install agtmls for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agtmls@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/sebastienrousseau/agtmls

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

agtmls/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agent-loop-design/SKILL.md
├── skills/ai-supply-chain-security/SKILL.md
├── skills/anti-slop-pr-and-writing/SKILL.md
├── skills/brainstorming/SKILL.md
├── skills/cross-language-port/SKILL.md
├── skills/giving-code-review/SKILL.md
├── skills/handoff/SKILL.md
├── skills/incident-response/SKILL.md
├── skills/noyalib-architecture-contract/SKILL.md
├── skills/noyalib-build-and-env/SKILL.md
├── skills/noyalib-change-control/SKILL.md
├── skills/noyalib-ci-and-release/SKILL.md
├── skills/noyalib-config-and-flags/SKILL.md
├── skills/noyalib-coverage-campaign/SKILL.md
├── skills/noyalib-debugging-playbook/SKILL.md
├── skills/noyalib-diagnostics-and-tooling/SKILL.md
├── skills/noyalib-docs-and-writing/SKILL.md
├── skills/noyalib-external-positioning/SKILL.md
├── skills/noyalib-failure-archaeology/SKILL.md
├── skills/noyalib-research-frontier/SKILL.md
├── skills/noyalib-validation-and-qa/SKILL.md
├── skills/pr-review-and-release/SKILL.md
├── skills/receiving-code-review/SKILL.md
├── skills/refactoring-safely/SKILL.md
├── skills/systematic-debugging/SKILL.md
├── skills/test-driven-development/SKILL.md
├── skills/using-agtmls/SKILL.md
├── skills/verification-before-completion/SKILL.md
├── skills/web-research-and-source-triage/SKILL.md
├── skills/writing-plans/SKILL.md
└── skills/yaml-domain-reference/SKILL.md

Included Skills31

agent-loop-designskills/agent-loop-design/SKILL.md

Use when turning repeated agent work into a loop with trigger conditions, evidence, stopping criteria, uninstall state, validation checks, and reviewable artifacts.

ai-supply-chain-securityskills/ai-supply-chain-security/SKILL.md

Use when auditing AI-agent supply chain risk, prompt or skill provenance, dependency trust, SBOM/SLSA evidence, MCP tool-poisoning, package provenance, or agent runtime guardrails before release.

anti-slop-pr-and-writingskills/anti-slop-pr-and-writing/SKILL.md

Eliminate AI slop, clichés, sycophancy, and robotic filler from PR descriptions, commit messages, code comments, and technical documentation. Load when reviewing or authoring PRs, drafting release notes, or stripping conversational apologies and binary contrasts while preserving human voice and technical facts.

brainstormingskills/brainstorming/SKILL.md

Turn a vague request into a specification before any plan or code exists. Load when an ask is underspecified, when a feature request arrives with no acceptance criteria, or when you notice you are guessing at what someone wants. Surfaces the decisions, constraints, and deliberate non-goals by asking rather than assuming. Not for diagnosing a defect.

cross-language-portskills/cross-language-port/SKILL.md

Port a module, CLI, or function between Rust, Python, Go, C++, Swift, TypeScript, JavaScript, Ruby, and Bash - preserving logic, adopting target idioms, and proving equivalence with a differential golden-I/O harness. Use for 'port/rewrite this in <lang>'. Not micro-snippets or redesigns.

giving-code-reviewskills/giving-code-review/SKILL.md

Review someone else's change so the feedback is actionable and proportionate. Load when reading a pull request, diff, or patch you did not write, and when deciding whether a concern is blocking or merely a preference. Prioritises correctness over style, labels every comment with its severity, and separates what must change from what you would have done differently.

handoffskills/handoff/SKILL.md

Write the note that lets someone else — or a later session — resume work in progress without re-deriving it. Load when context is running out, when pausing unfinished work, when switching who or what continues it, and when asked where things stand. Records tree state, evidence, the next concrete action, and the dead ends. Not a summary of what you did.

incident-responseskills/incident-response/SKILL.md

Restore service first, find the cause afterwards. Load when something is broken in production right now: an outage, a bad deploy, data at risk, alerts firing, users affected. Prioritises mitigation over diagnosis, keeps a running timeline, and defers the root cause to a blameless follow-up. Not for unhurried debugging of a reproducible defect.

noyalib-architecture-contractskills/noyalib-architecture-contract/SKILL.md

Load-bearing design decisions, invariants, and weak points in noyalib's parser, loader, and CST. Use before editing scanner, loader, streaming, or CST code, or answering 'why are there three loaders' and 'explain value_target_bypass and stream_eligible'. Not incidents (noyalib-failure-archaeology).

noyalib-build-and-envskills/noyalib-build-and-env/SKILL.md

Recreate a working noyalib dev environment and fix toolchain, MSRV, and Apple-Silicon traps. Use when cargo build, cargo test, make, fuzz, Miri, or coverage fails before the code is in scope.

noyalib-change-controlskills/noyalib-change-control/SKILL.md

The noyalib rulebook: classify a change, pick the gates it must pass, non-negotiables (unsafe, signed commits, ADR triggers, MSRV, panic policy), PR flow. Use for 'am I allowed to do X' or judging release readiness. Not the runbook (noyalib-ci-and-release).

noyalib-ci-and-releaseskills/noyalib-ci-and-release/SKILL.md

Operate noyalib CI and ship releases: workflow graph, cache-poisoning doctrine, supply-chain gates, tag-driven release flow. Use for red CI, release prep, tagging, cargo-vet or cargo-deny failures. Not which-gates-apply (noyalib-change-control).

noyalib-config-and-flagsskills/noyalib-config-and-flags/SKILL.md

Every noyalib configuration axis: Cargo features, ParserConfig DoS budgets and toggles, SerializerConfig, preset constructors. Use for 'what does feature X do', 'how do I limit Y', 'what is the default for max_document_length', 'does strict reject duplicate keys', or adding a new axis safely.

noyalib-coverage-campaignskills/noyalib-coverage-campaign/SKILL.md

Raise noyalib line, branch, and function coverage toward the 98% target. Use for 'raise coverage', llvm-cov gaps, coverage-gap triage, ratcheting fail-under thresholds, or picking the next coverage target. Fences off the known wrong turns (chasing 100%, weakening thresholds).

noyalib-debugging-playbookskills/noyalib-debugging-playbook/SKILL.md

Symptom-driven triage for noyalib: failing tests, a no_std build that broke despite green CI, surprising parse results, wrong spans, unexpected budget errors, Value-vs-struct disagreement, column desync. Use when answering 'why does the parse differ' fast.

noyalib-diagnostics-and-toolingskills/noyalib-diagnostics-and-tooling/SKILL.md

Measure instead of eyeball. Use when running or reading coverage, Miri, criterion benchmarks, or cargo-fuzz on noyalib, when interpreting what an llvm-cov regions percentage means, or when a claim needs evidence rather than assertion.

noyalib-docs-and-writingskills/noyalib-docs-and-writing/SKILL.md

Maintain noyalib's docs of record and house writing style. Use when authoring or editing README, CHANGELOG, RELEASE-NOTES-vX.Y.Z.md, ADRs under doc/adr/, doc/POLICIES.md, doc/ARCHITECTURE.md, doc/USER-GUIDE.md, GLOSSARY.md, MIGRATION*.md, GETTING_STARTED.md, or crate-level and item-level rustdoc. Covers house rustdoc style (# Examples, # Errors, runnable doctests), commit-message archaeology (Assisted-by trailer, symptom/root-cause bodies), SPDX/REUSE headers per file type, ADR lifecycle (when required, template, post-implementation updates), release-notes template, and the version-refs release audit. Do NOT use for release mechanics (see noyalib-ci-and-release) or competitive positioning (see noyalib-external-positioning).

noyalib-external-positioningskills/noyalib-external-positioning/SKILL.md

How noyalib is described publicly: ecosystem map, provable differentiators, claiming rules, migration guides, and the COMPARISON matrix against other Rust YAML crates. Use when writing or reviewing README claims, release notes, launch copy, 'why noyalib vs X', or 'can we claim noyalib is faster than yaml-rust2 or saphyr'. Dated claims must be re-verified before publishing.

noyalib-failure-archaeologyskills/noyalib-failure-archaeology/SKILL.md

The chronicle of noyalib's settled battles: symptom, root cause, evidence, and what NOT to retry. Load BEFORE proposing a fix or refactor - 'has this been tried', 'why is X shaped that way', 'is there regression history here', 'look up the cache poisoning incident behind no_std', 'was the BOM column desync ever fixed'.

noyalib-research-frontierskills/noyalib-research-frontier/SKILL.md

Open research directions for noyalib and the evidence bar an idea must clear. Use for 'is there a research angle', 'what's worth a paper, RFC, or upstream PR', or setting a falsifiable spec-conformance milestone. Ambitions stay OPEN and CANDIDATE, never roadmap commitments.

noyalib-validation-and-qaskills/noyalib-validation-and-qa/SKILL.md

What counts as evidence in noyalib. Use before opening a PR, claiming a fix is done, or adding a test: the evidence bar, test taxonomy, doctest rules, cross-loader parity regression tests, acceptance thresholds. Not running tools (noyalib-diagnostics-and-tooling).

pr-review-and-releaseskills/pr-review-and-release/SKILL.md

Use when preparing a pull request, judging release readiness, reviewing implementation risk with release discipline, writing release notes, checking CI, packaging artifacts, or deciding whether a repository is ready to ship.

receiving-code-reviewskills/receiving-code-review/SKILL.md

Respond to review feedback on your own change without reflexively complying or reflexively defending. Load when handling a change request on your own PR, when a reviewer leaves comments, disagrees with an approach, or asks for something out of scope, and when deciding whether to argue a point or accept it. Every comment gets a decision and a reply; silent edits and silent skips are the failure modes.

refactoring-safelyskills/refactoring-safely/SKILL.md

Change the shape of code without changing what it does. Load when you extract, rename, move, deduplicate, or restructure a module safely across its call sites, and whenever a diff mixes restructuring with new behaviour. Requires a characterisation net before the first edit and keeps structural and behavioural changes in separate commits.

systematic-debuggingskills/systematic-debugging/SKILL.md

Find the root cause of a defect before changing anything. Load when something crashes, hangs, returns the wrong value, fails intermittently, or broke after a change, and the cause is not yet known. Drives reproduce, localize by bisection, explain the mechanism, then fix with a failing-first regression test. Replaces guess-and-check editing.

test-driven-developmentskills/test-driven-development/SKILL.md

Write the failing test first, then the code that makes it pass. Load when adding behaviour, changing behaviour, or pinning a bug, and whenever a test was authored after the code it covers. Enforces red-green-refactor with an observed red phase, so a test that never failed is never mistaken for proof.

using-agtmlsskills/using-agtmls/SKILL.md

Meta-router for the AgtMLS skill catalog. Read first when unsure which AgtMLS skill applies, when several look relevant, when asking 'is there a skill for porting or noyalib work', or when onboarding to how the hub's skills and shared references fit together.

verification-before-completionskills/verification-before-completion/SKILL.md

The gate between doing work and claiming it is done. Load before saying finished, fixed, working, or ready, before marking a task complete, and before reporting an outcome to a human. Converts each claim into the observation that would justify it, and names the rationalizations that let unverified work ship. Not the project's own evidence bar or test taxonomy.

web-research-and-source-triageskills/web-research-and-source-triage/SKILL.md

Use when gathering current web evidence, comparing sources, triaging credibility, reading GitHub repositories, checking docs, or deciding whether a claim needs live verification.

writing-plansskills/writing-plans/SKILL.md

Turn a vague or multi-step request into an ordered list of small steps, each with its own done-condition and verification. Load before starting work that touches several files, has unclear scope, or spans more than one session, and when a request needs decomposing before any code is written. Produces a plan a reviewer can check against, not a to-do list.

yaml-domain-referenceskills/yaml-domain-reference/SKILL.md

YAML 1.2.2 semantics as noyalib implements them: scalar resolution, block vs flow, chomping, anchors, aliases, merge keys with DoS budgets, tags, 1.1-vs-1.2 flags, the Norway problem, and whether nan or octal 0o7 scalars resolve. Use for spec-conformance and plain-scalar questions.

Plugin manifests2

.codex-plugin/plugin.json
{
  "agents": [
    "./agents/anti-slop-editor.md",
    "./agents/registry-auditor.md",
    "./agents/security-sentinel.md",
    "./agents/skill-author.md"
  ],
  "author": {
    "name": "Sebastien Rousseau"
  },
  "commands": "./commands",
  "description": "The universal agent skills registry — polyglot engineering skills and system prompts, symlinked or installed into consumer repos.",
  "homepage": "https://github.com/sebastienrousseau/agtmls",
  "interface": {
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "developerName": "Sebastien Rousseau",
    "displayName": "AgtMLS",
    "shortDescription": "The universal agent skills registry",
    "websiteURL": "https://github.com/sebastienrousseau/agtmls"
  },
  "keywords": [
    "skills",
    "registry",
    "polyglot",
    "porting",
    "security",
    "release"
  ],
  "license": "MIT",
  "name": "agtmls",
  "repository": "https://github.com/sebastienrousseau/agtmls",
  "skills": [
    "./skills"
  ],
  "version": "0.0.14"
}
.claude-plugin/plugin.json
{
  "agents": [
    "./agents/anti-slop-editor.md",
    "./agents/registry-auditor.md",
    "./agents/security-sentinel.md",
    "./agents/skill-author.md"
  ],
  "author": {
    "name": "Sebastien Rousseau"
  },
  "commands": "./commands",
  "description": "The universal agent skills registry — polyglot engineering skills and system prompts, symlinked or installed into consumer repos.",
  "homepage": "https://github.com/sebastienrousseau/agtmls",
  "license": "MIT",
  "name": "agtmls",
  "skills": "./skills",
  "version": "0.0.14"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agtmls on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agtmls)