contribute

Guide Trellis documentation and marketplace contributions with bilingual pages and registry updates.

92|8|Updated May 15, 2026
One-click install
npx skills add https://github.com/LonelyHerbivore/Trellis-Herbivore --skill contribute-lonelyherbivore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contribute
Source: https://github.com/LonelyHerbivore/Trellis-Herbivore/tree/main/.agents/skills/contribute
Command: npx skills add https://github.com/LonelyHerbivore/Trellis-Herbivore --skill contribute-lonelyherbivore

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps contributors add or update Trellis contribution content—spec templates, marketplace skills, and documentation pages—without breaking the repo’s required registries and bilingual docs structure.

Core Features & Use Cases

  • Bilingual documentation workflow: Ensures every user-facing change has both English and Chinese MDX/guide pages where required.
  • Correct marketplace registration: Guides updating marketplace/index.json so new skills/spec templates appear in the marketplace.
  • Docs navigation updates: Explains how to update docs.json so new pages are discoverable and organized by language and group.

Quick Start

Use the contribute skill when you need to add a new spec template or skill to the Trellis marketplace and update the corresponding docs navigation and bilingual pages.

Frequently Asked Questions about contribute

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

FAQPage Schema
How do I add a new spec template to the Trellis marketplace?

To add a new spec template, you must update the marketplace/index.json registry and create the corresponding bilingual documentation pages to ensure correct registration and discoverability.

What is the required file structure for contributing Trellis docs?

Contributing Trellis docs requires maintaining consistent EN and zh content paths, using proper frontmatter conventions for bilingual MDX pages, and updating the docs.json navigation file to organize pages by language and group.

Do I need to update docs navigation when creating new documentation pages?

Yes, you need to update the docs.json navigation file when creating new documentation pages so they remain discoverable and properly organized by language and group within the Trellis repository structure.

How do I prepare a pull request for Trellis marketplace skills?

Preparing a pull request for Trellis marketplace skills involves aligning required file structures, updating the marketplace/index.json registry, and ensuring bilingual MDX pages meet the frontmatter conventions across docs and Trellis repos.

What are the bilingual MDX requirements for Trellis contributions?

Bilingual MDX requirements mandate that every user-facing change includes both English and Chinese MDX or guide pages, keeping EN and zh content paths and frontmatter conventions consistent across the documentation.