enferno-dev

Generate Enferno models, API endpoints, Vue components, and migrations.

569|79|Updated Jul 9, 2014
One-click install
npx skills add https://github.com/level09/enferno --skill enferno-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enferno-dev
Source: https://github.com/level09/enferno/tree/main/.claude/skills/enferno-dev
Command: npx skills add https://github.com/level09/enferno --skill enferno-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured development guide for Enferno applications, reducing ambiguity and boilerplate when implementing features, fixing bugs, or writing code.

Core Features & Use Cases

  • Blueprint-driven backend and frontend scaffolding for Flask, SQLAlchemy, and Vue.js.
  • Standardized patterns for creating models, API endpoints, and UI components.
  • Use Case: When starting a new feature, follow the blueprint to generate consistent code and docs.

Quick Start

Review the EnfernoDev Skill guidelines, then identify a feature to implement. Scaffold the backend models and API endpoints, then create corresponding Vue components. Run the dev server and lint checks to validate everything.

Frequently Asked Questions about enferno-dev

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

FAQPage Schema
How do I scaffold Flask blueprints and SQLAlchemy models for a new feature?

Scaffold Flask blueprints and SQLAlchemy models by following standardized development guidelines that generate consistent backend code structures, reducing boilerplate and enforcing best practices within your Enferno project.

What is the best way to structure Vue 3 components in a full-stack Python web application?

Structure Vue 3 components using blueprint-driven frontend scaffolding that provides standardized patterns for creating UI components, ensuring they align directly with your Flask API endpoints and overall project architecture.

How do I create Celery tasks and database migrations in a Flask application?

Create Celery tasks and database migrations by applying structured development guidance that specifies architectural patterns, ensuring asynchronous tasks and schema updates follow Enferno project best practices.

Can I use standardized scaffolding to enforce CI checks and code structure in Enferno projects?

Yes, you can use standardized scaffolding to enforce CI checks and code structure, as the development guide specifies Flask blueprints, SQLAlchemy models, and lint checks to maintain architectural consistency across Enferno projects.

Does Enferno development scaffolding work with existing Flask and Vue.js codebases?

Enferno development scaffolding works with existing Flask and Vue.js codebases by providing standardized patterns for implementing features, fixing bugs, and writing code that integrates smoothly without disrupting your current architecture.