Agent Plugins Marketplace
All plugins

common-tools

v0.1.0

Common Utilities Suite - Cross-platform development tools for Claude & Kilo (gitignore, markdown-formatter, macroplan-authoring, merge-resolver)

Claude Code3 Skills

By Alfredo Oliviero0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 24, 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 common-tools for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install common-tools@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/primax79/agentic-coding-kit

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

Plugin files

plugins/common-tools/
├── .claude-plugin/plugin.json
├── skills/gitignore/SKILL.md
├── skills/macroplan-authoring/SKILL.md
└── skills/markdown-formatter/SKILL.md

Included Skills3

gitignoreskills/gitignore/SKILL.md

Creates or updates a project's .gitignore file using the gitignore.io (Toptal) API and local custom templates (AI agents, gCube, local env), preserving custom rules at the head of the file and optionally re-indexing git cache.

macroplan-authoringskills/macroplan-authoring/SKILL.md

Author and maintain a durable, resumable development pipeline as a `tasks/` tree - raw input (`_inbox/`) distilled into structured specs (`specs/`, many-to-many with initiatives), each generating or updating an initiative (`NN-<slug>/plan.md`, tasks sized one-per-commit) that ships with a `summary.md` and moves to `done/`, over a shared `CONTEXT.md` and a live `00-INDEX.md` registry. Use when planning work too large for one sitting, spanning multiple sessions or dependent features, or delegated piecemeal to another agent (e.g. Kilo). Not for a single-session, single-file change - use a normal plan for that.

markdown-formatterskills/markdown-formatter/SKILL.md

Use this skill to format Markdown (`.md`) files in the workspace. This skill strictly delegates all formatting tasks to David Anson's `markdownlint` library (via `markdownlint --fix` or `npx --yes markdownlint-cli --fix`). The agent MUST NOT spend time performing manual formatting edits.

Plugin manifests1

plugins/common-tools/.claude-plugin/plugin.json
{
  "name": "common-tools",
  "version": "0.1.0",
  "description": "Common Utilities Suite - Cross-platform development tools for Claude & Kilo (gitignore, markdown-formatter, macroplan-authoring, merge-resolver)",
  "author": {
    "name": "Alfredo Oliviero"
  }
}

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

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