jkkn-terminologies

Scan code, documentation, and UI content for prohibited JKKN terms.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Jicate-Solutions/arts_tally_roja --skill jkkn-terminologies-jicate-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jkkn-terminologies
Source: https://github.com/Jicate-Solutions/arts_tally_roja/tree/main/.claude/skills/jkkn-terminologies
Command: npx skills add https://github.com/Jicate-Solutions/arts_tally_roja --skill jkkn-terminologies-jicate-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, re, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures the use of standardized terminology across all JKKN projects, promoting consistency and clarity in communication and documentation.

Core Features & Use Cases

  • Terminology Enforcement: Enforces JKKN's specific terminology across all development and documentation activities.
  • Term Replacement: Automatically replaces prohibited terms with approved JKKN terms in code, documentation, UI/UX, and communications.
  • Documentation & Validation: Provides a comprehensive terminology dictionary and validation checklist for project deliverables.

Quick Start

Run the 'validate_terminology.py' script to scan your codebase for terminology compliance.

Frequently Asked Questions about jkkn-terminologies

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

FAQPage Schema
How do I standardize terminology across project documentation and code?

To standardize terminology, this Skill scans code, documentation, and UI content for prohibited terms and suggests approved replacements. It enforces consistency by applying a specific terminology dictionary across all deliverables.

What is the best way to scan a codebase for prohibited terms and validate terminology?

The best way to validate terminology is running the 'validate_terminology.py' script. This script scans your codebase using regular expressions for pattern matching to identify non-compliant terms and suggest replacements.

Do I need Python to run the terminology validation script?

Yes, you need Python 3 and the built-in 're' module to run the terminology validation script. These dependencies are required for executing the regular expression pattern matching used to detect non-compliant terms.

Can I use this terminology dictionary to check user-facing UI content?

Yes, you can use this terminology dictionary to check user-facing UI content. The validation process explicitly scans institutional documentation, code, and UI content to ensure standardized terminology across all channels.

How does the term replacement mechanism work for code and documentation?

The term replacement mechanism works by scanning text using Python's 're' module for pattern matching against prohibited terms. It then automatically replaces non-compliant terms with approved terminology in code, documentation, and communications.