Eliminate agent/MCP skill file duplication

Open
#27 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale

Research direction

Compare the skill files under apps/agent/skills/ and apps/mcp/skills/, then inspect the monorepo's existing build and CI configuration for a suitable synchronization mechanism. Choose and document one approach, and verify that the two directories cannot drift while preserving the current skill files.

Written by the indexing model from the issue text.

Description

enhancement

Priority: P2 | Source: PR #21 self-review (F3)

Problem

All skill files in apps/agent/skills/ are exact byte-for-byte copies in apps/mcp/skills/. No mechanism prevents drift — edits to one must be manually replicated to the other.

Suggested Approaches

  • Symlink the MCP files to the agent files
  • Use a build/copy step in the monorepo
  • Add a CI check that verifies the directories stay in sync
Dominant language
TypeScript
Stars
1.6k
Forks
202
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CopilotKit/OpenGenerativeUI

All issues in CopilotKit/OpenGenerativeUI

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.