skill-factory

Analyze command-line session history to generate new Claude Skills.

2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/daeha76/RianFriends --skill skill-factory-daeha76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-factory
Source: https://github.com/daeha76/RianFriends/tree/main/.claude/skills/skill-factory
Command: npx skills add https://github.com/daeha76/RianFriends --skill skill-factory-daeha76

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of identifying reusable patterns within your command-line sessions and converting them into new, discoverable Claude Skills, streamlining workflow creation and knowledge sharing.

Core Features & Use Cases

  • Automated Skill Generation: Analyzes session history to detect repeatable workflows.
  • Duplicate Checking: Compares new patterns against an existing skill inventory to prevent redundancy.
  • Structured Skill Creation: Guides the creation of new skills using predefined templates and blueprints.
  • Use Case: After a complex debugging session involving multiple commands and file edits, you can use this Skill to automatically package that entire workflow into a new skill that you and your team can reuse later with a simple trigger phrase.

Quick Start

Use the skill factory to analyze the current session and create new skills.

Frequently Asked Questions about skill-factory

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

FAQPage Schema
How do I turn command-line session history into reusable automation workflows?

Session analysis for skill generation works by scanning your command-line history to identify repeatable workflows, checking them against an existing skill inventory to prevent duplicates, and creating structured blueprints. It supports both sequential execution and Agent Teams for complex multi-step workflows.

Do I need Python and git to extract reusable patterns from my terminal sessions?

Yes, Python 3.8 or higher is required along with bash and git to perform session analysis and script execution for skill generation. These tools provide the necessary environment for pattern detection, duplicate checking, and managing the lifecycle of newly created skills.

Can I prevent duplicate skill generation when extracting patterns from session history?

Yes, you can prevent duplicate skill generation because this skill includes a duplicate checking mechanism that compares newly detected patterns against an existing skill inventory. This ensures redundancy is avoided before creating and structuring new skill blueprints from your session data.

What is the best way to package a complex debugging session into a new skill?

The best way to package a complex debugging session into a new skill is to use automated pattern extraction on your session history. The skill identifies the multi-command workflow, checks for duplicates, and generates a structured blueprint that can be triggered later by you or your team.

Does this skill generation tool support Agent Teams for complex workflow automation?

Yes, this skill generation tool supports Agent Teams for complex workflow automation. After analyzing command-line session history and extracting reusable patterns, it can manage the skill creation lifecycle using either sequential execution or Agent Teams to handle intricate multi-step workflows.