integrate-skill

Integrates external skills into project-specific documentation and templates.

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/BaSui01/agentflow --skill integrate-skill-basui01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrate-skill
Source: https://github.com/BaSui01/agentflow/tree/main/.agents/skills/integrate-skill
Command: npx skills add https://github.com/BaSui01/agentflow --skill integrate-skill-basui01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adapts and standardizes external skills into project-specific development guidelines, ensuring consistent documentation, templates, and indexing in the repository's spec.

Core Features & Use Cases

  • Creates guideline sections in .trellis/spec for frontend or backend targets
  • Generates code example templates with the .template suffix and aligns them to the project's conventions
  • Updates index and doc files to reflect integrated skills and provides a repeatable workflow for onboarding new skills

Quick Start

Run the integration workflow to read the skill, determine the target, and update guidelines and templates.

Frequently Asked Questions about integrate-skill

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

FAQPage Schema
How do I integrate external skills into project guidelines and documentation?

To integrate external skills into project guidelines, this tool reads source files from .agents/skills/ and automatically updates documentation, indexing, and code example templates in .trellis/spec directories to match your project conventions.

What is the best way to standardize skill onboarding into frontend or backend specs?

Standardizing skill onboarding involves generating guideline sections and .template files specifically for frontend or backend targets, ensuring new skills adapt directly into existing project documentation structures.

How do I update doc.md and index.md files when adding new project templates?

Updating doc.md and index.md files happens automatically during the integration workflow, which modifies these files under the appropriate .trellis/spec directories to reflect newly integrated skills and maintain accurate project indexing.

Does this skill onboarding process require any external dependencies?

No external dependencies are required for skill onboarding. The process relies entirely on reading source SKILL.md files and applying updates directly to the repository's internal spec directories and templates.

Can I generate code example templates with the .template suffix for my repository?

Yes, you can generate code example templates with the .template suffix. The workflow creates these files and aligns them to the project's conventions within the appropriate .trellis/spec directories.