delon-form-dynamic-schema-forms
Build @delon Dynamic Schema Forms
Teams need consistent Angular forms with validation, layout, and async options. This skill guides Claude, Codex, and Claude Code through @delon/form patterns.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "delon-form-dynamic-schema-forms" from https://skillstore.io/skills/7spade-delon-form-dynamic-schema-forms.md and its manifest at https://skillstore.io/api/skills/7spade-delon-form-dynamic-schema-forms/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "delon-form-dynamic-schema-forms". Request a profile form with basic fields and validation.
Expected outcome:
- A clear schema plan for name, email, age, and role fields.
- Recommended widgets, required fields, and validation rules.
- A responsive layout strategy for labels and controls.
Using "delon-form-dynamic-schema-forms". Ask for dynamic selects backed by service data.
Expected outcome:
- A pattern for async option loading and search debounce.
- Guidance for mapping service results to labels and values.
- Notes for loading states and stale selection handling.
Using "delon-form-dynamic-schema-forms". Request a wizard for collecting onboarding information.
Expected outcome:
- A step-by-step workflow outline with separate schema sections.
- State management guidance for merging step data.
- A final review and submit flow description.
Security Audit
SafeNo evidence of executable commands, network exfiltration, filesystem access, or prompt-injection intent was found in SKILL.md. The static findings are false positives from Markdown code fences, Angular template delimiters, a regex validator, ordinary form examples, and reference links.
Risk Factors
โ๏ธ External commands (47)
๐ Network access (3)
๐ Filesystem access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/7spade-delon-form-dynamic-schema-forms/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/7spade-delon-form-dynamic-schema-forms?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/7spade-delon-form-dynamic-schema-forms?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/7spade-delon-form-dynamic-schema-forms/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/7spade-delon-form-dynamic-schema-forms.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
7Spade. (2026). delon-form-dynamic-schema-forms security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/7spade-delon-form-dynamic-schema-forms/audits/6BibTeX citation
@techreport{7spade-7spade-delon-form-dynamic-schema-forms-2026,
author = {7Spade},
title = {delon-form-dynamic-schema-forms security audit report (audit version 6)},
institution = {Skillstore},
year = {2026},
number = {6},
url = {https://skillstore.io/skills/7spade-delon-form-dynamic-schema-forms/audits/6},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "delon-form-dynamic-schema-forms security audit report (audit version 6)"
version: "unspecified"
type: report
authors:
- name: "7Spade"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/7spade-delon-form-dynamic-schema-forms/audits/6"
identifiers:
- type: other
value: "skillstore:7spade-delon-form-dynamic-schema-forms:audit:6"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Create Admin CRUD Forms
Build schema-driven create and edit forms with consistent widgets, validation, and submit handling.
Standardize Enterprise Forms
Define shared layout, validation, and widget patterns across many ng-alain screens.
Prototype Multi-Step Workflows
Plan wizard-style forms that collect data across steps and review it before submission.
Try These Prompts
Create an @delon/form SF form for a user profile. Include name, email, role, validation, and a simple responsive layout.
Design an @delon/form schema for a task editor. Use date, select, checkbox, textarea, and number widgets with clear validation.
Create an @delon/form pattern for async assignee and city options. Include loading states, debounce guidance, and cascading selection behavior.
Plan a three-step @delon/form wizard for onboarding. Include schemas, state flow, validation boundaries, and final review behavior.
Best Practices
- Start with JSON Schema requirements before choosing widgets or layouts.
- Keep UI schema concerns separate from validation and data shape concerns.
- Test async option loading, custom validators, and responsive grids in the target app.
Avoid
- Do not hide validation rules inside widgets when schema rules can express them.
- Do not rely on sample upload actions without a real backend and permission model.
- Do not log submitted form data in production applications.