CF Plugin Code Intelligence

Analyze codebase architecture and assess refactoring impact with semantic search.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ricable/cli-skills-builder --skill cf-plugin-code-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CF Plugin Code Intelligence
Source: https://github.com/ricable/cli-skills-builder/tree/main/.claude/skills/claude-flow-plugin-code-intelligence
Command: npx skills add https://github.com/ricable/cli-skills-builder --skill cf-plugin-code-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenges of understanding complex codebases, identifying architectural issues, assessing refactoring risks, and improving code quality and consistency.

Core Features & Use Cases

  • Semantic Code Search: Find code by meaning, not just keywords.
  • Architecture Analysis: Visualize and audit codebase structure.
  • Refactoring Impact Assessment: Understand the consequences of code changes.
  • Module Splitting: Identify opportunities to break down large files.
  • Pattern Learning: Discover and enforce coding patterns.
  • Use Case: When refactoring a large service, use this Skill to first analyze its architecture, then assess the impact of a proposed change, and finally search for similar patterns to ensure consistency.

Quick Start

Enable the code intelligence plugin and then execute a semantic search for user authentication code.

Frequently Asked Questions about CF Plugin Code Intelligence

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

FAQPage Schema
How does semantic code search work for finding specific implementation logic?

Architecture analysis visualizes and audits codebase structure to identify architectural patterns and violations, helping you understand complex codebases and ensure structural consistency.

How do I assess the impact of refactoring a large service?

To assess the impact of refactoring a large service, you analyze its architecture and evaluate proposed changes to understand the consequences, then search for similar patterns to ensure code consistency.

Can I get recommendations for splitting large modules in a complex codebase?

Yes, module splitting analysis identifies opportunities to break down large files in a complex codebase, providing specific recommendations to improve structure and reduce file complexity.

When do I need code intelligence for my software engineering workflow?

You need code intelligence when you are dealing with complex codebases, identifying architectural issues, evaluating refactoring risks, or trying to discover and enforce consistent coding patterns.