automate

Create and manage Claude Code automation components through guided interviews.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/elmisi/claude-code-automation --skill automate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: automate
Source: https://github.com/elmisi/claude-code-automation/tree/main/plugin/skills/automate
Command: npx skills add https://github.com/elmisi/claude-code-automation --skill automate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill acts as an expert advisor, guiding users through the complex landscape of Claude Code automation options to help them choose and create the right solution for their needs.

Core Features & Use Cases

  • Decision Support: Helps users decide between hooks, skills, subagents, permissions, MCP servers, LSP servers, and agent teams based on their requirements.
  • Guided Creation: Assists in creating the necessary files and configurations for the chosen automation type.
  • Use Case: You want to ensure that all code commits are reviewed before being pushed. This Skill will interview you, determine that a PreToolUse hook combined with a skill for review logic is the best approach, and then create both the hook configuration in settings.json and the SKILL.md file for the review logic.

Quick Start

Use the automate skill to create a new automation for semantic versioning on every commit.

Frequently Asked Questions about automate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create custom Claude Code hooks and skills for automated code commits?

To create Claude Code hooks and skills, this automation generator interviews you to determine the optimal strategy, then generates the required configuration files and scripts while ensuring schema adherence and best practices.

What is the difference between subagents, MCP servers, and hooks in Claude Code automation?

Subagents, MCP servers, and hooks are Claude Code automation types distinguished by their use cases; this guide helps you decide which specific component fits your requirements through a structured interview process.

How do I configure custom commands and permissions for Claude Code subagents?

You can configure custom commands and permissions by using an guided interview process to define your automation strategy, which then generates the necessary settings and configuration files automatically.

What's the best way to manage and repair existing Claude Code automation lifecycle components?

The best way to manage Claude Code automation lifecycle components is using registry tracking, verification, and repair functionalities to maintain generated skills, hooks, and configuration files.

Can I set up a PreToolUse hook combined with a skill for commit review logic?

Yes, you can set up a PreToolUse hook combined with a skill; the advisor determines this is the best approach for commit review and creates both the hook configuration and the SKILL.md file.