baseweb

Align Baseweb module, page, and API structure with established patterns.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/christophevg/c3 --skill baseweb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baseweb
Source: https://github.com/christophevg/c3/tree/main/skills/baseweb
Command: npx skills add https://github.com/christophevg/c3 --skill baseweb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Baseweb projects often drift into inconsistent structure and broken integrations when pages, components, and API endpoints are added or modified without a single reliable blueprint.

Core Features & Use Cases

  • Project-structure guidance: Detects how your module/web/pages and api layout differs from standard Baseweb structure and helps you decide whether to align or adopt your existing convention.
  • Backend API patterns: Provides REST endpoint conventions, authentication scope naming, request/response handling, and robust CRUD patterns.
  • Frontend page and Vuetify integration: Defines how to structure Vue pages, navigation metadata, and how Baseweb tasks coordinate with the Vuetify skill for component specifics.
  • Templates and recipes: Offers ready-to-use templates for pages, resources, and Vuex modules to reduce repetitive setup work and integration errors.
  • Use Case: You need to add a new feature to an existing Baseweb app (a new page plus its API endpoint) and ensure routing, navigation, and authentication scopes follow the same conventions as the rest of the codebase.

Quick Start

Use the baseweb skill to audit your current Baseweb project and then generate the required frontend page and backend API endpoint changes to add the new feature you describe, keeping routes, navigation, and auth scopes consistent with the standard structure.

Frequently Asked Questions about baseweb

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

FAQPage Schema
How do I structure a new Flask API endpoint and Vue page in a Baseweb project?

Baseweb projects require a single reliable blueprint to prevent structural drift. This skill detects module and API layout deviations, helping you align routing, navigation, and REST endpoint conventions when adding new pages or features.

What is the standard way to define authentication scopes for Baseweb REST endpoints?

Standard authentication scopes for Baseweb REST endpoints are defined by following established naming conventions and request handling patterns, ensuring endpoints integrate correctly with the project's authentication structure.

How does Vuetify integration work with Baseweb navigation metadata?

Vuetify integration works by structuring Vue pages and navigation metadata, where the baseweb skill coordinates routing and navigation while delegating component specifics to the Vuetify skill for frontend rendering.

Can I use templates to scaffold Vuex modules and resources in Baseweb?

Yes, you can use templates to scaffold Vuex modules and resources in Baseweb. The skill provides ready-to-use recipes for pages, resources, and Vuex modules to reduce repetitive setup work and integration errors.

Why does my Baseweb routing break when adding new frontend pages?

Baseweb routing breaks when new frontend pages deviate from standard structure. The skill audits your module and pages layout, identifies structural deviations, and helps align routing and navigation conventions.