frontend-reference

Locate and document the Frontend project's structure and reference materials.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maisonnat/axur-tool --skill frontend-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-reference
Source: https://github.com/maisonnat/axur-tool/tree/main/.agent/skills/frontend-reference
Command: npx skills add https://github.com/maisonnat/axur-tool --skill frontend-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps engineers quickly understand the Frontend project's structure, patterns, and code organization by summarizing the repository's layout and key components.

Core Features & Use Cases

  • Structure discovery: Find major directories, entry points, and module boundaries to orient new contributors.
  • Code lookup: Locate where specific functionality is implemented and trace dependencies across files.
  • Reference access: Read concise documentation in the references/ folder to dive deeper into topics.

Quick Start

Open the Frontend reference to quickly understand the codebase's layout and primary entry points.

Frequently Asked Questions about frontend-reference

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

FAQPage Schema
How do I navigate a frontend codebase to understand its structure and entry points?

To navigate a frontend codebase, locate major directories, entry points, and module boundaries to orient new contributors. You can trace file relationships and read source files to understand the project's organization and patterns.

What is the best way to trace file dependencies across a frontend project?

Tracing file dependencies across a frontend project involves locating where specific functionality is implemented and following references across files. This helps map out code organization and understand how modules interact.

Can I use a root SKILL.md file to document frontend codebase references?

Yes, you can use a root SKILL.md file with a name and description to document frontend codebase references. It supports optional references, assets, and scripts directories to augment knowledge and provide concise documentation.

How do I find specific functionality implemented in a frontend codebase?

Finding specific functionality in a frontend codebase requires looking up code locations and tracing dependencies across files. This allows you to pinpoint where features are implemented and understand the project's structural patterns.

Does this frontend reference approach work with WebAssembly codebases?

Yes, this frontend reference approach applies to WebAssembly codebases. It helps locate and document the project's structure, trace file relationships, and read source files across the frontend codebase, including WASM components.

What are the limitations of using a basic reference structure for frontend documentation?

A basic reference structure for frontend documentation provides essential layout summaries and code lookup capabilities but may not offer deep architectural analysis. It focuses on structure discovery, code lookup, and concise reference access for orientation.