Agent Plugins Marketplace
← All plugins

skilletor

v0.3.0

Remote skills, agents and rules for Codex and Claude Code — declared once in skilletor.json, synced on every session, templated per project. For Codex: skills in .agents/skills, agents as agent-role TOML, rules injected at session start by the hook.

CodexClaude Code1 Skill

By Torsten RaudssusLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
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 skilletor 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 skilletor@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/Getty/skilletor

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

skilletor/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/skilletor/SKILL.md

Included Skills1

skilletorskills/skilletor/SKILL.md

skilletor CLI — installs and updates skills, agents and rules from remote sources for Claude Code and Codex. Use when adding a source, installing/uninstalling a skill/agent/rule, all of a type or a name pattern (`*@source`, `perl-*@source`) from a source, writing or installing a bundle (`bundles/<name>.yaml`, `bundle:name@source`, `install.bundles`), switching an item on/off per project via vars, editing a skilletor.json or its `targets`, running sync/check/status, asking 'where does this skill come from' or 'why did this file change', or before editing a file skilletor manages (including skilletor-rules.md and the skilletor pointer block in AGENTS.md).

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "skilletor",
  "version": "0.3.0",
  "description": "Remote skills, agents and rules for Codex and Claude Code — declared once in skilletor.json, synced on every session, templated per project. For Codex: skills in .agents/skills, agents as agent-role TOML, rules injected at session start by the hook.",
  "author": {
    "name": "Torsten Raudssus",
    "url": "https://github.com/Getty"
  },
  "homepage": "https://github.com/Getty/skilletor",
  "repository": "https://github.com/Getty/skilletor",
  "license": "MIT",
  "keywords": [
    "skills",
    "agents",
    "rules",
    "sync",
    "templates",
    "codex",
    "claude-code",
    "plugin",
    "nunjucks"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/codex-hooks.json"
}
.claude-plugin/plugin.json
{
  "name": "skilletor",
  "description": "Remote skills, agents and rules for Claude Code and Codex — declared once in skilletor.json, synced on every session, templated per project. Adds sources like marketplaces and puts the skilletor CLI on PATH.",
  "version": "0.3.0",
  "author": {
    "name": "Torsten Raudssus",
    "url": "https://github.com/Getty"
  },
  "homepage": "https://github.com/Getty/skilletor",
  "repository": "https://github.com/Getty/skilletor",
  "license": "MIT",
  "keywords": [
    "skills",
    "agents",
    "rules",
    "sync",
    "templates",
    "claude-code",
    "plugin",
    "nunjucks"
  ],
  "hooks": "./hooks/hooks.json",
  "skills": "./skills"
}

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

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