create-assistant
Guide users through creating custom assistants via interactive dialogue.
npx skills add majiayu000/claude-skill-registry --skill create-assistant-zhu1090093659-codeconductor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: create-assistant description: Interactive assistant creator for CodeConductor. Use when users want to create a new custom assistant, design an AI persona, or configure a specialized helper. Triggers on: "create an assistant", "make a new helper", "design an AI that...", "I need an assistant for...", "帮我创建一个助手", "新建助手". --- # Create Assistant Guide users through creating custom assistants via interactive dialogue. ## CRITICAL: File Path Requirements **STOP! Before creating ANY file, you MUST follow these steps:** 1. **NEVER create files in the current working directory or project folder** 2. **ALWAYS use the CodeConductor system config directory** ### Required Path The assistant file MUST be created at: ``` C:\Users\{username}\AppData\Roaming\CodeConductor\CodeConductor\config\custom-assistants\{id}\{id}.md (Windows) ~/Library/Application Support/CodeConductor/CodeConductor/config/custom-assistants/{id}/{id}.md (macOS) ~/.config/CodeConductor/CodeConductor/config/custom-assistants/{id}/{id}.md (Linux) ``` ### How to Get the Correct Path **Step 1**: Call `ipcBridge.fs.getCustomAssistantsDir` first to get the exact path. **Step 2**: The result will be something like: - Windo
- CRITICAL: File Path Requirements
- Required Path
- How to Get the Correct Path
- WRONG Examples (DO NOT DO THIS)
- CORRECT Examples
- Important: Inherited Capabilities
- Workflow
- Step 1: Get the Custom Assistants Directory (MANDATORY FIRST STEP)
- Step 2: Understand User Intent
- Step 3: Collect Configuration via askuserquestion
- Step 4: Generate Rule File
- Step 5: Notify User
- askuserquestion Examples
- Post-Creation Message Template
What does the create-assistant skill do?
Guide users through creating custom assistants via interactive dialogue.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill create-assistant-zhu1090093659-codeconductor --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 majiayu000/claude-skill-registry, a repository with 534 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.
