skill-creator

Generate platform-specific wrappers referencing centralized Trellis content under .agents.

1|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/blackplume233/AgentDispatch --skill skill-creator-blackplume233
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/blackplume233/AgentDispatch/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/blackplume233/AgentDispatch --skill skill-creator-blackplume233

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize Trellis command and skill content by maintaining a single source of truth in .agents and generating platform-specific wrappers for Claude Code, Cursor, and OpenCode.

Core Features & Use Cases

  • Centralized content under .agents/skills for each skill with corresponding commands.
  • Automatically generate thin wrapper files in .claude/, .cursor/, and .opencode/ that reference the real content.
  • Supports cross-platform skill creation and migration workflows across multiple platforms.

Quick Start

Add the skill under .agents/skills and run the wrapper-generation flow to produce platform wrappers.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I centralize Trellis content management across multiple platforms?

Centralize Trellis content management by maintaining a single source of truth in the .agents directory and generating platform-specific wrapper files for each target. This ensures real content lives under .agents/ while thin wrappers reference it in each platform directory.

How do I generate platform wrappers for Claude Code, Cursor, and OpenCode?

Generate platform wrappers by adding your skill under .agents/skills and running the wrapper-generation flow. This automatically produces thin wrapper files in .claude/, .cursor/, and .opencode/ directories that reference the real centralized content.

What is the best way to maintain a single source of truth for cross-platform commands?

Maintain a single source of truth for cross-platform commands by enforcing real content under .agents/ and generating wrapper references in each platform directory. This prevents content drift and enables smooth migration workflows across multiple platforms.

Can I use this approach for migrating Trellis skills between different platforms?

Yes, this approach supports cross-platform Trellis skill creation and migration workflows. By keeping real content centralized under .agents/ and generating platform-specific wrappers, teams can smoothly migrate skills across multiple platforms without duplicating content.

Why do my platform wrapper files need to reference content under .agents?

Platform wrapper files must reference content under .agents because the system enforces real content living in the .agents/ directory while wrappers in each platform directory act as thin references. This architecture prevents content duplication and ensures synchronization across platforms.

Does this wrapper generation work for teams maintaining commands across multiple platforms?

Yes, this wrapper generation is designed for teams maintaining cross-platform Trellis commands and skills. It enables centralized content management by synchronizing real content under .agents with platform wrappers, providing a single source of truth for collaborative workflows.