Probe is a cutting-edge semantic code search engine designed for large codebases, enabling AI-driven coding tools to enhance productivity. Its local architecture ensures fast and efficient code retrieval, making it an essential resource for developers.
claude install probelabs/probehttps://github.com/probelabs/probe
Quickly locate specific functions or classes in extensive codebases to save time during development.
Enhance AI coding assistants by providing them with precise code retrieval capabilities for better context understanding.
Streamline code reviews by efficiently finding relevant code snippets and ensuring quality control.
Support onboarding of new developers by enabling them to easily search and understand existing code structures.
claude install probelabs/probegit clone https://github.com/probelabs/probeCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Using Probe, can you help me find [SPECIFIC_FUNCTIONALITY] in my [PROGRAMMING_LANGUAGE] codebase? I'm particularly interested in [SPECIFIC_CODE_SNIPPET] to enhance my [PROJECT_NAME] project.
### Code Retrieval Results
**Functionality Found:** `calculateTotal`
**File:** `src/utils/calculate.js`
**Line Number:** 45
**Code Snippet:**
```javascript
function calculateTotal(items) {
return items.reduce((total, item) => total + item.price, 0);
}
```
### Related Functions:
- `getItemPrice` (src/utils/item.js, Line 30)
- `applyDiscount` (src/utils/discount.js, Line 12)
**Suggestions:**
- Consider refactoring `calculateTotal` for better performance with large datasets.
- Review `applyDiscount` for integration with `calculateTotal`.Create and collaborate on interactive animations with powerful, user-friendly tools.
Gain insights into SaaS spending with real-time analytics and budget forecasting tools.
Orchestrate workloads with multi-cloud support, job scheduling, and integrated service discovery features.
Design, document, and generate code for APIs with interactive tools for developers.
Manage CI/CD processes efficiently with build configuration as code and multi-language support.
Enhance performance monitoring and root cause analysis with real-time distributed tracing.