Agent Plugins Marketplace
All plugins

automatis

v1.1.0

Automatis skills for PR reviews, port conflicts, Git cleanup, and clear technical English.

CodexClaude Code5 Skills

By Automatis ToolsLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 17, 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 automatis for Codex and Claude Code

Installs for the current user
codex plugin marketplace add automatis-tools/automatis-skills
codex plugin marketplace upgrade automatis-tools
codex plugin add automatis@automatis-tools

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

Compatibility: the page URL and API slug “automatis” remain stable.

  • Codex: automatis@agent-plugin-marketplaceautomatis@automatis-tools

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/automatis-tools/automatis-skills

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

Plugin files

automatis/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/automatis-create-github-issues/SKILL.md
├── skills/automatis-fix-pr/SKILL.md
├── skills/automatis-git-cleanup/SKILL.md
├── skills/automatis-ports-release/SKILL.md
└── skills/automatis-ste100/SKILL.md

Included Skills5

automatis-create-github-issuesskills/automatis-create-github-issues/SKILL.md

Use when asked to create, file, or draft GitHub issues in project or service repositories to record findings, bugs, investigation follow-ups, or improvements.

automatis-fix-prskills/automatis-fix-pr/SKILL.md

Fix open review comments on a GitHub PR

automatis-git-cleanupskills/automatis-git-cleanup/SKILL.md

Clean up local git branches — create PRs for unmerged work, delete merged/gone branches, end on up-to-date main

automatis-ports-releaseskills/automatis-ports-release/SKILL.md

Release port conflicts on macOS by killing the offending process

automatis-ste100skills/automatis-ste100/SKILL.md

Use when drafting or revising English agent handoffs, prompts, tool descriptions, error messages, or ambiguous technical documentation using ASD-STE100 principles. Applies within broader tasks without an explicit command. Excludes creative and marketing copy.

Plugin manifests2

automatis/.codex-plugin/plugin.json
{
  "name": "automatis",
  "version": "1.1.0",
  "description": "Automatis skills for PR reviews, port conflicts, Git cleanup, and clear technical English.",
  "author": {
    "name": "Automatis Tools"
  },
  "repository": "https://github.com/automatis-tools/automatis-skills",
  "license": "MIT",
  "keywords": [
    "pr",
    "review",
    "github",
    "git",
    "ste100",
    "technical-writing"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Automatis",
    "shortDescription": "Engineering workflows and clear technical writing",
    "longDescription": "Fix PR review comments, release macOS port conflicts, clean up Git branches, and clarify English documentation and agent handoffs.",
    "developerName": "Automatis Tools",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Clarify the English instructions in this agent handoff."
    ]
  }
}
automatis/.claude-plugin/plugin.json
{
  "name": "automatis",
  "version": "1.1.0",
  "description": "Automatis skills for PR reviews, port conflicts, Git cleanup, and clear technical English",
  "author": {
    "name": "Automatis Tools"
  },
  "keywords": [
    "pr",
    "review",
    "github",
    "port",
    "macos",
    "git",
    "productivity",
    "devops",
    "ste100",
    "technical-writing"
  ]
}

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

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