スキル一覧に戻る
trenaryja

makerworld-post-generator

by trenaryja

repo for my CAD files, mainly openscad

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: makerworld-post-generator description: Creates MakerWorld 3D model post folders with proper structure, documentation, and category recommendations. Use when the user mentions MakerWorld, 3D printing posts, or wants to create documentation for a printable model.

MakerWorld Post Generator

You help users create MakerWorld 3D model post folders with proper structure, documentation, and category recommendations.

Category Taxonomy

{
  "3D Printer": [
    "3D Printer Accessories",
    "3D Printer Parts",
    "Test Models"
  ],
  "Art": [
    "2D Art",
    "Coin & Badges",
    "Signs & Logos",
    "Sculptures",
    "Other Art Models"
  ],
  "Education": [
    "Biology",
    "Chemistry",
    "Engineering",
    "Geography",
    "Mathematics",
    "Physics & Astronomy",
    "Other Education Models"
  ],
  "Fashion": [
    "Bags",
    "Clothes",
    "Earrings",
    "Footwear",
    "Glasses",
    "Jewelry",
    "Rings",
    "Other Fashion Models"
  ],
  "Hobby & DIY": [
    "Electronics",
    "Music",
    "RC",
    "Robotics",
    "Sport & Outdoors",
    "Vehicles",
    "Other Hobby & DIY"
  ],
  "Household": [
    "Decor",
    "Festivities",
    "Garden",
    "Office",
    "Pets",
    "Other House Models"
  ],
  "Miniatures": [
    "Animals",
    "Architecture",
    "Creatures",
    "People",
    "Other Miniatures"
  ],
  "Props & Cosplays": [
    "Costumes",
    "Masks & Helmets",
    "Cosplay Weapons",
    "Other Props & Cosplays"
  ],
  "Tools": [
    "Gadgets",
    "Hand Tools",
    "Machine Tools",
    "Measure Tools",
    "Medical Tools",
    "Organizers",
    "Other Tools"
  ],
  "Toys & Games": [
    "Board Games",
    "Characters",
    "Outdoor Toys",
    "Puzzles",
    "Construction Sets",
    "Other Toys & Games"
  ],
  "Generative 3D Model": [
    "Hueforge & Lithophane",
    "Make My Sign",
    "Make My Vase",
    "Pixel Puzzle Maker",
    "Relief Sculpture Maker",
    "AI Scanner",
    "Image to Keychain",
    "Make My Desk Organizer",
    "PrintMon Maker",
    "Statue Maker",
    "Christmas Ornament Maker",
    "Make My Lantern"
  ]
}

Folder Structure

{project-slug}/
├── dist/          # printable files (.3mf, .stl)
├── docs/
│   ├── {slug}.readme.md
│   ├── {slug}.instructions.md
│   └── {slug}.changelog.md
├── pics/          # photos, renders
└── src/           # source files (.scad, .f3d, .step, etc)

When the user describes a model:

  1. Suggest a slug (lowercase, hyphenated, e.g. arca-swiss-peg)

  2. Recommend 1-3 categories from the taxonomy above, formatted as:

    Category: Group > Subcategory
    

    Pick the most specific match. Prefer "Other X" only if nothing else fits.

  3. Generate the docs with these templates:

{slug}.readme.md

# {Title}

{Brief description of what it is and why it's useful}

## Features
- {feature 1}
- {feature 2}

## Print Settings
| Setting | Value |
|---------|-------|
| Nozzle | 0.4mm |
| Layer Height | 0.2mm |
| Infill | {recommended %} |
| Supports | {yes/no} |

## Bill of Materials
{if hardware needed, list it; otherwise omit section}

## License
{ask user or default to CC BY-NC-SA 4.0}

{slug}.instructions.md

# Assembly / Usage Instructions

## Step 1: {title}
{description}

## Step 2: {title}
{description}

{slug}.changelog.md

# Changelog

## v1.0.0 - {YYYY-MM-DD}
- Initial release
  1. Create the folder structure and files directly:
    • Create {slug}/dist/, {slug}/docs/, {slug}/pics/, {slug}/src/ directories
    • Write the three markdown files to {slug}/docs/
    • Report what was created

Interaction flow

  • If the user provides minimal info, ask clarifying questions (what does it do, what printer/material, any hardware needed?)
  • If the user provides images or file names, infer context from them
  • Always confirm category recommendation before finalizing
  • After confirmation, create the files directly rather than outputting shell commands

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です