skill-creation

Identify and formalize reusable Droid skills from sessions into Markdown with YAML frontmatter.

101|10|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/Factory-AI/factory-plugins --skill skill-creation-factory-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creation
Source: https://github.com/Factory-AI/factory-plugins/tree/main/plugins/droid-evolved/skills/skill-creation
Command: npx skills add https://github.com/Factory-AI/factory-plugins --skill skill-creation-factory-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and formalize reusable Droid skills from sessions to preserve tacit knowledge and enable reuse across projects.

Core Features & Use Cases

  • Skill extraction: detect repeatable patterns in sessions and codify them as new or improved skills.
  • Documentation and versioning: capture descriptions, versions, and usage guidelines to support reuse.

Quick Start

Create a new skill capturing the most common repeatable workflow from recent Droid sessions.

Frequently Asked Questions about skill-creation

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

FAQPage Schema
How do I extract reusable skills from Droid sessions to preserve tacit knowledge?

Capturing repeatable patterns from Droid sessions into a skills library preserves tacit knowledge by formalizing workflows into YAML frontmatter with Markdown instructions and optional scripts for cross-project reuse.

What's the best way to document and version skills for a scalable library?

The best way to document and version skills is by capturing descriptions, versions, and usage guidelines within YAML frontmatter and Markdown bodies to support reuse across a scalable skills library.

Do I need YAML frontmatter to create a Droid skill?

Yes, you need YAML frontmatter to create a Droid skill, as it must include the skill name and description to formalize the structure and enable proper documentation and reuse.

Can I include scripts and references when I create a skill for session analysis?

Yes, you can include optional scripts, references, and assets when creating a skill for session analysis to provide extended guidance alongside the required YAML frontmatter and Markdown body.

How does iterative improvement work for existing skills in a library?

Iterative improvement for existing skills works by applying session reviews to refine and formalize repeatable patterns, updating documentation and versioning to ensure the skills library scales effectively across projects.