discord-skill-factory

Generate SKILL.md files from Discord prompts into ~/.agents/skills directories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DisruptionEngineer/build-useful-skills --skill discord-skill-factory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-skill-factory
Source: https://github.com/DisruptionEngineer/build-useful-skills/tree/main/discord-skill-factory
Command: npx skills add https://github.com/DisruptionEngineer/build-useful-skills --skill discord-skill-factory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and organization of SKILL.md files from refined skill descriptions posted in Discord, enabling seamless conversion into installable skills and consistent directory structures under ~/.agents/skills/.

Core Features & Use Cases

  • Generates SKILL.md from refined prompts and handles slug creation with duplicate checks, ensuring unique skill directories.
  • Creates and organizes new skill directories under ~/.agents/skills/ and coordinates with downstream systems like the skill-registry and idea backlog.
  • Validates input quality, supports OpenClaw-driven generation with a llm.complete() fallback, and writes verified SKILL.md content.
  • Provides post-build reporting to backlog and downstream registry channels to keep teams aligned.

Quick Start

Feed a refined skill description from Discord into the skill-writer to generate a properly structured SKILL.md and place it under ~/.agents/skills/ using a slug derived from the description.

Frequently Asked Questions about discord-skill-factory

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

FAQPage Schema
How do I automate SKILL.md creation from Discord prompts?

To automate SKILL.md creation from Discord prompts, feed the refined skill description into the generator. It applies slug derivation and duplicate handling to produce a complete, installable SKILL.md file ready for review.

What is the process for slug derivation when generating skill directories?

Slug derivation translates refined skill descriptions into unique directory names under ~/.agents/skills. The system applies duplicate checks during generation to ensure unique skill directories and prevent naming collisions.

How does OpenClaw generation work with an llm fallback for skill creation?

OpenClaw generation drives the skill creation process, with an llm.complete() fallback mechanism for robustness. This combination validates input quality and writes verified SKILL.md content even if the primary generation method encounters issues.

Do I need a specific directory structure to organize installable skills?

Yes, the system organizes new skill directories under ~/.agents/skills. It automatically creates this directory structure during the SKILL.md generation process to ensure installable skills are consistently placed.

Are there validation steps included when converting Discord prompts into SKILLs?

Validation steps are included when converting Discord prompts into SKILLs to ensure input quality. The system validates the refined prompt data before writing the final SKILL.md content and updating downstream registries.

What happens to the skill backlog and registry after SKILL.md generation?

After SKILL.md generation, the system provides post-build reporting to the backlog and downstream registry channels. This coordinates with the skill-registry and idea backlog to keep teams aligned on newly created skills.