search-before-write

Community

Search before writing code.

AuthorSteelMorgan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures that agents always perform a thorough search for existing solutions, patterns, or relevant information before generating new code, preventing duplication and leveraging existing project assets.

Core Features & Use Cases

  • Code Duplication Prevention: Avoids writing redundant code by first checking for existing implementations.
  • Leverages Existing Assets: Maximizes the use of existing project configurations, BSP (Built-in Software Platform), metadata, and platform APIs.
  • Use Case: When asked to create a new function, the agent will first use navigate_symbol to search the project, then search_ssl_functions for BSP functions, and search_syntax_reference for platform capabilities before writing any new code.

Quick Start

When asked to create a new function, first search for existing implementations using navigate_symbol.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: search-before-write
Download link: https://github.com/SteelMorgan/1c-agent-based-dev-framework/archive/main.zip#search-before-write

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.