collie-quick-reference

Document Collie's token, symbol, and regex code search features.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/suleymanozkeskin/collie --skill collie-quick-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: collie-quick-reference
Source: https://github.com/suleymanozkeskin/collie/tree/main/.agents/skills
Command: npx skills add https://github.com/suleymanozkeskin/collie --skill collie-quick-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This reference helps developers quickly recall how to use Collie for fast, index-backed code search, reducing time spent navigating large codebases.

Core Features & Use Cases

  • Token, symbol, and regex search guidance across languages.
  • Setup, scope, and best practices to improve search accuracy and reliability.
  • Use-case oriented examples to accelerate on-boarding and day-to-day searches.

Quick Start

Run collie skill to view this quick reference.

Frequently Asked Questions about collie-quick-reference

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

FAQPage Schema
What is index-backed code search and how does it work across repositories?

Index-backed code search uses pre-built indexes to quickly locate tokens, symbols, and regex patterns across multiple repositories, reducing time spent navigating large codebases for faster retrieval.

How do I set up and start using Collie for code search?

Run the collie skill command to view a quick reference guide that provides setup instructions, scope configuration, and concise Quick Start steps for performing index-backed code searches.

Can I use regex and symbol search modes across different programming languages?

Yes, symbol and regex search modes work across multiple languages. The reference provides guidance on using token, symbol, and regex search features to improve accuracy across various programming environments.

What's the best way to improve code search accuracy and reliability in large codebases?

Apply the documented setup, scope, and best practices for index-backed code search. Using the correct search mode for your query and following use-case oriented examples accelerates day-to-day search accuracy.

Do I need any specific dependencies or components to run the Collie quick reference?

No specific dependencies or components are required. The reference runs as a standalone skill, providing structured documentation and search command guidance without needing additional environment setup.

When should I use token search instead of symbol or regex search?

Use token search for broad keyword matching, symbol search for locating definitions, and regex search for complex pattern matching. The reference includes use-case oriented examples to guide the appropriate search mode selection.