Agent Plugins Marketplace
All plugins

kiss

v0.3.0

Write simpler, clearer code with KISS, DRY, and YAGNI.

CodexClaude Code1 Skill

By Alexey SamoylovLicense: MIT0 GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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 kiss for Codex and Claude Code

Installs for the current user
codex plugin marketplace add baldaworks/kiss
codex plugin marketplace upgrade kiss
codex plugin add kiss@kiss

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

Compatibility: the page URL and API slug “kiss-2” remain stable.

  • Codex: kiss-2@agent-plugin-marketplacekiss@kiss

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/baldaworks/kiss

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

Plugin files

plugins/kiss/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/it/SKILL.md

Included Skills1

itskills/it/SKILL.md

Apply KISS, DRY, and YAGNI when writing, refactoring, or reviewing code.

Plugin manifests2

plugins/kiss/.codex-plugin/plugin.json
{
  "name": "kiss",
  "version": "0.3.0",
  "description": "Write simpler, clearer code with KISS, DRY, and YAGNI.",
  "author": {
    "name": "Alexey Samoylov",
    "url": "https://github.com/baldaworks"
  },
  "homepage": "https://github.com/baldaworks/kiss",
  "repository": "https://github.com/baldaworks/kiss",
  "license": "MIT",
  "keywords": [
    "kiss",
    "dry",
    "yagni"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "KISS IT",
    "shortDescription": "KISS it",
    "longDescription": "Apply KISS, DRY, and YAGNI to write simpler code and keep tests focused on behavior.",
    "developerName": "Alexey Samoylov",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": "$kiss:it Keep this change simple, clear, and focused."
  }
}
plugins/kiss/.claude-plugin/plugin.json
{
  "name": "kiss",
  "version": "0.3.0",
  "description": "Write simpler, clearer code with KISS, DRY, and YAGNI.",
  "author": {
    "name": "Alexey Samoylov"
  },
  "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.

[kiss on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kiss-2)