integrate-skill

Integrate external skills into project guidelines by updating documentation, templates, and indexes.

4|1|Updated Aug 9, 2025
One-click install
npx skills add https://github.com/LinnkidChen/Stock-Tracker --skill integrate-skill-linnkidchen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrate-skill
Source: https://github.com/LinnkidChen/Stock-Tracker/tree/main/.agents/skills/integrate-skill
Command: npx skills add https://github.com/LinnkidChen/Stock-Tracker --skill integrate-skill-linnkidchen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability automates the integration of an external skill into project guidelines by updating documentation sections, templates, and indexes, ensuring consistent governance across the repo.

Core Features & Use Cases

  • Guideline generation: creates or updates .trellis/spec/ doc sections for the new skill.
  • Template provisioning: places code and example templates under .trellis/spec/{target}/examples/skills/<skill-name>/ with a .template suffix to avoid IDE issues.
  • Index synchronization: updates the Quick Navigation indexes to surface the new skill integration points.
  • Audit and reference: records the integration steps and provides an auditable trail for future maintenance.

Quick Start

Use this skill to integrate an external capability into your project guidelines by running the integration tool on the target skill name.

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 automatically?

To integrate external skills into project guidelines automatically, use a tool that parses SKILL.md files, generates doc.md sections, creates .template example files, and updates index navigation under .trellis/spec/ paths.

How does template provisioning work when adding new skills to a repository?

Template provisioning places code and example templates under .trellis/spec/{target}/examples/skills/<skill-name>/ with a .template suffix, ensuring new skills are added to a repository without causing IDE issues.

Can I update both frontend and backend guideline targets during a skill integration?

Yes, you can update both frontend and backend guideline targets during a skill integration, as the workflow supports generating documentation sections and templates across multiple guideline targets.

What is the best way to keep documentation indexes synchronized after adding a new skill?

The best way to keep documentation indexes synchronized after adding a new skill is to use an integration tool that automatically updates Quick Navigation indexes to surface new skill integration points.

Why does my IDE show errors when I add example templates to my project guidelines?

Your IDE might show errors because example templates lack a .template suffix. The integration workflow applies a .template suffix to files under .trellis/spec/ paths specifically to avoid these IDE issues.

How do I create an auditable trail for external skill integration in my repo?

To create an auditable trail for external skill integration, use an automation tool that records integration steps, updates .trellis/spec/ documentation, and provides reference logs for future maintenance.