create-dashboard

Generate a Laravel dashboard controller, route, and blade view for CTF modules.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Fatt1/ANMMT --skill create-dashboard-fatt1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-dashboard
Source: https://github.com/Fatt1/ANMMT/tree/main/.github/skills/create-dashboard
Command: npx skills add https://github.com/Fatt1/ANMMT --skill create-dashboard-fatt1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a central landing page for a Capture The Flag (CTF) lab, providing easy access to all vulnerable modules.

Core Features & Use Cases

  • Centralized Navigation: Creates a single dashboard view linking to all four vulnerable modules (SQL Injection, IDOR, File Upload, Path Traversal).
  • Scaffolding: Generates the necessary controller, route, and blade view files.
  • Use Case: When setting up a new security training lab, use this skill to quickly build the student-facing homepage that guides them through the exercises.

Quick Start

Use the create-dashboard skill to scaffold the lab's main landing page.

Frequently Asked Questions about create-dashboard

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

FAQPage Schema
How do I create a CTF lab dashboard in Laravel for security training?

To create a CTF lab dashboard in Laravel, you can scaffold a central landing page that generates a controller, route, and blade view linking to vulnerable modules like SQL Injection and IDOR. This provides students with a single homepage to navigate security exercises.

What is the best way to scaffold a student home page for a security lab?

The best way to scaffold a student home page for a security lab is to use an automated scaffolding tool that generates the necessary web development files. This establishes centralized navigation linking directly to distinct vulnerable modules such as Path Traversal and File Upload.

Do I need to scaffold vulnerable modules before generating the CTF dashboard?

Yes, you need to scaffold the vulnerable modules first. Generating the CTF dashboard requires prerequisite skills for each vulnerable module, including SQL Injection, IDOR, Unrestricted File Upload, and Path Traversal, to be successfully scaffolded before creating the central landing page.

What files are generated when scaffolding a Laravel dashboard for a CTF lab?

Scaffolding a Laravel dashboard for a CTF lab generates a controller, a route, and a blade view. These files establish the web application's central navigation structure for accessing the four distinct vulnerable security modules.

Can I use this scaffolding process to link four specific vulnerable modules in a Laravel application?

Yes, you can use this scaffolding process to link four specific vulnerable modules in a Laravel application. The generated dashboard creates a blade view that connects directly to SQL Injection, IDOR, Unrestricted File Upload, and Path Traversal exercises.