Agent Plugins Marketplace
All plugins

kiss

v0.3.0

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

Agent Plugins1 Skill

By Alexey SamoylovLicense: MIT0 GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Agent Plugins
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

Get the plugin

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 repository root is the plugin root.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

kiss/
├── plugin.json
└── skills/it/SKILL.md

Included Skills1

itskills/it/SKILL.md

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

Plugin manifests1

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.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",
    "test-first"
  ]
}

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)