chameleon-teach

Capture and store team-specific coding idioms for automated code review assistance.

9|3|Updated May 10, 2026
One-click install
npx skills add https://github.com/crisnahine/chameleon --skill chameleon-teach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chameleon-teach
Source: https://github.com/crisnahine/chameleon/tree/main/plugin/skills/chameleon-teach
Command: npx skills add https://github.com/crisnahine/chameleon --skill chameleon-teach

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers enforce team coding conventions and patterns by capturing and storing them for AI-powered code review assistance.

Core Features & Use Cases

  • Capture Team Idioms: Record team-specific coding patterns and conventions.
  • Automated Code Review: Utilize captured idioms to assist in AI-driven code reviews.
  • Use Case: When a developer wants to enforce a team-wide coding style or prevent certain imports, they can use this Skill to document the rule and ensure it's applied during code reviews.

Quick Start

Use the /chameleon-teach command to capture a new team idiom, providing a description and an example of the pattern you want to enforce.

Frequently Asked Questions about chameleon-teach

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

FAQPage Schema
How do I enforce team coding conventions during automated code reviews?

AI code review assistance enforces team coding conventions by capturing and storing your team-specific patterns and idioms. This allows the AI to automatically check new code against your documented rules during review.

What are coding idioms and how do they help with software development?

Coding idioms are team-specific patterns and conventions used in software development. They ensure consistent code style and prevent unwanted patterns, which can be enforced through automated AI code reviews.

How do I teach AI my team's coding patterns?

You can teach AI your team's coding patterns by using a capture command to record a new idiom. You provide a description and an example of the pattern you want to enforce, which is then applied during code reviews.

Can I use free-form text to document team conventions for AI code review?

Yes, you can use both structured and free-form input methods to document team conventions for AI code review. This flexibility allows you to capture various types of coding patterns as needed.

What is the best way to prevent certain imports across a development team?

The best way to prevent certain imports is to document the rule as a team idiom. By capturing the unwanted import pattern, you ensure the AI code review assistance flags it whenever a developer uses it.