check-existing

Scan directories for existing files, templates, and patterns before creating new resources.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/Creative-Workz-Studio-LLC/bereshit --skill check-existing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-existing
Source: https://github.com/Creative-Workz-Studio-LLC/bereshit/tree/main/word/claude/skills/check-existing
Command: npx skills add https://github.com/Creative-Workz-Studio-LLC/bereshit --skill check-existing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps avoid reinventing the wheel by discovering and reusing existing files, templates, or patterns before creating new ones.

Core Features & Use Cases

  • Exact-match discovery: Find if a file with the same name exists and advise editing instead of duplicating.
  • Template lookup: Locate and copy templates from bereshit/word/seed to accelerate creation.
  • Pattern following: Identify similar structures and follow established patterns to maintain consistency.
  • Scoped decision making: Decide to create new only when nothing similar exists.

Quick Start

Search for an existing file or template in bereshit/word/seed, then copy or follow it instead of creating from scratch.

Frequently Asked Questions about check-existing

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

FAQPage Schema
How do I check for existing files and templates before creating new code?

To check for existing files and templates before creating new code, scan your project directories for exact filename matches, locate available templates in bereshit/word/seed, and identify similar structural patterns to reuse or copy-and-modify instead of starting from scratch.

What's the best way to prevent file duplication in development workflows?

The best way to prevent file duplication in development workflows is to perform directory scanning for exact filenames and similar patterns first, then decide whether to edit an existing resource, copy a template, or create a new file only when nothing similar exists.

How do I find and reuse existing templates for documentation and configuration tasks?

To find and reuse existing templates for documentation and configuration tasks, search within bereshit/word/seed for available template files, copy the matching template, and modify it to follow established project patterns rather than creating a new file.

When should I create a new file instead of reusing existing resources?

You should create a new file instead of reusing existing resources only when directory scanning confirms that no exact matches, available templates, or similar structural patterns exist within your project to copy or follow for your current task.

Does this workflow discovery process apply to bereshit project configurations?

Yes, this workflow discovery process applies directly to bereshit project configurations, applying template-based coding, documentation, and configuration tasks by scanning bereshit/word/seed to find exact matches, templates, or patterns to reuse.