Litho 项目 - LLM 上下文

Provide architectural guidelines and context for the Litho Angular project.

20|3|Updated Sep 6, 2018
One-click install
npx skills add https://github.com/kainonly/litho --skill litho-llm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Litho 项目 - LLM 上下文
Source: https://github.com/kainonly/litho/tree/main/.llms/skills/project
Command: npx skills add https://github.com/kainonly/litho --skill litho-llm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive overview and context for the Litho project, an enterprise-grade backend management system built with Angular and Ng-Zorro-Antd, simplifying development and integration.

Core Features & Use Cases

  • Project Architecture: Understand the component, state management, routing, and API integration principles.
  • Code Organization: Learn about the directory structure, naming conventions, and import patterns.
  • Data Models: Familiarize yourself with core entities like User, Role, Permission, etc.
  • Shared Resources: Discover custom pipes, directives, and components.
  • Development Workflow: Get insights into testing strategies, security, and build configurations.
  • Use Case: A new developer joining the Litho project can use this Skill to quickly grasp the project's structure, coding standards, and architectural decisions, enabling them to become productive faster.

Quick Start

Explain the component architecture principles of the Litho project.

Frequently Asked Questions about Litho 项目 - LLM 上下文

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

FAQPage Schema
How do I structure an Angular admin panel project using Ng-Zorro?

Structuring an Angular admin panel with Ng-Zorro involves following specific directory conventions, component design principles, and import patterns. The Litho project context provides architectural guidelines covering code organization, routing, and shared resources.

What are the Angular component architecture principles for an enterprise backend management system?

Angular component architecture principles for an enterprise system include specific patterns for component design, routing, and API integration. The Litho project context provides detailed architectural guidelines to help developers understand these conventions and structure effectively.

How does state management with signals work in an Angular project?

State management in an Angular project using signals involves handling core data models like User and Permission through reactive primitives. The Litho project context details how to integrate signals within component architecture for efficient state handling.

Can I use custom pipes and directives in an Angular and Ng-Zorro admin system?

You can use custom pipes and directives in an Angular and Ng-Zorro admin system through shared resources. The Litho project context documents these shared components alongside core entities to maintain consistent code organization and development workflows.

What testing strategies and security best practices should I follow for Angular development?

Testing strategies and security best practices for Angular development include specific build configurations and workflows. The Litho project context outlines these development workflows to ensure code quality and security within the enterprise backend management system.