project-discipline-guides

Remove redundant common knowledge from project-specific technical discipline guides.

926|71|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/GoogleChrome/modern-web-guidance-src --skill project-discipline-guides
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-discipline-guides
Source: https://github.com/GoogleChrome/modern-web-guidance-src/tree/main/.agents/skills/project-discipline-guides
Command: npx skills add https://github.com/GoogleChrome/modern-web-guidance-src --skill project-discipline-guides

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Project-specific discipline guides (e.g., for JavaScript, CSS) often include content that modern AI coding models already natively understand, which wastes valuable context window space and reduces the efficiency of AI-assisted development workflows.

Core Features & Use Cases

  • Cross-Model Knowledge Mirror Generation: Automatically generates "redundancy mirrors" from Gemini, Claude, and Codex to identify content all models treat as common knowledge for a given discipline.
  • Strict Inverse Filtering: Prunes only content confirmed as redundant across all three models, preserving project-specific rules, architectural conventions, and guidance that counters common AI biases.
  • Use Case: A team maintaining a project-specific JavaScript style guide can use this skill to strip out generic best practices all models already know, keeping only rules unique to the team's codebase (e.g., custom naming conventions, project-specific performance requirements).

Quick Start

Use the project-discipline-guides skill to remove redundant common knowledge from your project's JavaScript discipline guide by comparing it against cross-model knowledge mirrors.

Frequently Asked Questions about project-discipline-guides

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

FAQPage Schema
How do I remove redundant common knowledge from technical discipline guides?

To remove redundant common knowledge from technical discipline guides, apply strict inverse filtering against intersecting knowledge mirrors generated from multiple AI models, preserving only project-unique rules and differential content.

Why does my AI coding agent context window fill up with generic framework best practices?

Context windows fill up because project-specific discipline guides often include content modern AI models natively understand, wasting valuable space; pruning this common knowledge reduces context window overhead for AI-assisted development.

How do cross-model knowledge mirrors identify redundant guide content?

Cross-model knowledge mirrors identify redundant guide content by generating baseline knowledge outputs from Gemini, Claude, and Codex, then performing strict A-B comparisons to prune only universally common content while preserving differential project rules.

Can I use guide refactoring to preserve project-specific security constraints and architectural conventions?

Yes, guide refactoring preserves project-specific security constraints and architectural conventions by applying inverse filtering, which strips away generic best practices but retains advanced performance patterns and counter-bias guidance unique to your team.

What happens to counter-bias guidance during redundancy pruning?

During redundancy pruning, counter-bias guidance is explicitly preserved; the strict inverse filtering mechanism only removes content confirmed as redundant across all three AI models, ensuring rules countering common AI biases remain intact.

When should I not use context optimization for engineering workflow guides?

Context optimization should not be used when guides contain highly specialized architectural conventions not covered by baseline AI models, as strict A-B comparison might fail to recognize niche project-unique rules as differential content worth retaining.