code_tools

Installation
SKILL.md

Code Tools Skill

You have loaded the Code Tools Skill - The unified entry point for all code operations.

Primary Command

code_search - Unified Search Interface

This is the ONLY search tool you should use.

# Structure search (finds class/function definitions)
code_search("class User")
code_search("def authenticate")

# Semantic search (finds conceptually related code)
code_search("how does authentication work")
code_search("user validation logic")
Installs
16
GitHub Stars
15
First Seen
Jan 24, 2026
code_tools — tao3k/xiuxian-artisan-workshop