add

Adds new rules with contextual tags to the CLAUDE.md style guide.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/cloudvoyant/claudevoyant --skill add-cloudvoyant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add
Source: https://github.com/cloudvoyant/claudevoyant/tree/main/plugins/style/skills/add
Command: npx skills add https://github.com/cloudvoyant/claudevoyant --skill add-cloudvoyant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of maintaining and updating a project's style guide by allowing users to easily add new rules to the central CLAUDE.md file.

Core Features & Use Cases

  • Rule Addition: Add new style guidelines with specific context tags.
  • Contextual Tagging: Associate rules with relevant areas like 'build', 'code', 'git', etc.
  • Automated Formatting: Supports different rule formats (bullet, critical, detailed).
  • Token Management: Warns if sections exceed token limits and suggests optimization.
  • Use Case: When a new coding standard is decided upon, like "Prefer const over let for variable declarations," this Skill can add it to the CLAUDE.md file under the 'code' and 'typescript' contexts.

Quick Start

Add a new style rule to CLAUDE.md for using justfile recipes with build and tools contexts.

Frequently Asked Questions about add

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

FAQPage Schema
How do I add new coding standards to a CLAUDE.md style guide?

To add new coding standards to a CLAUDE.md style guide, you parse arguments, read existing markdown, determine the appropriate section, and format the rule with contextual tags. This updates the file while maintaining project-wide coding standards.

What is the best way to organize markdown documentation rules by context?

Organizing markdown documentation rules by context uses contextual tagging to associate guidelines with relevant areas like build, code, or git. This categorization ensures coding standards are applied correctly across different development domains.

Can I tag style guide rules for specific development areas like git and build systems?

Yes, you can tag style guide rules for specific development areas like git and build systems. Contextual tagging allows you to associate markdown rules with relevant contexts, ensuring automated formatting applies standards to the correct development domains.

How does the CLAUDE.md rule formatter handle different markdown style guide formats?

The CLAUDE.md rule formatter handles different markdown style guide formats by supporting bullet, critical, and detailed rule structures. It reads existing markdown, determines the appropriate section, and automatically formats new rules to match the project's style guide.

What happens when a markdown style guide section exceeds token limits?

When a markdown style guide section exceeds token limits, the system issues a warning and suggests optimization. This token management prevents overly large documentation sections from degrading context processing performance.

Do I need a local JSON patterns file to maintain coding standards?

Yes, you need a local JSON patterns file to maintain coding standards. The rule addition process updates this JSON file alongside the markdown style guide, enabling pattern recognition and contextual tagging for future rule formatting.