Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Kruzer avatar

Kruzer Devtools

  • Updated May 14, 2026
  • kruzer-corp/kruzer-agent-skills

kruzer-devtools is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.

Key points

  • kruzer-devtools
  • AI & Agent Building
  • AI-coding skill

Kruzer Devtools by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add kruzer-corp/kruzer-agent-skills
/plugin install kruzer-devtools@kruzer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedMay 14, 2026
Repositorykruzer-corp/kruzer-agent-skills

What it does

Helps with ai & agent building tasks.

README.md

Kruzer Agent Skills

A collection of skills composed as Claude Code plugins for building integrations on the Kruzer DevTools platform with best practices and architectural patterns.

Available Plugins

Plugin Description
kruzer-devtools Skills for building automations on the Kruzer iPaaS platform: project structure, automation types (Cron and Webhook/API Gateway), use case and datasource layers, all @kruzer/idk connectors, testing, and deployment.

Installation for Claude Code

  1. Start Claude:
claude
  1. Add the Kruzer marketplace to Claude Code:
/plugin marketplace add kruzer-corp/kruzer-agent-skills
  1. Install the plugin:
/plugin install kruzer-devtools@kruzer
  1. Verify the plugin is loaded:
/plugin

You should see the Kruzer plugin listed under the Installed tab.

Usage with Other Agents

These skills can be used with any agent. The /plugin installation commands are specific to Claude Code, but the skill content — architecture patterns, canonical code examples, and reference documentation — can be integrated manually into any tool that supports project-level context or rules files.

Manual Installation

Clone this repository and copy the desired skill directory into your project:

git clone https://github.com/kruzer-corp/kruzer-agent-skills.git
cp -r kruzer-agent-skills/plugins/kruzer-devtools/skills/build-automation <destination>

Cursor

Copy the skill directory to .cursor/rules/ in your project. Cursor loads all files in that directory as project-level rules.

cp -r kruzer-agent-skills/plugins/kruzer-devtools/skills/build-automation .cursor/rules/kruzer-build-automation

The SKILL.md file becomes the primary rule, and the files inside reference/ are available for the agent to read on demand. To configure MCP servers (for search_kruzer and query_docs_filesystem_kruzer), add the server entries to .cursor/mcp.json.

OpenCode and Other Agents

Copy the skill directory to the location your agent reads as project context. Most agents that support a project-level system prompt or rules directory will pick up the SKILL.md content automatically. For agents with MCP support, configure the MCP server entries from .claude/settings.local.json in your agent's equivalent MCP configuration file.

Usage

Once installed, the build-automation skill loads automatically whenever you are working on a Kruzer automation project. It provides:

  • Architecture guidance for Cron and Webhook/API Gateway automations
  • Canonical patterns for use cases, datasources, domain errors, and data transformations
  • Reference documentation for all @kruzer/idk connectors (REST, MongoDB, MySQL, SQL Server, Oracle, SAP RFC)
  • Testing conventions (Jest + @swc/jest) adapted for the automation architecture
  • Deployment instructions and package dependency constraints

Privacy

The Kruzer plugins do not collect, store, or transmit any user data or conversation information. All instructional content is provided locally through skill files.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.