angular-neolink-template

Standardize Angular 21 portal page templates across Neolink Nx projects.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Shockwave2k/team-claude-skills --skill angular-neolink-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angular-neolink-template
Source: https://github.com/Shockwave2k/team-claude-skills/tree/main/skills/frontend/angular-neolink-template
Command: npx skills add https://github.com/Shockwave2k/team-claude-skills --skill angular-neolink-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a standardized template and conventions for the Neolink portal Nx monorepo, enabling teams to rapidly bootstrap portal pages with consistent structure, file naming, and documentation patterns across projects.

Core Features & Use Cases

  • Workspace layout blueprint for portal apps (apps/portal-example, portal-neolink, portal-hive) and their mat3/ui patterns.
  • Folder conventions and the "App-first" code placement guidance that keeps UI components within their owning app.
  • Angular 21 non-negotiables and navigation/template scaffolding to accelerate per-page development while preserving code quality across the stack.

Quick Start

Create a new Angular Neolink portal page by adding a directory under skills/frontend/angular-neolink-template with a SKILL.md frontmatter and follow the layout guidelines described here.

Frequently Asked Questions about angular-neolink-template

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

FAQPage Schema
How do I standardize Angular Nx portal page templates across multiple projects?

To standardize Angular Nx portal page templates, apply consistent folder layouts, coding conventions, and Angular 21 best practices across portal-example, portal-neolink, and portal-hive within the Nx workspace.

What folder conventions should I use for Angular Nx workspace portal apps?

Angular Nx workspace portal apps should follow an "App-first" code placement guidance, keeping UI components within their owning app directory alongside mat3/ui patterns to maintain strict structural boundaries.

How do I scaffold a new portal page in an Nx monorepo following Angular 21 best practices?

To scaffold a new portal page in an Nx monorepo, add a directory under skills/frontend/angular-neolink-template with a SKILL.md frontmatter and follow the provided navigation and template layout guidelines.

Can I use this Angular Nx template structure for projects outside the Neolink monorepo?

This Angular Nx template structure is specifically designed for Neolink portal apps like portal-example, portal-neolink, and portal-hive, enforcing conventions tailored to that specific workspace context.

What are the Angular 21 non-negotiables enforced by this Nx portal template?

The Angular 21 non-negotiables enforced by this Nx portal template include standardized folder layouts, strict file naming conventions, and specific navigation scaffolding to accelerate development while preserving code quality.