prompt-sync-workflow — AI agent workflow updates prompt-sync-workflow, opence, mufengbufeng, community, AI agent workflow updates, ai agent skill, mcp server, agent automation, OpenCE workflow guidance, native skill implementation, CLI command integration, workflow stage modification

v1.0.0
GitHub

About this Skill

Ideal for AI Agents like Cursor, Windsurf, and Claude Code needing seamless OpenCE workflow guidance updates prompt-sync-workflow is a skill that coordinates prompt and skill updates when implementing changes that affect OpenCE workflow guidance

Features

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

# Core Topics

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

Quality Score

Top 5%
57
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add mufengbufeng/opence/prompt-sync-workflow
Supports 18+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The prompt-sync-workflow MCP Server by mufengbufeng is an open-source community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for AI agent workflow updates, OpenCE workflow guidance, native skill implementation.

Ideal Agent Persona

Ideal for AI Agents like Cursor, Windsurf, and Claude Code needing seamless OpenCE workflow guidance updates

Core Value

Empowers agents to coordinate prompt and skill updates, ensuring consistent workflow guidance by analyzing changes in native skills, workflow stages, and CLI commands, and triggering updates based on signals from `src/core/templates/` file modifications

Capabilities Granted for prompt-sync-workflow MCP Server

Automating prompt updates when introducing new native skills
Synchronizing workflow stage modifications with AI assistant behavior changes
Debugging inconsistencies in OpenCE workflow guidance after adding new CLI commands

! Prerequisites & Limits

  • Requires access to `src/core/templates/` directory
  • Limited to OpenCE workflow guidance updates
  • Dependent on native skill and CLI command implementations
Project
SKILL.md
4.4 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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 needing seamless OpenCE workflow guidance updates prompt-sync-workflow is a skill that coordinates prompt and skill updates when implementing changes that affect OpenCE workflow guidance

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 15+ other IDEs.

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

Key use cases include: Automating prompt updates when introducing new native skills, Synchronizing workflow stage modifications with AI assistant behavior changes, Debugging inconsistencies in OpenCE workflow guidance after adding new CLI commands.

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 access to `src/core/templates/` directory. Limited to OpenCE workflow guidance updates. Dependent on native skill and CLI command implementations.

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 building a community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear is a workflow management system that enables multi-agent collaboration, effortless agent team design, and introduces agents as the unit of work interaction.

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing is a process for verifying AI agent functionality using commands like bunx vitest run and optimizing workflows with targeted test runs.

73.3k
0
Communication

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.