auto-skill-guide

Detect tool usage patterns and generate reusable SKILL.md files.

24|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MaTriXy/auto-skill --skill auto-skill-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-skill-guide
Source: https://github.com/MaTriXy/auto-skill/tree/main/skills/guide
Command: npx skills add https://github.com/MaTriXy/auto-skill --skill auto-skill-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of identifying repetitive coding patterns and transforming them into reusable, context-aware skills, streamlining development workflows.

Core Features & Use Cases

  • Pattern Detection: Automatically identifies sequences of tool usage that occur frequently.
  • Skill Generation: Creates new SKILL.md files from detected patterns, complete with YAML frontmatter and operational instructions.
  • Dynamic Loading: Allows skills to be loaded and activated mid-session without requiring a full restart.
  • Use Case: If you consistently use a sequence like grep -> read -> edit for specific file modifications, Auto-Skill can detect this pattern and offer to turn it into a new skill for one-click execution.

Quick Start

Install the Auto-Skill CLI tool globally using npm.

Frequently Asked Questions about auto-skill-guide

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

FAQPage Schema
How do I automate workflow patterns into reusable code generation skills?

To automate workflow patterns into reusable code generation skills, this tool analyzes your frequent tool usage sequences across sessions and generates new SKILL.md files with operational instructions.

Can I dynamically load a generated skill mid-session without restarting?

You can dynamically load and activate generated skills mid-session without a full restart, allowing immediate integration of newly detected workflow patterns into your current development environment.

How does pattern detection work for repetitive developer tools sequences?

Pattern detection works by automatically identifying sequences of developer tools that occur frequently across your sessions, such as combining grep, read, and edit for specific file modifications.

Do I need to manually approve generated skills before they are activated?

You need to review and approve detected patterns before they are transformed into new skills, ensuring you maintain control over which automated workflows are dynamically loaded into your environment.

Does this tool support proactive external skill discovery alongside local pattern detection?

This tool supports proactive external skill discovery alongside local pattern detection, allowing you to find and integrate reusable skills from external sources while analyzing your own observed workflows.