Repository Analysis

muratcankoylan/Agent-Skills-for-Context-Engineering

A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, or debugging agent systems that require effective context management.

12.9 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of muratcankoylan/Agent-Skills-for-Context-Engineering, a Python project with 17,184 GitHub stars. SynthScan v2.0 examined 80,439 lines of code across 343 source files, recording 518 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 12.9 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

12.9
Adjusted Score
12.9
Raw Score
100%
Time Factor
2026-07-14
Last Push
17.2K
Stars
Python
Language
80.4K
Lines of Code
343
Files
518
Pattern Hits
2026-07-14
Scan Date
0.03
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 9MEDIUM 226LOW 283

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 518 distinct pattern matches across 18 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators150 hits · 442 pts
SeverityFileLineSnippetContext
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py33# =============================================================================COMMENT
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py35# =============================================================================COMMENT
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py165# =============================================================================COMMENT
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py168# =============================================================================COMMENT
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py834# =============================================================================STRING
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py836# =============================================================================STRING
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py1011# =============================================================================COMMENT
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py1013# =============================================================================COMMENT
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py12# =============================================================================COMMENT
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py14# =============================================================================COMMENT
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py37# =============================================================================COMMENT
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py39# =============================================================================COMMENT
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py74# =============================================================================COMMENT
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py76# =============================================================================COMMENT
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py107# =============================================================================COMMENT
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py109# =============================================================================COMMENT
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py133# =============================================================================STRING
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py135# =============================================================================STRING
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py159# =============================================================================STRING
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py161# =============================================================================STRING
MEDIUMskills/multi-agent-patterns/scripts/coordination.py105# ---------------------------------------------------------------------------COMMENT
MEDIUMskills/multi-agent-patterns/scripts/coordination.py107# ---------------------------------------------------------------------------COMMENT
MEDIUMskills/multi-agent-patterns/scripts/coordination.py303# ---------------------------------------------------------------------------COMMENT
MEDIUMskills/multi-agent-patterns/scripts/coordination.py305# ---------------------------------------------------------------------------COMMENT
MEDIUMskills/multi-agent-patterns/scripts/coordination.py386# ---------------------------------------------------------------------------COMMENT
MEDIUMskills/multi-agent-patterns/scripts/coordination.py388# ---------------------------------------------------------------------------COMMENT
MEDIUMskills/multi-agent-patterns/scripts/coordination.py485# ---------------------------------------------------------------------------COMMENT
MEDIUMskills/multi-agent-patterns/scripts/coordination.py487# ---------------------------------------------------------------------------COMMENT
MEDIUMskills/multi-agent-patterns/scripts/coordination.py560# ---------------------------------------------------------------------------COMMENT
MEDIUMskills/multi-agent-patterns/scripts/coordination.py562# ---------------------------------------------------------------------------COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md13# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md15# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md23# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md25# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md51# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md53# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md65# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md67# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md85# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md87# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md120# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md122# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md154# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md156# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md162# ============================================================COMMENT
MEDIUMskills/bdi-mental-states/references/rdf-examples.md164# ============================================================COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py41# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py43# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py162# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py164# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py108# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py110# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py221# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py223# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py381# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py383# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py515# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py517# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py553# ---------------------------------------------------------------------------COMMENT
MEDIUM…ls/context-degradation/scripts/degradation_detector.py555# ---------------------------------------------------------------------------COMMENT
90 more matches not shown…
Modern AI Meta-Vocabulary71 hits · 206 pts
SeverityFileLineSnippetContext
MEDIUMexamples/interleaved-thinking/README.md121# Capture reasoning traceCOMMENT
MEDIUMexamples/interleaved-thinking/README.md332│ ├── trace.json # Full reasoning traceCODE
MEDIUMexamples/interleaved-thinking/README.md474# Capture a reasoning traceCOMMENT
MEDIUMexamples/interleaved-thinking/SKILL.md128# Capture reasoning traceCOMMENT
MEDIUMexamples/interleaved-thinking/docs/agentthinking.md3It's been fantastic to see the community dive into our new [**MiniMax M2**](https://huggingface.co/MiniMaxAI/MiniMax-M2)CODE
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py734### RAG System DesignCOMMENT
MEDIUM…-thinking/optimization_artifacts/iteration_1/trace.txt112 Tool: save_note({"content": "# Key Concepts in Context Engineering\n\n## Definition\nContext engineering is the delibeCODE
MEDIUM…-thinking/optimization_artifacts/iteration_1/trace.txt115 Tool: save_note({"content": "# Best Practices and Techniques\n\n## Context Management Strategies\n- **Progressive DiscCODE
MEDIUM…-thinking/optimization_artifacts/iteration_1/trace.txt118 Tool: save_note({"content": "# Practical Recommendations for Agent Developers\n\n## Architecture Design\n1. **Start SiCODE
MEDIUM…-thinking/optimization_artifacts/iteration_1/trace.txt118 Tool: save_note({"content": "# Practical Recommendations for Agent Developers\n\n## Architecture Design\n1. **Start SiCODE
MEDIUM…-thinking/optimization_artifacts/iteration_1/trace.txt132 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…-thinking/optimization_artifacts/iteration_1/trace.txt132 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…-thinking/optimization_artifacts/iteration_1/trace.txt132 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…-thinking/optimization_artifacts/iteration_1/trace.txt132 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…-thinking/optimization_artifacts/iteration_6/trace.txt96 Tool: save_note({"content": "# Context Engineering for AI Agents - Key Findings\n\n## The \"Lost in the Middle\" PhenoCODE
MEDIUM…-thinking/optimization_artifacts/iteration_6/trace.txt99 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…-thinking/optimization_artifacts/iteration_6/trace.txt99 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…-thinking/optimization_artifacts/iteration_6/trace.txt99 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…-thinking/optimization_artifacts/iteration_8/trace.txt100 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Research Summary\n\n## Executive SuCODE
MEDIUM…-thinking/optimization_artifacts/iteration_8/trace.txt100 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Research Summary\n\n## Executive SuCODE
MEDIUM…-thinking/optimization_artifacts/iteration_8/trace.txt100 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Research Summary\n\n## Executive SuCODE
MEDIUM…-thinking/optimization_artifacts/iteration_8/trace.txt100 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Research Summary\n\n## Executive SuCODE
MEDIUM…-thinking/optimization_artifacts/iteration_8/trace.txt100 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Research Summary\n\n## Executive SuCODE
MEDIUM…-thinking/optimization_artifacts/iteration_9/trace.txt105 Tool: save_note({"content": "# Key Concepts: Context Engineering for AI Agents\n\n## Definition\nContext engineering iCODE
MEDIUM…-thinking/optimization_artifacts/iteration_9/trace.txt108 Tool: save_note({"content": "# Best Practices for Context Engineering\n\n## 1. Context Structure & Organization\n- UseCODE
MEDIUM…-thinking/optimization_artifacts/iteration_9/trace.txt111 Tool: save_note({"content": "# Practical Recommendations for Agent Developers\n\n## Starting Simple\n1. Begin with sinCODE
MEDIUM…-thinking/optimization_artifacts/iteration_9/trace.txt111 Tool: save_note({"content": "# Practical Recommendations for Agent Developers\n\n## Starting Simple\n1. Begin with sinCODE
MEDIUM…-thinking/optimization_artifacts/iteration_9/trace.txt111 Tool: save_note({"content": "# Practical Recommendations for Agent Developers\n\n## Starting Simple\n1. Begin with sinCODE
MEDIUM…-thinking/optimization_artifacts/iteration_9/trace.txt118 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…-thinking/optimization_artifacts/iteration_9/trace.txt118 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…-thinking/optimization_artifacts/iteration_9/trace.txt118 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…-thinking/optimization_artifacts/iteration_7/trace.txt91 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n**Generated: Research ReCODE
MEDIUM…-thinking/optimization_artifacts/iteration_7/trace.txt91 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n**Generated: Research ReCODE
MEDIUM…-thinking/optimization_artifacts/iteration_7/trace.txt91 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n**Generated: Research ReCODE
MEDIUM…-thinking/optimization_artifacts/iteration_5/trace.txt86 Tool: save_note({"content": "# Key Concepts: Context Engineering for AI Agents\n\n## Definition\nContext engineering iCODE
MEDIUM…-thinking/optimization_artifacts/iteration_5/trace.txt89 Tool: save_note({"content": "# Techniques for Effective AI Agent Design\n\n## From Anthropic's Research\n\n### 1. StarCODE
MEDIUM…-thinking/optimization_artifacts/iteration_5/trace.txt92 Tool: save_note({"content": "# Prompt Engineering Best Practices (OpenAI & DAIR.AI)\n\n## Six Core Strategies (OpenAI)CODE
MEDIUM…-thinking/optimization_artifacts/iteration_5/trace.txt102 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n## Executive SummCODE
MEDIUM…-thinking/optimization_artifacts/iteration_5/trace.txt102 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n## Executive SummCODE
MEDIUM…-thinking/optimization_artifacts/iteration_5/trace.txt102 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n## Executive SummCODE
MEDIUM…-thinking/optimization_artifacts/iteration_5/trace.txt102 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n## Executive SummCODE
MEDIUM…-thinking/optimization_artifacts/iteration_5/trace.txt102 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n## Executive SummCODE
MEDIUM…-thinking/optimization_artifacts/iteration_5/trace.txt102 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n## Executive SummCODE
MEDIUM…-thinking/optimization_artifacts/iteration_2/trace.txt94 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n## Executive SummCODE
MEDIUM…-thinking/optimization_artifacts/iteration_2/trace.txt94 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n## Executive SummCODE
MEDIUM…-thinking/optimization_artifacts/iteration_2/trace.txt94 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n## Executive SummCODE
MEDIUM…-thinking/optimization_artifacts/iteration_3/trace.txt99 Tool: save_note({"content": "# Context Engineering for AI Agents - Key Concepts\n\n## Definition\nContext engineering CODE
MEDIUM…-thinking/optimization_artifacts/iteration_3/trace.txt105 Tool: save_note({"content": "# The \"Lost in the Middle\" Problem\n\n## Research Finding\nFrom Liu et al. (2023) - \"LCODE
MEDIUM…-thinking/optimization_artifacts/iteration_3/trace.txt108 Tool: save_note({"content": "# Practical Recommendations for Agent Developers\n\n## Starting Simple\n1. **Begin with tCODE
MEDIUM…-thinking/optimization_artifacts/iteration_3/trace.txt115 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n**Date:** ResearcCODE
MEDIUM…-thinking/optimization_artifacts/iteration_3/trace.txt115 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n**Date:** ResearcCODE
MEDIUM…-thinking/optimization_artifacts/iteration_3/trace.txt115 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n**Date:** ResearcCODE
MEDIUM…-thinking/optimization_artifacts/iteration_3/trace.txt115 Tool: write_file({"content": "# Context Engineering for AI Agents: Comprehensive Research Summary\n\n**Date:** ResearcCODE
MEDIUM…-thinking/optimization_artifacts/iteration_4/trace.txt105 Tool: save_note({"content": "# Context Engineering for AI Agents - Key Research Findings\n\n## Core Concept\nContext eCODE
MEDIUM…-thinking/optimization_artifacts/iteration_4/trace.txt115 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Research Summary\n\n## Executive SuCODE
MEDIUM…-thinking/optimization_artifacts/iteration_4/trace.txt115 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Research Summary\n\n## Executive SuCODE
MEDIUM…thinking/optimization_artifacts/iteration_10/trace.txt117 Tool: save_note({"content": "# Key Findings: Context Engineering for AI Agents\n\n## Core Concepts\n- Context is the mCODE
MEDIUM…thinking/optimization_artifacts/iteration_10/trace.txt120 Tool: save_note({"content": "# Context Management Strategies for AI Agents\n\n## Token Efficiency\n- Every token costsCODE
MEDIUM…thinking/optimization_artifacts/iteration_10/trace.txt127 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
MEDIUM…thinking/optimization_artifacts/iteration_10/trace.txt127 Tool: write_file({"content": "# Context Engineering for AI Agents: A Comprehensive Summary\n\n## Executive Summary\n\nCODE
11 more matches not shown…
Hyper-Verbose Identifiers84 hits · 87 pts
SeverityFileLineSnippetContext
LOW…rleaved-thinking/reasoning_trace_optimizer/analyzer.py266 def _format_trace_for_analysis(self, trace: ReasoningTrace) -> str:CODE
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py410 def _save_iteration_artifacts(self, iteration: LoopIteration, num: int) -> None:CODE
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py247 def suggest_tool_improvements(CODE
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py319 def _format_patterns_for_tools(self, patterns: list) -> str:CODE
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py325 def _parse_optimization_response(CODE
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py414def format_optimization_report(result: OptimizationResult) -> str:CODE
LOW…-thinking/reasoning_trace_optimizer/skill_generator.py99def _format_numbered_list_to_markdown(items: list | str) -> str:STRING
LOW…-thinking/reasoning_trace_optimizer/skill_generator.py115def _format_examples_to_markdown(examples: list | str) -> str:STRING
LOWexamples/interleaved-thinking/tests/test_models.py19def test_thinking_block_creation():CODE
LOWexamples/interleaved-thinking/tests/test_models.py45def test_reasoning_trace_creation():CODE
LOWexamples/interleaved-thinking/tests/test_models.py89def test_analysis_result_creation():CODE
LOWexamples/interleaved-thinking/tests/test_models.py97def test_optimization_result_creation():CODE
LOWexamples/interleaved-thinking/tests/test_models.py113def test_loop_result_creation():CODE
LOW…es/digital-brain-skill/agents/scripts/content_ideas.py32def get_top_performing_content():CODE
LOWexamples/book-sft-pipeline/references/tinker.txt3120def _convert_tensor_dtype_to_numpy(dtype: TensorDtype) -> npt.DTypeLike:CODE
LOWexamples/book-sft-pipeline/references/tinker.txt3130def _convert_tensor_dtype_to_torch(dtype: TensorDtype) -> "torch.dtype":CODE
LOWexamples/book-sft-pipeline/references/tinker.txt3144def _convert_numpy_dtype_to_tensor(dtype: np.dtype[Any]) -> TensorDtype:CODE
LOWexamples/book-sft-pipeline/references/tinker.txt3154def _convert_torch_dtype_to_tensor(dtype: "torch.dtype") -> TensorDtype:CODE
LOWskills/multi-agent-patterns/references/frameworks.md256def delegate_with_full_context(planner_state, subagent):CODE
LOWskills/multi-agent-patterns/references/frameworks.md272def delegate_with_instructions(task_spec, subagent):CODE
LOWskills/multi-agent-patterns/scripts/coordination.py283 def _simulate_worker_response(CODE
LOWskills/multi-agent-patterns/scripts/coordination.py435 def calculate_weighted_consensus(self, topic_id: str) -> Dict[str, Any]:CODE
LOWskills/multi-agent-patterns/scripts/coordination.py535 def _activate_circuit_breaker(self, agent_id: str) -> None:CODE
LOWskills/bdi-mental-states/SKILL.md219def augment_llm_with_bdi_ontology(prompt, ontology_graph):CODE
LOW…/bdi-mental-states/references/framework-integration.md243 def _validate_against_ontology(self, triples: str) -> dict:CODE
LOW…/bdi-mental-states/references/framework-integration.md303def detect_location_inconsistency(graph: Graph) -> list[str]:STRING
LOW…/bdi-mental-states/references/framework-integration.md558 def request_belief_confirmation(self, belief_uri: str, receiver: str) -> ACLMessage:CODE
LOWskills/context-degradation/references/patterns.md12def measure_attention_distribution(model, context_tokens, query):CODE
LOWskills/context-degradation/references/patterns.md125def analyze_error_propagation(context, error_points):CODE
LOWskills/context-degradation/references/patterns.md278def truncate_context_for_recovery(context, preserved_elements, target_size):CODE
LOW…ls/context-degradation/scripts/degradation_detector.py45def measure_attention_distribution(CODE
LOW…ls/context-degradation/scripts/degradation_detector.py166def analyze_context_structure(context: str) -> Dict[str, object]:CODE
LOW…ls/context-degradation/scripts/degradation_detector.py363 def _detect_hallucination_markers(self, text: str) -> List[str]:CODE
LOW…ls/context-degradation/scripts/degradation_detector.py488 def _generate_recommendations(CODE
LOW…ontext-compression/tests/test_compression_evaluator.py19 def test_json_ground_truth_terms_score_when_response_mentions_artifacts(CODE
LOW…ontext-compression/tests/test_compression_evaluator.py38 def test_plain_text_ground_truth_still_uses_substring_match(self) -> None:CODE
LOW…s/context-compression/scripts/compression_evaluator.py520 def _ground_truth_overlap_ratio(self,CODE
LOW…s/context-compression/scripts/compression_evaluator.py534 def _extract_ground_truth_terms(self, ground_truth: str) -> List[str]:CODE
LOW…s/context-compression/scripts/compression_evaluator.py557 def _calculate_dimension_scores(self,CODE
LOW…s/context-compression/scripts/compression_evaluator.py738def evaluate_compression_quality(CODE
LOWskills/memory-systems/references/implementation.md280 def create_temporal_relationship(CODE
LOWskills/memory-systems/scripts/memory_store.py352 def create_temporal_relationship(CODE
LOW…anced-evaluation/references/implementation-patterns.md77async def compare_with_bias_mitigation(response_a, response_b, prompt, criteria, model):CODE
LOW…anced-evaluation/references/implementation-patterns.md287async def test_full_evaluation_pipeline():CODE
LOW…anced-evaluation/references/implementation-patterns.md302async def test_position_bias_mitigation():CODE
LOW…ills/advanced-evaluation/references/bias-mitigation.md175async def relevance_weighted_evaluation(response, prompt, criteria):CODE
LOW…ills/advanced-evaluation/scripts/evaluation_example.py143def pairwise_comparison_example() -> dict[str, Any]:CODE
LOW…ills/advanced-evaluation/scripts/evaluation_example.py261def rubric_generation_example() -> dict[str, Any]:CODE
LOW…/context-fundamentals/references/context-components.md200def get_customer_response_format():CODE
LOWskills/context-fundamentals/scripts/context_manager.py320def validate_context_structure(context: Dict[str, Any]) -> Dict[str, Any]:CODE
LOW…ls/project-development/references/pipeline-patterns.md316def process_batch_with_partial_success(items: list) -> tuple[list, list]:CODE
LOW…ls/project-development/references/pipeline-patterns.md573def test_parse_stage_malformed():STRING
LOWskills/evaluation/references/metrics.md180 def get_complexity_distribution(self):CODE
LOWskills/evaluation/scripts/evaluator.py340 def get_complexity_distribution(self) -> Dict[str, int]:CODE
LOWskills/context-optimization/scripts/compaction.py492def generate_cache_recommendations(hits: int, misses: int) -> List[str]:CODE
LOWskills/tool-design/SKILL.md127def optimize_tool_description(tool_spec, failure_examples):CODE
LOWskills/tool-design/scripts/description_generator.py111def generate_tool_description(tool_spec: ToolSpec) -> str:STRING
LOW…ls/hosted-agents/references/infrastructure-patterns.md678 def get_app_installation_token(self, repo: str) -> str:CODE
LOWskills/hosted-agents/scripts/sandbox_manager.py347 async def _create_sandbox_from_image(self, image: RepositoryImage) -> Sandbox:CODE
LOWresearcher/scripts/validate_platform_compat.py148def validate_platform_install_layouts(skill_dirs: list[Path], errors: list[str]) -> None:CODE
24 more matches not shown…
Unused Imports64 hits · 64 pts
SeverityFileLineSnippetContext
LOW…rleaved-thinking/reasoning_trace_optimizer/analyzer.py10CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py21CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py22CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py23CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py24CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py24CODE
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py25CODE
LOW…/interleaved-thinking/reasoning_trace_optimizer/cli.py141CODE
LOW…/interleaved-thinking/reasoning_trace_optimizer/cli.py141CODE
LOW…/interleaved-thinking/reasoning_trace_optimizer/cli.py141CODE
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py9CODE
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py21CODE
LOW…-thinking/reasoning_trace_optimizer/skill_generator.py12CODE
LOW…-thinking/reasoning_trace_optimizer/skill_generator.py16CODE
LOWexamples/interleaved-thinking/examples/02_tool_usage.py15CODE
LOW…/interleaved-thinking/examples/03_full_optimization.py16CODE
LOW…es/digital-brain-skill/agents/scripts/weekly_review.py8CODE
LOW…s/digital-brain-skill/agents/scripts/stale_contacts.py8CODE
LOW…mples/long-horizon-prompt-lab/scripts/verify_report.py15CODE
LOWexamples/long-horizon-prompt-lab/scripts/build_lab.py20CODE
LOW…mples/long-horizon-prompt-lab/scripts/validate_site.py4CODE
LOWexamples/book-sft-pipeline/scripts/pipeline_example.py10CODE
LOWskills/memory-systems/scripts/memory_store.py25CODE
LOW…ills/advanced-evaluation/scripts/evaluation_example.py12CODE
LOWskills/context-fundamentals/scripts/context_manager.py40CODE
LOWskills/filesystem-context/scripts/filesystem_context.py26CODE
LOWskills/filesystem-context/scripts/filesystem_context.py29CODE
LOWskills/tool-design/scripts/description_generator.py27CODE
LOWskills/tool-design/scripts/description_generator.py29CODE
LOWskills/hosted-agents/scripts/sandbox_manager.py16CODE
LOWresearcher/scripts/skill_health.py15CODE
LOWresearcher/scripts/render_router_report.py21CODE
LOWresearcher/scripts/validate_platform_compat.py15CODE
LOWresearcher/scripts/loop_step.py17CODE
LOWresearcher/scripts/loop_step.py26CODE
LOWresearcher/scripts/loop_step.py26CODE
LOWresearcher/scripts/check_activation_cases.py4CODE
LOWresearcher/scripts/loop_common.py10CODE
LOWresearcher/scripts/loop_discover.py9CODE
LOWresearcher/scripts/loop_discover.py17CODE
LOWresearcher/scripts/research_loop.py8CODE
LOWresearcher/scripts/validate_repo.py8CODE
LOWresearcher/scripts/loop_daily.py9CODE
LOWresearcher/scripts/loop_daily.py15CODE
LOWresearcher/scripts/loop_daily.py18CODE
LOWresearcher/scripts/loop_daily.py18CODE
LOWresearcher/scripts/run_benchmarks.py4CODE
LOWresearcher/scripts/validate_run.py9CODE
LOWresearcher/scripts/novelty_check.py4CODE
4 more matches not shown…
Structural Annotation Overuse36 hits · 64 pts
SeverityFileLineSnippetContext
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py160 # Step 1: Capture traceCOMMENT
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py170 # Step 2: Analyze traceCOMMENT
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py184 # Step 3: Check convergenceCOMMENT
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py193 # Step 4: Optimize if continuingCOMMENT
LOWexamples/digital-brain-skill/examples/meeting-prep.md13## Step 1: Agent Activates SkillCOMMENT
LOWexamples/digital-brain-skill/examples/meeting-prep.md23## Step 2: Contact LookupCOMMENT
LOWexamples/digital-brain-skill/examples/meeting-prep.md51## Step 3: Interaction HistoryCOMMENT
LOWexamples/digital-brain-skill/examples/meeting-prep.md90## Step 4: Check Pending ItemsCOMMENT
LOWexamples/digital-brain-skill/examples/meeting-prep.md108## Step 5: Generate BriefCOMMENT
LOWexamples/digital-brain-skill/examples/meeting-prep.md171## Step 6: Post-Meeting LoggingCOMMENT
LOW…mples/digital-brain-skill/examples/content-workflow.md13## Step 1: Agent Activates SkillCOMMENT
LOW…mples/digital-brain-skill/examples/content-workflow.md24## Step 2: Load Identity (Required)COMMENT
LOW…mples/digital-brain-skill/examples/content-workflow.md54## Step 3: Reference Past SuccessCOMMENT
LOW…mples/digital-brain-skill/examples/content-workflow.md72## Step 4: Check Ideas BankCOMMENT
LOW…mples/digital-brain-skill/examples/content-workflow.md89## Step 5: Generate DraftCOMMENT
LOW…mples/digital-brain-skill/examples/content-workflow.md125## Step 6: User Feedback & IterationCOMMENT
LOW…mples/digital-brain-skill/examples/content-workflow.md136## Step 7: Log the Idea (If Not Publishing)COMMENT
LOW…mples/digital-brain-skill/examples/content-workflow.md156## Step 8: Post-Publish LoggingCOMMENT
LOW…m-as-judge-skills/examples/full-evaluation-workflow.ts48 // Step 1: Generate rubricsCOMMENT
LOW…m-as-judge-skills/examples/full-evaluation-workflow.ts75 // Step 2: Score the responseCOMMENT
LOW…m-as-judge-skills/examples/full-evaluation-workflow.ts102 // Step 3: Compare with an alternativeCOMMENT
LOW…dge-skills/prompts/agent-system/orchestrator-prompt.md57### Step 1: Task AnalysisCOMMENT
LOW…dge-skills/prompts/agent-system/orchestrator-prompt.md63### Step 2: Agent AssignmentCOMMENT
LOW…dge-skills/prompts/agent-system/orchestrator-prompt.md68### Step 3: Execution PlanningCOMMENT
LOW…dge-skills/prompts/agent-system/orchestrator-prompt.md76### Step 4: Execution & MonitoringCOMMENT
LOW…dge-skills/prompts/agent-system/orchestrator-prompt.md81### Step 5: SynthesisCOMMENT
LOW…kills/prompts/evaluation/pairwise-comparison-prompt.md64### Step 1: Independent AnalysisCOMMENT
LOW…kills/prompts/evaluation/pairwise-comparison-prompt.md78### Step 2: Head-to-Head ComparisonCOMMENT
LOW…kills/prompts/evaluation/pairwise-comparison-prompt.md89### Step 3: Final DeterminationCOMMENT
LOWexamples/book-sft-pipeline/references/tinker.txt2367### Step 1: Generate Training DataCOMMENT
LOWexamples/book-sft-pipeline/references/tinker.txt2381### Step 2: Train the Student ModelCOMMENT
LOWexamples/book-sft-pipeline/references/tinker.txt2394### Step 3: Test Your ModelCOMMENT
LOWskills/memory-systems/references/implementation.md361 # Step 1: Identify duplicate or merged factsCOMMENT
LOWskills/memory-systems/references/implementation.md364 # Step 2: Merge related factsCOMMENT
LOWskills/memory-systems/references/implementation.md368 # Step 3: Update validity periodsCOMMENT
LOWskills/memory-systems/references/implementation.md371 # Step 4: Rebuild indexesCOMMENT
Cross-Language Confusion5 hits · 38 pts
SeverityFileLineSnippetContext
HIGHskills/hosted-agents/scripts/sandbox_manager.py189 "cd /workspace && npm install",CODE
HIGHskills/hosted-agents/scripts/sandbox_manager.py192 "cd /workspace && npm run build",CODE
HIGHskills/hosted-agents/scripts/sandbox_manager.py195 "cd /workspace && npm run dev &",CODE
HIGHskills/hosted-agents/scripts/sandbox_manager.py197 "cd /workspace && npm test -- --run || true", # Run tests to warm cacheCODE
HIGHskills/hosted-agents/scripts/sandbox_manager.py197 "cd /workspace && npm test -- --run || true", # Run tests to warm cacheCODE
Deep Nesting31 hits · 30 pts
SeverityFileLineSnippetContext
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py159CODE
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py231CODE
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py111CODE
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py247CODE
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py372CODE
LOW…-thinking/reasoning_trace_optimizer/skill_generator.py358CODE
LOW…/interleaved-thinking/examples/03_full_optimization.py838CODE
LOW…es/digital-brain-skill/agents/scripts/content_ideas.py14CODE
LOW…es/digital-brain-skill/agents/scripts/weekly_review.py15CODE
LOW…es/digital-brain-skill/agents/scripts/idea_to_draft.py14CODE
LOW…s/digital-brain-skill/agents/scripts/stale_contacts.py21CODE
LOW…s/digital-brain-skill/agents/scripts/stale_contacts.py49CODE
LOW…mples/long-horizon-prompt-lab/scripts/validate_site.py92CODE
LOW…ls/context-degradation/scripts/degradation_detector.py340CODE
LOW…s/context-compression/scripts/compression_evaluator.py434CODE
LOW…s/context-compression/scripts/compression_evaluator.py534CODE
LOW…s/context-compression/scripts/compression_evaluator.py542CODE
LOWskills/memory-systems/scripts/memory_store.py279CODE
LOWskills/project-development/scripts/pipeline_template.py726CODE
LOWskills/evaluation/scripts/evaluator.py182CODE
LOWskills/evaluation/scripts/evaluator.py279CODE
LOWskills/context-optimization/scripts/compaction.py104CODE
LOWresearcher/scripts/render_router_report.py145CODE
LOWresearcher/scripts/loop_step.py334CODE
LOWresearcher/scripts/loop_discover.py81CODE
LOWresearcher/scripts/validate_repo.py351CODE
LOWresearcher/scripts/validate_repo.py470CODE
LOWresearcher/scripts/validate_repo.py488CODE
LOWresearcher/scripts/validate_repo.py496CODE
LOWresearcher/scripts/skill_frontmatter.py73CODE
LOWresearcher/scripts/compare_skill_revisions.py69CODE
Excessive Try-Catch Wrapping20 hits · 18 pts
SeverityFileLineSnippetContext
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py152 except Exception as e:CODE
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py215 except Exception as e:CODE
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py369 except Exception as e:CODE
LOW…/interleaved-thinking/examples/03_full_optimization.py1001 except Exception as e:CODE
LOWskills/multi-agent-patterns/references/frameworks.md400 except Exception as e:CODE
LOW…ls/project-development/references/pipeline-patterns.md102 except Exception as e:CODE
LOW…ls/project-development/references/pipeline-patterns.md249 except Exception as e:CODE
LOW…ls/project-development/references/pipeline-patterns.md254 except Exception as e:CODE
LOW…ls/project-development/references/pipeline-patterns.md259 except Exception as e:CODE
LOW…ls/project-development/references/pipeline-patterns.md282 except Exception as e:CODE
LOW…ls/project-development/references/pipeline-patterns.md325 except Exception as e:CODE
LOWskills/project-development/scripts/pipeline_template.py435 except Exception as e:STRING
LOWskills/project-development/scripts/pipeline_template.py441 except Exception as e:STRING
LOWskills/project-development/scripts/pipeline_template.py447 except Exception as e:STRING
LOWskills/project-development/scripts/pipeline_template.py453 except Exception as e:STRING
LOWskills/project-development/scripts/pipeline_template.py459 except Exception as e:STRING
LOWskills/project-development/scripts/pipeline_template.py318 except Exception as e:STRING
LOW…ls/hosted-agents/references/infrastructure-patterns.md87 except Exception as e:CODE
LOWskills/hosted-agents/scripts/sandbox_manager.py383 except Exception as e:CODE
LOWresearcher/scripts/loop_common.py60 except Exception:CODE
Modern Structural Boilerplate15 hits · 16 pts
SeverityFileLineSnippetContext
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py29__all__ = [CODE
LOWskills/multi-agent-patterns/scripts/coordination.py21__all__ = [CODE
LOW…ls/context-degradation/scripts/degradation_detector.py31__all__ = [CODE
LOW…s/context-compression/scripts/compression_evaluator.py43__all__ = [CODE
LOWskills/memory-systems/scripts/memory_store.py31__all__ = [CODE
LOW…ills/advanced-evaluation/scripts/evaluation_example.py16__all__ = [CODE
LOWskills/context-fundamentals/scripts/context_manager.py45__all__ = [CODE
LOWskills/project-development/scripts/pipeline_template.py40__all__ = [CODE
LOWskills/evaluation/scripts/evaluator.py22__all__ = [CODE
LOWskills/context-optimization/scripts/compaction.py40__all__ = [CODE
LOWskills/tool-design/scripts/description_generator.py35__all__ = [CODE
LOWskills/hosted-agents/scripts/sandbox_manager.py22__all__ = [CODE
LOWresearcher/scripts/loop_step.py237def update_run_queue_retrieval(run_dir: Path, status: str, raw_paths: list[str], notes: str) -> None:CODE
LOWresearcher/scripts/research_loop.py110def set_state(run_dir: Path, state_name: str, reason: str, evidence: str = "") -> None:CODE
LOWresearcher/scripts/research_loop.py250def update_queue(run_dir: Path, **updates: Any) -> None:STRING
Magic Placeholder Names3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHexamples/interleaved-thinking/docs/m2-1.md27export ANTHROPIC_API_KEY=${YOUR_API_KEY}CODE
HIGH…mples/interleaved-thinking/docs/interleavedthinking.md56export ANTHROPIC_API_KEY=${YOUR_API_KEY}CODE
HIGH…mples/interleaved-thinking/docs/interleavedthinking.md239export OPENAI_API_KEY=${YOUR_API_KEY}CODE
Verbosity Indicators7 hits · 14 pts
SeverityFileLineSnippetContext
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py160 # Step 1: Capture traceCOMMENT
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py170 # Step 2: Analyze traceCOMMENT
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py184 # Step 3: Check convergenceCOMMENT
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py193 # Step 4: Optimize if continuingCOMMENT
LOW…m-as-judge-skills/examples/full-evaluation-workflow.ts48 // Step 1: Generate rubricsCOMMENT
LOW…m-as-judge-skills/examples/full-evaluation-workflow.ts75 // Step 2: Score the responseCOMMENT
LOW…m-as-judge-skills/examples/full-evaluation-workflow.ts102 // Step 3: Compare with an alternativeCOMMENT
Redundant / Tautological Comments7 hits · 10 pts
SeverityFileLineSnippetContext
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py147 # Check if we hit max turns without completionCOMMENT
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py254 # Check if we should stopCOMMENT
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py285 # Check if any iteration actually produced a different promptCOMMENT
LOW…/interleaved-thinking/examples/03_full_optimization.py849 # Check if any query words match the keyCOMMENT
LOWexamples/digital-brain-skill/scripts/install.sh49# Check if already existsCOMMENT
LOWskills/memory-systems/scripts/memory_store.py433 # Check if overlaps with query rangeCOMMENT
LOWskills/hosted-agents/scripts/sandbox_manager.py290 # Check if image is still currentCOMMENT
Over-Commented Block10 hits · 10 pts
SeverityFileLineSnippetContext
LOWexamples/llm-as-judge-skills/README.md201// {COMMENT
LOWexamples/llm-as-judge-skills/README.md261 responseB: POOR_RESPONSE,COMMENT
LOWexamples/llm-as-judge-skills/tools/research/read-url.md101COMMENT
LOW…mples/llm-as-judge-skills/tools/research/web-search.md81const results = await webSearch.execute({COMMENT
LOW…mples/llm-as-judge-skills/tools/research/web-search.md101// },COMMENT
LOW…m-as-judge-skills/tools/evaluation/pairwise-compare.md121// comparison: [COMMENT
LOW…lm-as-judge-skills/tools/evaluation/generate-rubric.md101 scale: "1-5",COMMENT
LOW…lm-as-judge-skills/tools/evaluation/generate-rubric.md121// "Deeply nested logic without explanation",COMMENT
LOW…lm-as-judge-skills/tools/evaluation/generate-rubric.md141// "Consider both naming and structure",COMMENT
LOWskills/project-development/scripts/pipeline_template.py341 """COMMENT
Fake / Example Data7 hits · 6 pts
SeverityFileLineSnippetContext
LOWdocs/gemini_research.md8Advanced Architectures in Agentic AI: A Comprehensive Technical Analysis of Multi-Agent Systems, Context Dynamics, and CCODE
LOWexamples/digital-brain-skill/references/file-formats.md78 "name": "John Doe",CODE
LOWexamples/digital-brain-skill/references/file-formats.md81 "company": "Acme Inc",CODE
LOWexamples/digital-brain-skill/references/file-formats.md141 "attendees": ["John Doe", "Jane Smith"],CODE
LOWskills/memory-systems/SKILL.md73| **Entity** | Cross-session | Entity registry + properties | Maintaining identity ("John Doe" = same person across convCODE
LOWskills/memory-systems/scripts/memory_store.py211 ("John Doe" always maps to the same node).STRING
LOWskills/memory-systems/scripts/memory_store.py604 relationships=[{"target": "Acme Corp", "type": "WORKS_AT"}],CODE
AI Slop Vocabulary4 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py1016 """Run the full optimization loop with comprehensive tools."""STRING
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py1047 task = """Research the topic of "context engineering for AI agents" and create a comprehensive summary.CODE
MEDIUMexamples/long-horizon-prompt-lab/ui/guide.html54 <a href="#boundaries">Prompt vs harness</a>CODE
MEDIUM…ls/context-degradation/scripts/degradation_detector.py405 """Perform comprehensive context health analysis.STRING
Synthetic Comment Markers1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHdocs/blogs.md818We relied on held-out test sets to ensure we did not overfit to our “training” evaluations. These test sets revealed thaCODE
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…ples/interleaved-thinking/examples/01_basic_capture.py30 # Define a simple taskCOMMENT
AI Structural Patterns2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py231CODE
LOWskills/context-optimization/scripts/compaction.py457CODE