famou-artifact-generator

Convert vague FaMou ideas into problem.md and three implementation artifacts.

27|10|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/baidubce/skills --skill famou-artifact-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: famou-artifact-generator
Source: https://github.com/baidubce/skills/tree/main/skills/famou-artifact-generator
Command: npx skills add https://github.com/baidubce/skills --skill famou-artifact-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides users through the full FaMou evolution workflow, turning vague ideas into a concrete problem.md and the three required artifacts (init.py, evaluator.py, prompt.md) ready for validation.

Core Features & Use Cases

  • Two-phase workflow: Clarification (problem.md) and Implementation (init.py, evaluator.py, prompt.md).
  • Generates all required inputs and validates via the evaluator workflow.
  • Useful for teams creating custom FaMou tasks, or individuals prototyping new evolution tasks.

Quick Start

Describe your FaMou idea to kick off the clarifications and automatically produce problem.md and the three input artifacts.

Frequently Asked Questions about famou-artifact-generator

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

FAQPage Schema
How do I generate structured problem definitions from vague task ideas?

This skill converts vague concepts into structured problem.md files through a two-phase clarification workflow. It refines raw ideas into strict problem definitions ready for implementation.

What is the workflow for creating init.py, evaluator.py, and prompt.md artifacts?

Creating init.py, evaluator.py, and prompt.md artifacts follows a two-phase workflow: first generating problem.md, then producing the three implementation artifacts. These are validated via the evaluator workflow.

How do I automate FaMou task generation for end-to-end evolution workflows?

FaMou task generation is automated by inputting your idea to trigger a two-phase workflow, outputting problem.md, init.py, evaluator.py, and prompt.md. This satisfies strict frontmatter extraction and validation requirements.

Can I use this for prototyping custom evolution tasks?

Yes, this supports prototyping custom evolution tasks by generating ready-to-implement materials. It is useful for teams creating custom FaMou tasks or individuals prototyping new evolution workflows.

Do I need to manually validate the generated evaluator.py file?

You do not need to manually validate the generated evaluator.py file. The skill automatically validates all generated inputs via the evaluator workflow to ensure strict validation requirements for artifact generation are met.

Why does my FaMou artifact generation require strict frontmatter extraction?

FaMou artifact generation requires strict frontmatter extraction to satisfy validation requirements within the evolution workflow. This ensures the generated problem.md and input artifacts meet the structural standards needed for automated evaluation.