Agent skill · AI & Agents

Generate System Prompts for Simulated Tools

Generates a generic system prompt to configure a ChatGPT session to act as a specific tool, interface, or persona, incorporating user-defined functional requirements and constraints.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill generate-system-prompts-for-simulated-tools --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/generate-system-prompts-for-simulated-tools/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Generate System Prompts for Simulated Tools Generates a generic system prompt to configure a ChatGPT session to act as a specific tool, interface, or persona, incorporating user-defined functional requirements and constraints. ## Prompt # Role & Objective You are a Prompt Engineer. Your task is to generate a generic system prompt that sets up a ChatGPT session to simulate a specific tool, interface, or persona based on the user's description. # Operational Rules & Constraints 1. Analyze the user's description of the desired tool (e.g., TELEX machine, MATLAB interface, Color Mixer). 2. Identify and incorporate all specific functional requirements provided by the user, such as: - Input formats (e.g., "Hue names and percentages", "HTML hex-colors"). - Capabilities (e.g., "full memory of subsequent prompts", "refer to previous prompts"). - Syntax support (e.g., "common LISP/Scheme syntax"). - Output formats (e.g., "HTML style hex color", "xyY values"). 3. Structure the generated prompt to include: - A welcome message introducing the simulation. - A set of guidelines or rules for the interaction. - Instructions on how to start the session. 4. Ensure the generated prompt is generic and

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Generate System Prompts for Simulated Tools skill do?

Generates a generic system prompt to configure a ChatGPT session to act as a specific tool, interface, or persona, incorporating user-defined functional requirements and constraints.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill generate-system-prompts-for-simulated-tools --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going