using-kodex

Query Kodex topics and flag outdated project information.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill using-kodex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-kodex
Source: https://github.com/ben-mad-jlp/claude-mermaid-collab/tree/main/skills/using-kodex
Command: npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill using-kodex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams surface relevant project knowledge by querying Kodex topics and identifying outdated information to keep work aligned with current patterns and conventions.

Core Features & Use Cases

  • Topic queries: Retrieve Kodex topics by name to surface context for current tasks.
  • Flagging: Mark topics as outdated when code or design deviates from known patterns.
  • Collaboration aid: Guides engineers to align decisions with existing project knowledge.
  • Use Case: A developer starts a feature and uses Kodex to check whether a topic like "authentication" has current guidance before implementing.

Quick Start

Use Kodex to query a topic by name or flag an outdated topic within the current project.

Frequently Asked Questions about using-kodex

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

FAQPage Schema
How do I query Kodex topics to find established project patterns before implementing a feature?

To query Kodex topics, you retrieve project knowledge by topic name to surface context for current tasks. This helps you align new features with existing architecture decisions and conventions before writing code.

What is the best way to flag outdated information in project documentation when code deviates from known patterns?

You can flag outdated information by marking topics when code or design deviates from known patterns. This keeps project knowledge aligned with current conventions and alerts the team to update stale guidance.

When do I need to query project knowledge topics during software engineering collaboration?

You need to query project knowledge topics when starting tasks that require established patterns, architecture decisions, or policy checks. This ensures your work aligns with current team conventions and existing project context.

Can I list all available Kodex topics within my current project to check for relevant guidance?

Yes, you can list all available Kodex topics within your project. The listing functionality supports the kodex_list_topics tool, allowing you to browse and identify relevant project knowledge before query or flagging.