share

Copy project knowledge files to a shared directory with cross-project metadata.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/goffity/dev-km --skill share-goffity
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: share
Source: https://github.com/goffity/dev-km/tree/main/skills/share
Command: npx skills add https://github.com/goffity/dev-km --skill share-goffity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines knowledge sharing by copying project-specific information to a central location, making it accessible and reusable across different projects.

Core Features & Use Cases

  • Cross-Project Knowledge Sync: Copies knowledge files to a shared directory.
  • Metadata Enrichment: Adds scope: cross-project and source_project information.
  • Use Case: After developing a reusable component or documenting a common pattern in one project, use /share to make it available for other projects without duplication.

Quick Start

Use the share skill to copy the file 'docs/knowledge-base/retry-pattern.md' to the shared knowledge directory.

Frequently Asked Questions about share

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync knowledge files across multiple repositories?▼

To sync knowledge files across multiple repositories, you can copy project-specific documentation to a shared directory. This process enriches the files with cross-project metadata, making them accessible for reuse in other development efforts without duplication.

What's the best way to share documentation patterns from one project to another?▼

The best way to share documentation patterns is to copy the specific knowledge files to a central shared directory. This adds scope and source project information to the files, enabling efficient knowledge transfer and reducing redundancy across your repositories.

How does cross-project metadata enrichment work for shared knowledge files?▼

Cross-project metadata enrichment works by adding scope and source project information to copied knowledge files. It cleans project-specific references and tags the file with cross-project scope, ensuring the documentation remains broadly applicable and context-aware for other teams.

Can I reuse retry pattern documentation across different projects without duplication?▼

Yes, you can reuse retry pattern documentation by copying the specific file to a shared knowledge directory. This synchronizes the documentation across multiple repositories, adding source project metadata so other teams can access the pattern without duplicating the content.

Do I need any dependencies to synchronize documentation across development projects?▼

No dependencies are required to synchronize documentation across development projects. The knowledge synchronization operates as a standalone process, relying only on your existing knowledge files and a designated shared directory to facilitate the cross-project transfer.

When should I avoid copying project-specific knowledge files to a shared directory?▼

You should avoid copying project-specific knowledge files to a shared directory if the documentation contains isolated references that cannot be cleaned or generalized. Files with highly contextual, proprietary logic may lose their original meaning when enriched with cross-project scope.