3-eo-skill-extractor

Guide students through a 4-phase process to create SKILL.md templates from GTM playbooks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SMOrchestra-ai/smorch-brain --skill 3-eo-skill-extractor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 3-eo-skill-extractor
Source: https://github.com/SMOrchestra-ai/smorch-brain/tree/main/plugins/eo-microsaas-os/skills/3-eo-skill-extractor
Command: npx skills add https://github.com/SMOrchestra-ai/smorch-brain --skill 3-eo-skill-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured framework that teaches students how to create custom AI skills for their toolchain by outlining a repeatable SKILL.md construction process.

Core Features & Use Cases

  • Guides the user through a 4-phase framework: Tool Discovery, Operation Mapping, SKILL.md Construction, and Testing.
  • Reads a GTM motion playbook to identify high-value, repeatable operations and translates them into SKILL.md-ready steps.
  • Produces a production-ready skeleton that includes metadata, role definition, inputs, outputs, core SOP, error handling, and testing criteria.
  • Example use: a student drafts a new skill for automating a weekly GTM reporting task by turning it into a SKILL.md.

Quick Start

Follow the 4-phase framework to draft your first SKILL.md from your chosen GTM motion.

Frequently Asked Questions about 3-eo-skill-extractor

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

FAQPage Schema
How do I create a SKILL.md template for GTM workflows?▼

To create a SKILL.md template for GTM workflows, use a structured 4-phase process covering discovery, mapping, construction, and testing to produce a clean skeleton with metadata and SOP sections.

What is the best way to map GTM operations into an AI skill?▼

Mapping GTM operations into an AI skill requires reading the GTM motion playbook to identify high-value repeatable operations and translating them into SKILL.md-ready steps.

Can I use this instructional-design framework to automate weekly GTM reporting?▼

Yes, you can use this instructional-design framework to automate weekly GTM reporting by drafting a custom skill that turns the reporting task into a production-ready SKILL.md.

What sections should a production-ready SKILL.md skeleton include?▼

A production-ready SKILL.md skeleton should include metadata, role definition, inputs, outputs, core SOP, error handling, and testing criteria to ensure skills are well-scoped and deployable.

Do I need to read a GTM motion playbook before building an AI skill?▼

Yes, reading a GTM motion playbook is required before building an AI skill to identify high-value operations and ensure the resulting SKILL.md is properly scoped and validated.

Why does my SKILL.md construction fail validation during testing?▼

SKILL.md construction fails validation during testing when the 4-phase framework is incomplete, lacking proper operation mapping, metadata definition, or structured testing criteria.