8000 GitHub - Disdjj/codelf: make cursor/windsurf work better
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Disdjj/codelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codelf

By DJJ & Dannielee

CN

Codelf is a powerful AI-assisted coding tool that provides better code understanding and modification capabilities for AI agents through the Model Context Protocol (MCP).

MCP Setup

add mcp settings

{
  "mcpServers": {
    "codelf": {
      "command": "npx",
      "args": ["codelf"]
    }
  }
}

  1. Initialize codelf in Cursor/Windsurf agent mode by sending the command:
do init-codelf and follow the instructions
  1. In most cases, prompts will be automatically assembled by codelf

  2. After the agent completes writing, you can prompt:

do update-project-info

Cursor Setup

  1. goto Settings -> Rules -> User Rules
  2. add Content
Before responding or modifying the code, one should first obtain comprehensive information via `get-project-info` before making any decisions.
Everytime you finish editing code, you must call `update-project-info` and follow the instructions from the response
  1. if you are in windows, add I am currently under the Windows system. Use like "C:\Users\..." to send Path

Windsurf Setup

  1. goto Settings -> cascade -> Memories and Rules -> Global rules
  2. add Content
Before responding or modifying the code, one should first obtain comprehensive information via `get-project-info` before making any decisions.
Everytime you finish editing code, you must call `update-project-info` and follow the instructions from the response
  1. if you are in windows, add
I am currently under the Windows system. Use like "C:\\Users\\..." to send Path

Core Features

AI IDE Friendly

  • Automatically analyzes project language/structure/purpose
  • Reads code blocks in Edit/Agent mode
  • Records each LLM request for traceability

MCP Support

  • Comprehensive project structure
  • Complete code standards

Adaptive Changes

  • File tree
  • Project structure changes
  • Code standard validation

About

make cursor/windsurf work better

Resources

Stars

Watchers

Forks

Packages

No packages published
0