backend-scan

Analyze and sync backend project structure, tech stack, and architecture into memory files.

17|1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/codeworksID/everything-backend --skill backend-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-scan
Source: https://github.com/codeworksID/everything-backend/tree/main/.agents/skills/backend-scan
Command: npx skills add https://github.com/codeworksID/everything-backend --skill backend-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides an automated way to understand and keep track of a backend project's state, streamlining the process of exploring and maintaining knowledge about the project.

Core Features & Use Cases

  • Project Exploration: Offers insights into project structure, stack, and conventions.
  • Memory Synchronization: Ensures up-to-date information on the project's changes.
  • Use Case: Use 'backend-scan' when starting work on an unfamiliar codebase or after major changes to keep your knowledge current.

Quick Start

Activate 'backend-scan' by saying 'explore' or 'update memory' to start scanning the project.

Frequently Asked Questions about backend-scan

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

FAQPage Schema
How do I explore and understand an unfamiliar backend project structure?

To explore an unfamiliar backend project structure, you can use an automated scan that analyzes the codebase to generate memory files containing the project overview, tech stack, and architecture conventions for quick discovery.

What's the best way to keep memory synchronized with backend codebase changes?

The best way to keep memory synchronized with a backend codebase is by running a sync mode scan that detects drift and updates your stored knowledge of the project's API patterns, database schema, and architectural decisions after major changes.

How does state analysis work for backend architecture and tech stack detection?

State analysis for backend architecture works by examining a provided project path to extract and map technical details, operating in an initial discovery mode to identify the tech stack, API patterns, and database schema before outputting them as memory files.

Do I need git to detect staleness during a backend project scan?

You do not strictly need git for a basic project scan, but providing git access optionally enables staleness detection during sync mode, allowing the scan to identify outdated memory files and update drift in your backend architecture records.

Can I use backend-scan to extract API patterns and database schema details?

Yes, you can use backend-scan to extract API patterns and database schema details, as the state analysis specifically targets these elements and outputs dedicated memory files to document your project's technical conventions.

When should I run a codebase exploration scan instead of a memory sync update?

You should run an initial codebase exploration scan when starting work on an unfamiliar project for first discovery, and switch to a memory sync update when you need to detect drift after major changes have been made to the backend codebase.