Skill Factory

Monitor session activity to detect recurring workflows and generate SKILL.md and plugin.py files.

Updated May 5, 2026
One-click install
npx skills add https://github.com/iani-kuli/harness_bro --skill skill-factory-iani-kuli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Factory
Source: https://github.com/iani-kuli/harness_bro/tree/main/.claude/skills/curated/meta/skill-factory/skills/skill-factory
Command: npx skills add https://github.com/iani-kuli/harness_bro --skill skill-factory-iani-kuli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of lost productivity caused by repeating the same manual workflows, by identifying and codifying those patterns into reusable, automated skills.

Core Features & Use Cases

  • Silent Observation: Monitors your session for repeated actions, multi-step workflows, and tool combinations without interrupting your flow.
  • Automated Generation: Proposes and generates complete SKILL.md and plugin.py files based on your actual usage patterns.
  • Use Case: If you find yourself repeatedly running a specific sequence of git commands followed by a documentation update, Skill Factory will detect this pattern and offer to package it as a custom skill for one-command execution in the future.

Quick Start

Activate the skill factory and ask it to propose a new skill based on your current session workflows.

Frequently Asked Questions about Skill Factory

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

FAQPage Schema
How do I automate repetitive workflows into reusable AI skills?

Repetitive workflows are codified into reusable AI skills by monitoring session activity to detect repeated patterns in command sequences and tool usage, then automatically generating structured SKILL.md documentation and plugin.py files for one-command execution.

What is meta-learning for workflow automation and how does it work?

Meta-learning for workflow automation is the process of creating procedural memory for agents by silently observing session activity to identify repeated multi-step workflows, then codifying those patterns into structured skill units to improve long-term task efficiency.

How do I generate a plugin.py file from my current session activity?

You can generate a plugin.py file by activating a session monitoring skill that observes your command sequences and tool combinations, identifies recurring patterns, and proposes complete plugin code and skill documentation based on your actual usage data.

Can I create custom procedural memory for agents without manual coding?

Yes, you can create custom procedural memory for agents without manual coding by using silent observation tools that monitor your workflow patterns and automatically generate the required skill units and plugin code to improve long-term task efficiency.

Does automated skill generation work for multi-step git command sequences?

Automated skill generation works for multi-step git command sequences by detecting repeated workflows like running specific git commands followed by documentation updates, then packaging the detected pattern as a custom skill for one-command execution in future sessions.

What are the limitations of detecting workflow patterns through silent session observation?

The primary limitation of detecting workflow patterns through silent observation is that it relies on recognizing repeated command sequences and tool combinations, meaning unique, highly variable, or infrequent workflows may not be successfully codified into reusable skill units.