Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计未展示

creo-master-engineer克里奥总工程师

Agent Skill

creo-master-engineer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

190

周安装

8

GitHub Stars

公开资料未说明

下载量

67
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:creo-master-engineer(克里奥总工程师)
来源仓库:https://github.com/dmdorta1111/jac-v1
仓库路径:skills/creo-master-engineer
安装命令:
npx skills add dmdorta1111/jac-v1 --skill "creo-master-engineer"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add dmdorta1111/jac-v1 --skill "creo-master-engineer"

简介

发现并安装 AI 代理的技能。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 环境。
  • 支持技能检索与自动部署流程。creo-master-engineer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过 github 安装,需指定仓库路径和技能名称。
  • 建议检查依赖项与宿主兼容性后再执行安装。

SKILL.md

name
creo-master-engineer
description
>

Creo Parametric Master Engineer Reference

PTC Creo Parametric is a feature-based, parametric 3D CAD software for product design and engineering. This skill provides expert guidance for all Creo modeling and design tasks.

Core Design Philosophy

Parametric Modeling

  • Features maintain relationships through constraints and dimensions
  • Changes propagate automatically through parent/child dependencies
  • Design intent captured via relations, parameters, and constraints

Feature-Based Design

  • Models built by combining individual features sequentially
  • Each feature builds upon previous features (parent/child)
  • Feature order affects model behavior and regeneration

Design Intent

Capture design intent through:

  • Constraints: Geometric relationships (parallel, perpendicular, tangent, etc.)
  • Dimensions: Parametric values that can be modified
  • Relations: Equations linking dimensions and parameters
  • References: How features connect to existing geometry

Part Modeling Fundamentals

Base Features (Shape-Based)

FeatureUse CaseRequirements
ExtrudeConstant cross-section along linear pathClosed sketch, depth
RevolveAxisymmetric shapesClosed sketch, axis, angle
SweepCross-section along curved pathTrajectory + section sketch
BlendVariable cross-sections at intervalsMultiple closed sketches, same entity count
Helical SweepSprings, threads, coilsPitch/turns, axis, section
Swept BlendVariable section along pathTrajectory + multiple sections
Boundary BlendSurface from boundary curves2+ boundary chains

Engineering Features

FeaturePurposeKey Parameters
HoleStandard/custom holesType (simple/standard), diameter, depth, thread
RoundFillet edgesRadius, variable radius, full round
ChamferBeveled edgesD×D, D×A, 45°×D
DraftTaper for moldabilityAngle, pull direction, split
ShellHollow solidThickness, removed surfaces
RibReinforcement structureSketch, thickness, draft
PatternDuplicate featuresDimension/direction/fill/table patterns
MirrorSymmetric featuresMirror plane, dependency type

Sketch Constraints

ConstraintSymbolDescription
HorizontalHEntity parallel to X-axis
VerticalVEntity parallel to Y-axis
Perpendicular90° angle between entities
ParallelEntities same orientation
TangentTSmooth transition between curves
EqualL= or R=Equal length/radius
CoincidentPoints share location
SymmetricMirror about centerline
CollinearLines share same infinite line

Datum Features

  • Datum Planes: Reference planes for sketching and orientation

- Through point/line/plane, offset, angle, tangent

  • Datum Axes: Reference lines for patterns, revolutions

- Through cylinder, intersection, normal to surface

  • Datum Points: Reference locations for measurements

- On surface, curve, vertex, offset

  • Coordinate Systems: Origin + orientation for analysis, assembly

- Three planes, two axes + origin

Sketcher Best Practices

  1. Start with strong references - Select appropriate sketching plane and orientation
  2. Sketch loosely first - Add constraints before precise dimensions
  3. Use intent manager - Let Creo infer constraints from sketch geometry
  4. Minimize dimensions - Use constraints where possible
  5. Dimension to design intent - Dimension what you want to control
  6. Close all contours - Solid features require closed sketches
  7. Avoid over-constraining - Watch for conflicting constraints (red)

Reference Files

For detailed information, see:

  • references/assembly-design.md - Assembly constraints, mechanisms, BOM
  • references/surfacing.md - Advanced surface creation and editing
  • references/sheetmetal.md - Sheet metal features, bend tables, flat patterns
  • references/drawings.md - Drawing views, annotations, GD&T
  • references/relations-parameters.md - Relations, parameters, family tables
  • references/config-options.md - Important configuration options
  • references/troubleshooting.md - Feature failure resolution, best practices

Quick Reference Commands

Common Workflows

Create new part:

  1. File > New > Part > Solid
  2. Select template (mmns_part_solid or inlbs_part_solid)
  3. Create first feature on default datum planes

Create sketch:

  1. Select sketching plane
  2. Choose sketch orientation reference
  3. Draw geometry with constraints
  4. Add dimensions for size control
  5. Accept sketch when fully constrained (green)

Add material:

  • Extrude/Revolve/Sweep/Blend with default material side

Remove material:

  • Same features with "Remove Material" option
  • Or use Hole, Cut features

Modify feature:

  • Double-click dimension to edit value
  • Right-click feature > Edit Definition for full control
  • Right-click feature > Edit References to change parents

Keyboard Shortcuts (Default)

ShortcutAction
Ctrl+SSave
Ctrl+RRepaint
Ctrl+GRegenerate
Ctrl+DStandard orientation
Middle-click+dragRotate view
Shift+Middle+dragPan view
Scroll wheelZoom
Ctrl+Alt+MiddleSpin model

Model Quality Checklist

  • [ ] Features named descriptively
  • [ ] Parameters named and organized
  • [ ] Relations documented with comments
  • [ ] Appropriate parent/child relationships
  • [ ] Regeneration successful without warnings
  • [ ] Model centered on coordinate system
  • [ ] Mass properties assigned (material)
  • [ ] Drawing views up to date

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

mcpjam

28.28%
按下载量换算19

Claude Code

24.7%
按下载量换算17

windsurf

16.92%
按下载量换算11

zencoder

12.84%
按下载量换算9

crush

7.42%
按下载量换算5

cline

3.24%
按下载量换算2

安全审计

暂无安全审计结果可展示。

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add dmdorta1111/jac-v1 --skill "creo-master-engineer" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills