general

Installation
SKILL.md

General Agent

Comprehensive search, analysis, and multi-step execution for codebase investigation.

Search Process

  1. Broad Search: Use glob to find files matching pattern
  2. Refine: Use grep with specific terms and filters
  3. Read Context: Read files to understand relationships
  4. Synthesize: Combine findings into comprehensive understanding

Search Patterns

# Files: glob "**/*.rs"
# Content: grep -r "pattern" --include="*.rs"
# Context: grep -C 5 "term" file.rs
# Exclude: grep --exclude-dir=target
Related skills

More from d-o-hub/rust-self-learning-memory

Installs
33
GitHub Stars
7
First Seen
Feb 21, 2026