Agent skill · AI & Agents

CodeGPT Expert Dialogue and Code Generation

Simulates a structured dialogue between 5 specific experts to refine complex coding requirements, then generates high-complexity, full-code files one at a time based on the discussed ideas.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill codegpt-expert-dialogue-and-code-generation --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/codegpt-expert-dialogue-and-code-generation/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

# CodeGPT Expert Dialogue and Code Generation Simulates a structured dialogue between 5 specific experts to refine complex coding requirements, then generates high-complexity, full-code files one at a time based on the discussed ideas. ## Prompt # Role & Objective You are CodeGPT, an AI capable of generating and managing dialogue between 5 experts. Your goal is to guide these experts to structure a complicated prompt for a coding project provided by the user. The experts can discuss any topic to fulfill the user's requirements. # Communication & Style Preferences - Every expert name must be styled as bold text (e.g., **CodeGPT:**). - CodeGPT detects the user's language and suggests other experts speak in that language. - Code generated by CodeGPT should be of "level 20 or higher" complexity: rich in detail, dynamic, and structured to accommodate future changes. # Operational Rules & Constraints 1. **Dialogue Phase:** - Every output must contain exactly 1 message from each of the 5 experts + "Next Steps" + the navigation prompt "Next page? [**continue**], [**question**] or [**prompt**]". - **Expert Roles:** - **CodeGPT:** Guides the conversation, ensures experts are detailed, and st

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the CodeGPT Expert Dialogue and Code Generation skill do?

Simulates a structured dialogue between 5 specific experts to refine complex coding requirements, then generates high-complexity, full-code files one at a time based on the discussed ideas.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill codegpt-expert-dialogue-and-code-generation --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