convention-skill-generator

Generates MARKDOWN files for skills from user-defined conventions and guidelines.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RevTechStudio/rts-plugins --skill convention-skill-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convention-skill-generator
Source: https://github.com/RevTechStudio/rts-plugins/tree/main/rts-plugin-generator/skills/convention-skill-generator
Command: npx skills add https://github.com/RevTechStudio/rts-plugins --skill convention-skill-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes templates (resource) components.

What problem does it solve?

This Skill automates the creation of Convention Skill definitions, transforming user-defined rules and guidelines into structured, reusable AI components. It ensures consistency and adherence to architectural standards, making it easy to standardize practices across projects.

Core Features & Use Cases

  • Interactive Guideline Capture: Guides users through defining skill objectives, categories, and specific rules for any set of conventions.
  • Template-Based Generation: Selects and populates appropriate templates (simple or full) based on guideline complexity, ensuring comprehensive documentation.
  • Good/Bad Example Support: Facilitates the creation of clear examples to illustrate adherence and violations of rules, enhancing understanding.
  • Use Case: A user wants to define coding-conventions for their team. This skill helps categorize rules (e.g., naming, layout), add good/bad code examples, and generates a complete coding-conventions/SKILL.md file for their AI plugin.

Quick Start

Generate a Convention Skill for "coding conventions," including categories like naming rules and code layout, with good and bad examples.

Frequently Asked Questions about convention-skill-generator

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

FAQPage Schema
How do I generate a Convention Skill from my team's coding guidelines?

Convention Skill Generator transforms your coding guidelines into a structured SKILL.md file by collecting your objectives, categorizing rules, selecting a template (simple or full), adding examples, and validating against plugin architecture. The result is a reusable AI component that standardizes practices across projects.

What should I include when defining conventions for a Convention Skill?

Define skill objectives, organize rules into logical categories (e.g., naming, layout, documentation), provide good and bad code examples for each rule, and ensure compatibility with your plugin architecture. The generator guides you through interactive dialogues to capture and structure this information.

Can I use Convention Skill Generator for non-coding standards like documentation or API design?

Yes. The Skill works with any set of conventions—coding standards, documentation guidelines, API design rules, or naming conventions. You define the categories and rules; the generator structures them into a standardized SKILL.md format regardless of domain.

What's the difference between simple and full Convention Skill templates?

Simple templates suit basic rule sets with minimal categories and examples, while full templates support complex guidelines with multiple category types, detailed examples, and comprehensive checklists. The generator helps you select based on your guideline complexity.

Does the generated Convention Skill validate against markdown and plugin standards?

Yes. Convention Skill Generator automatically validates the output SKILL.md for markdownlint compliance and compatibility with plugin architecture, ensuring your generated file meets structural and formatting requirements before delivery.

Can multiple team members collaborate on defining conventions using this Skill?

The Skill captures conventions through interactive dialogues with user input. Once generated, the SKILL.md file can be version-controlled and edited collaboratively, making it suitable for team-driven guideline development and refinement.