prompt-sync-workflow — prompt-sync-workflow install prompt-sync-workflow, opence, community, prompt-sync-workflow install, ide skills, coordinate AI agent updates, OpenCE workflow guidance, native skills development, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for AI Agents like Cursor, Windsurf, and Claude Code that require synchronized workflow guidance for native skills and CLI commands. prompt-sync-workflow is a skill that coordinates prompt and skill updates when implementing changes that affect OpenCE workflow guidance, ensuring AI assistants behave correctly during each phase.

Features

Triggers updates when creating or modifying files in src/core/templates/
Supports adding new native skills, such as plan, work, review, compound, and skill-creator
Modifies workflow stages and their responsibilities
Changes AI assistant behavior during phases
Adds new CLI commands referenced in prompts

# Core Topics

mufengbufeng mufengbufeng
[3]
[0]
Updated: 2/8/2026

Agent Capability Analysis

The prompt-sync-workflow skill by mufengbufeng is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for prompt-sync-workflow install, coordinate AI agent updates, OpenCE workflow guidance.

Ideal Agent Persona

Ideal for AI Agents like Cursor, Windsurf, and Claude Code that require synchronized workflow guidance for native skills and CLI commands.

Core Value

Empowers agents to coordinate prompt and skill updates seamlessly, ensuring consistent OpenCE workflow guidance through modifications to workflow stages, native skills, and CLI commands in files like `src/core/templates/`.

Capabilities Granted for prompt-sync-workflow

Updating native skills like plan, work, review, compound, or skill-creator to reflect changes in workflow stages
Modifying workflow stages or their responsibilities to adapt to new AI assistant behaviors
Adding new CLI commands that should be referenced in prompts for enhanced user interaction

! Prerequisites & Limits

  • Requires updates to files in `src/core/templates/` to trigger synchronization
  • Limited to OpenCE workflow guidance
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

prompt-sync-workflow

Install prompt-sync-workflow, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

prompt-sync-workflow

Coordinate prompt and skill updates when implementing changes that affect opence workflow guidance.

When to Use

Use this workflow when your change:

  • Adds new native skills (plan, work, review, compound, skill-creator)
  • Modifies workflow stages or their responsibilities
  • Changes how AI assistants should behave during a phase
  • Adds new CLI commands that should be referenced in prompts

Triggering signals:

  • Creating or modifying files in src/core/templates/
  • Adding entries to OPENCE_SKILL_IDS
  • Updating how opence init or opence update works

Workflow Steps

1. Update Source Templates First

Edit the canonical source in src/core/templates/slash-command-templates.ts:

typescript
1// Update the relevant step constants (planSteps, workSteps, etc.) 2const compoundSteps = `**Steps** 31. ... 42. ... 53. New or modified step 64. ...`;

This is the single source of truth that generates all downstream files.

2. Update Matching Prompt Files

If you modify templates, also update the corresponding .github/prompts/ files:

bash
1# These files are used by GitHub Copilot 2.github/prompts/opence-plan.prompt.md 3.github/prompts/opence-work.prompt.md 4.github/prompts/opence-review.prompt.md 5.github/prompts/opence-compound.prompt.md

Keep them in sync with slash-command-templates.ts content.

3. Build and Run Update

bash
1# Rebuild to compile template changes 2npm run build 3 4# Propagate to all tool directories 5opence update

This will update:

  • .claude/commands/opence/*.md (Claude slash commands)
  • .codex/prompts/opence-*.md (Codex prompts)
  • .github/prompts/opence-*.prompt.md (GitHub Copilot prompts)
  • .claude/skills/opence-*/SKILL.md (Claude skills)
  • .codex/skills/opence-*/SKILL.md (Codex skills)

4. Verify Synchronization

Check that updates propagated correctly:

bash
1# Verify specific prompt updated 2Select-String -Path .claude/skills/opence-compound/SKILL.md -Pattern "your-new-text" 3 4# Or check all locations 5rg "your-new-text" .claude/ .codex/ .github/prompts/

5. Test End-to-End

For new skills or commands:

bash
1# Test skill appears 2opence skill list 3 4# Test skill content 5opence skill show opence-your-skill 6 7# Test skill files exist 8ls .claude/skills/opence-your-skill/ 9ls .codex/skills/opence-your-skill/

Common Patterns

Adding a New Native Skill

  1. Add to OpenceSkillId type
  2. Add to OPENCE_SKILL_IDS array
  3. Add entry to SKILLS object
  4. Implement content generation function
  5. Update init.ts and update.ts if special handling needed
  6. Build, run opence update, verify

Modifying Existing Workflow Stage

  1. Update source in slash-command-templates.ts
  2. Update matching .github/prompts/ file
  3. Build and run opence update
  4. Verify with grep or Select-String

Adding CLI Command Reference

  1. Document command in relevant skill (usually compound)
  2. Update source template with command usage
  3. Update .github/prompts/ file
  4. Build and update
  5. Test command works as documented

Pitfalls to Avoid

Don't edit generated files directly

  • Files in .claude/, .codex/ are generated
  • Edit source templates instead

Don't forget npm run build

  • Template changes need compilation
  • Update won't pick up changes without build

Don't update only one tool

  • If you update Claude prompts, update Codex too
  • Inconsistency confuses users with multiple tools

Don't skip verification

  • Always check at least one generated file
  • Template typos propagate everywhere

Verification Checklist

After changes:

  • Source template updated
  • .github/prompts/ file updated
  • npm run build successful
  • opence update run
  • Spot-check 2+ generated files
  • New skills appear in opence skill list
  • Content matches expectations
  • Tests pass

See Also

  • opence-skill-creator - For creating project skills
  • docs/solutions/skill-creator-native-skill.md - Example of this workflow
  • docs/solutions/skill-management-commands.md - Another example

When to use this skill

  • [Scenario 1]
  • [Scenario 2]
  • [Scenario 3]

How to use this skill

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

Examples

[Add examples of using this skill]

Guidelines

  • [Guideline 1]
  • [Guideline 2]

References

See the references/ directory for additional documentation and context.

Scripts

See the scripts/ directory for reusable code and utilities.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is prompt-sync-workflow?

Ideal for AI Agents like Cursor, Windsurf, and Claude Code that require synchronized workflow guidance for native skills and CLI commands. prompt-sync-workflow is a skill that coordinates prompt and skill updates when implementing changes that affect OpenCE workflow guidance, ensuring AI assistants behave correctly during each phase.

How do I install prompt-sync-workflow?

Run the command: npx killer-skills add mufengbufeng/opence/prompt-sync-workflow. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for prompt-sync-workflow?

Key use cases include: Updating native skills like plan, work, review, compound, or skill-creator to reflect changes in workflow stages, Modifying workflow stages or their responsibilities to adapt to new AI assistant behaviors, Adding new CLI commands that should be referenced in prompts for enhanced user interaction.

Which IDEs are compatible with prompt-sync-workflow?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for prompt-sync-workflow?

Requires updates to files in `src/core/templates/` to trigger synchronization. Limited to OpenCE workflow guidance.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add mufengbufeng/opence/prompt-sync-workflow. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use prompt-sync-workflow immediately in the current project.

Related Skills

Looking for an alternative to prompt-sync-workflow or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI