code-search

Search 1C projects for object references, handlers, and entry points.

140|16|Updated May 2, 2026
One-click install
npx skills add https://github.com/IngvarConsulting/unica --skill code-search-ingvarconsulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-search
Source: https://github.com/IngvarConsulting/unica/tree/main/plugins/unica/skills/code-search
Command: npx skills add https://github.com/IngvarConsulting/unica --skill code-search-ingvarconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps developers efficiently find specific code implementations, event handlers, or configuration points within complex 1C projects.

Core Features & Use Cases

  • Code Exploration: Search for module declarations, procedures, form handlers, and Web service endpoints in large 1C configurations.
  • Impact Analysis: Trace callers and understand code flow for maintenance or refactoring.
  • Use Case: When a developer needs to find all places where a certain object or event is referenced, they use this skill to rapidly identify relevant code sections.

Quick Start

Use the code-search skill to find the implementation of 'ОбработкаПроведения' in your project directory.

Frequently Asked Questions about code-search

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

FAQPage Schema
How do I find event handlers and object references in 1C code?

To find event handlers and object references in 1C code, you can perform text searches and metadata mapping to locate procedures, form handlers, and WebService entry points within your configuration.

What is the best way to trace callers for impact analysis in large 1C projects?

The best way to trace callers for impact analysis in large 1C projects is searching for object references and entry points to understand code flow, which directly supports maintenance and refactoring workflows.

Can I search for WebService entry points and form handlers in complex 1C configurations?

Yes, you can search for WebService entry points and form handlers in complex 1C configurations by using text search and metadata mapping to pinpoint exact module declarations and event procedures.

How do I locate the implementation of a specific procedure like ОбработкаПроведения in my project directory?

To locate the implementation of a specific procedure like ОбработкаПроведения in your directory, search your 1C project files to rapidly identify relevant code sections and configuration points.

Does this code search approach require any external dependencies for 1C development?

No, this code search approach does not require external dependencies for 1C development, as it relies entirely on built-in text search and metadata mapping to deliver precise navigation results.