project-integrate

Integrate an unpacked SER distribution into an existing research project.

7|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill project-integrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-integrate
Source: https://github.com/Shiien/Self-Evolved-Research-Framework/tree/main/skills/project-integrate
Command: npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill project-integrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merges an unpacked SER distribution (ser-vX.Y/) into an existing research project, handling conflicts, copying framework components, and initializing memory.

Core Features & Use Cases

  • Inventory SER pack and project assets
  • Copy framework directories (skills, memory, scripts)
  • Install the intent-router hook and merge CLAUDE.md and settings
  • Create or update config.yaml and seed memory
  • Produce a merged CLAUDE.md that preserves project knowledge

Quick Start

Run the integration workflow from the project root to merge SER into your repository and initialize memory.

Frequently Asked Questions about project-integrate

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

FAQPage Schema
How do I integrate a SER distribution into an existing research project?

You integrate SER by running the workflow from your project root, which reads MANIFEST.yaml, copies framework directories, installs the intent-router hook, merges CLAUDE.md, and initializes memory.

What does merging CLAUDE.md and settings.local.json involve during project setup?

Merging CLAUDE.md and settings.local.json combines your existing project knowledge with the SER framework configurations, preserving original settings while applying necessary structural updates.

Do I need an unpacked SER directory present to initialize memory and copy framework components?

Yes, you need an unpacked ser-vX.Y directory alongside your project. The workflow reads its MANIFEST.yaml to inventory assets before copying skills, memory, and scripts.

How does the intent-router hook installation work when setting up project configuration?

The intent-router hook installation configures your project to route processing logic correctly within the SER framework, ensuring initialized memory and session logs function properly.

What is the best way to handle conflicts when copying framework directories into a repository?

The best way to handle framework directory conflicts is using the SER integration workflow, which performs inventory checks and merges configurations to preserve existing project assets safely.

Why does config.yaml need to be created or updated during SER integration?

Config.yaml needs creation or updating to define operational parameters for the integrated SER framework, ensuring copied scripts and memory initialization function correctly.