integrate-skill

Integrate external skill documentation into project-specific development guidelines.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/SilentFlower/flower-cli --skill integrate-skill-silentflower
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: integrate-skill
Source: https://github.com/SilentFlower/flower-cli/tree/main/.agents/skills/integrate-skill
Command: npx skills add https://github.com/SilentFlower/flower-cli --skill integrate-skill-silentflower

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Projects often need to adopt reusable external skills and best practices without directly injecting code into the repository; this Skill streamlines converting external skill instructions into consistent, project-specific development guidelines so teams can reliably follow shared patterns.

Core Features & Use Cases

  • Guideline Generation: Adds a dedicated @@@section:skill-<name> entry into .trellis/spec/{target}/doc.md to document how the skill should be used in the project.
  • Example Templates: Creates an examples/skills/<skill-name>/ directory populated with README and code example files that use the .template suffix to avoid IDE issues.
  • Index & Report Updates: Updates index.md quick navigation entries and produces a simple integration report describing compatibility, locations, and required changes. Common uses include onboarding third-party patterns, standardizing integrations, and documenting recommended code patterns.

Quick Start

Run the integrate-skill command with the target skill name to generate the guideline section and create example templates under .trellis/spec.

Frequently Asked Questions about integrate-skill

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

FAQPage Schema
How do I convert external skill documentation into project-specific development guidelines?▼

To convert external skill documentation into project-specific development guidelines, use this Skill to generate dedicated doc.md sections and example templates. It integrates external instructions into .trellis/spec for team standards without injecting code directly into your repository.

What is the best way to add reusable code patterns to .trellis/spec for team onboarding?▼

The best way to add reusable code patterns to .trellis/spec for team onboarding is to run the integrate-skill command. It creates an examples/skills directory with .template files and updates index.md to provide example-driven adoption for new developers.

How does generating .template example files help avoid IDE issues during skill integration?▼

Generating .template example files helps avoid IDE issues during skill integration by preventing the IDE from treating examples as active source code. This Skill creates a dedicated examples/skills directory using the .template suffix to safely document recommended code patterns.

Can I use this to standardize frontend and backend testing patterns without modifying my core codebase?▼

Yes, you can use this to standardize frontend, backend, testing, or documentation patterns without modifying your core codebase. It preserves guideline-first, non-code outputs by embedding patterns into .trellis/spec documentation and example templates only.

Does integrating external skills into project guidelines automatically update the index.md quick navigation?▼

Yes, integrating external skills into project guidelines automatically updates the index.md quick navigation. The Skill adds a dedicated @@@section entry into doc.md and updates index.md entries while producing a simple integration report describing compatibility and locations.