integrate-skill

Integrate reusable skills into project development guidelines by updating documentation and example directories.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/WanxiaJaneYang/mvp-agent --skill integrate-skill-wanxiajaneyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrate-skill
Source: https://github.com/WanxiaJaneYang/mvp-agent/tree/main/.agents/skills/integrate-skill
Command: npx skills add https://github.com/WanxiaJaneYang/mvp-agent --skill integrate-skill-wanxiajaneyang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the integration of reusable functionalities (skills) into a project's development guidelines, ensuring consistency and best practices without directly altering project code.

Core Features & Use Cases

  • Guideline Adaptation: Modifies .trellis/spec/ directories to incorporate new skill documentation and examples.
  • Example Generation: Creates a structured directory for skill-specific code examples using .template file suffixes.
  • Use Case: When introducing a new frontend-design skill, this tool automatically updates the frontend guidelines documentation and adds example components to the appropriate directory.

Quick Start

Use the integrate-skill command to integrate the frontend-design skill into your project guidelines.

Frequently Asked Questions about integrate-skill

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

FAQPage Schema
How do I integrate new development skills into project guidelines?

Integrating reusable skills into project guidelines involves updating documentation and example directories within the `.trellis/spec/` folders, ensuring adherence to project standards without altering project code.

What is the best way to add code examples for a new frontend skill?

The best way to add code examples for a new frontend skill is by generating a structured directory using `.template` file suffixes, which automatically modifies frontend guidelines documentation to incorporate the new examples.

Can I update both frontend and backend specifications when adopting a new skill?

You can update both frontend and backend specifications, as the tool targets the appropriate specification based on the specific skill type, managing guideline content and index file updates for seamless skill adoption.

Does integrate-skill directly modify my project's source code?

The integrate-skill tool does not directly modify project source code, but rather streamlines the integration of functionalities by updating project development guidelines, documentation, and code example directories.

How are index files managed when integrating multiple skills into documentation?

When integrating multiple skills into documentation, index files are managed by updating them alongside guideline content and code examples, ensuring seamless skill adoption and consistent project standards across directories.