contexts

Manage rule contexts for contextual loading of style guides.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps manage and optimize the loading of style guide rules by organizing them into contexts, improving token efficiency and relevance.

Core Features & Use Cases

  • List Contexts: View all active, unused, and unconfigured style contexts.
  • Add/Remove Contexts: Easily add new contexts or remove existing ones from configuration.
  • Analyze Efficiency: Understand token savings and identify potential optimizations.
  • Use Case: A developer wants to ensure only relevant style rules are loaded when working on TypeScript code, not general Python rules, to save tokens and improve AI focus.

Quick Start

Use the contexts skill to list all configured style guide contexts.

Frequently Asked Questions about contexts

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

FAQPage Schema
How do I manage style guide contexts to improve token efficiency?

Managing style guide contexts involves organizing rules into contexts based on file patterns, tool usage, and commands, ensuring only relevant style rules are dynamically loaded to save tokens and improve AI focus.

How do I list and analyze active style guide contexts?

You can list and analyze active style guide contexts to view all active, unused, and unconfigured configurations, helping you understand token savings and identify potential optimizations for rule loading.

How does contextual rule loading work with CLAUDE.md configuration files?

Contextual rule loading integrates with CLAUDE.md and configuration files to dynamically apply rules based on file patterns, tool usage, and commands, ensuring relevant style guides are loaded only when needed.

Can I add or remove style guide contexts for specific file patterns?

Yes, you can easily add new contexts or remove existing ones from your configuration based on specific file patterns, tool usage, and commands to ensure only relevant style rules are loaded for your current work.

What is the best way to load only relevant style rules for TypeScript code?

The best way to load only relevant style rules for TypeScript code is to organize rules into contexts based on file patterns, ensuring unrelated rules are excluded to save tokens and improve AI focus.