nx-workspace-patterns
Optimize Your Nx Workspace
Large Nx workspaces can develop slow builds and unclear dependency rules. This skill provides configuration patterns for boundaries, caching, generators, and affected CI tasks.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "nx-workspace-patterns" from https://skillstore.io/skills/sickn33-nx-workspace-patterns.md and its manifest at https://skillstore.io/api/skills/sickn33-nx-workspace-patterns/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 "nx-workspace-patterns". Organize a workspace with web, API, shared UI, and authentication features.
Expected outcome:
A layered project map with application, feature, UI, data-access, and utility libraries, plus tags that restrict invalid dependencies.
Using "nx-workspace-patterns". Reduce CI time for pull requests targeting main.
Expected outcome:
- Use complete Git history and derive base and head revisions.
- Run affected lint, test, build, and end-to-end targets.
- Cache stable targets and tune parallelism for runner capacity.
Using "nx-workspace-patterns". Standardize creation of scoped feature libraries.
Expected outcome:
A generator design that validates names, creates consistent directories, applies scope and type tags, adds files, and formats the result.
Security Audit
SafeAll 32 static findings are false positives caused by Markdown formatting, configuration examples, TypeScript template literals, and documentation links. No malicious intent, unsafe execution, or data exfiltration behavior was found.
Risk Factors
โ๏ธ External commands (26)
๐ Network access (3)
๐ Filesystem access (3)
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/sickn33-nx-workspace-patterns/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-nx-workspace-patterns?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-nx-workspace-patterns?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-nx-workspace-patterns/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-nx-workspace-patterns.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
sickn33. (2026). nx-workspace-patterns security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-nx-workspace-patterns/audits/5BibTeX citation
@techreport{sickn33-sickn33-nx-workspace-patterns-2026,
author = {sickn33},
title = {nx-workspace-patterns security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-nx-workspace-patterns/audits/5},
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: "nx-workspace-patterns security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-08-04"
url: "https://skillstore.io/skills/sickn33-nx-workspace-patterns/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-nx-workspace-patterns:audit:5"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
sickn33-nx-workspace-patterns
2026-08-21
wshobson-nx-workspace-patterns
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Structure a New Monorepo
Plan applications, libraries, tags, and dependency rules before teams add projects.
Reduce CI Work
Configure affected lint, test, build, and end-to-end tasks with cacheable targets.
Standardize Library Creation
Create generator conventions for names, directories, tags, tests, linting, and shared files.
Try These Prompts
Review my Nx folder structure and suggest clearer application and library boundaries.
Design Nx project tags and enforce-module-boundaries rules for these applications, libraries, and dependency constraints.
Create an affected-task CI plan for lint, test, build, and end-to-end targets using my branches and runner limits.
Propose Nx caching inputs, remote cache configuration, and a custom generator for these project conventions and security requirements.
Best Practices
- Confirm the installed Nx version before applying configuration examples.
- Use consistent project tags and test boundary rules in CI.
- Keep cache inputs explicit and store access tokens in protected secrets.
Avoid
- Do not copy example paths without matching the actual workspace layout.
- Do not place remote cache tokens directly in committed configuration.
- Do not run broad tasks when affected commands meet validation requirements.
Frequently Asked Questions
Does this skill create an Nx workspace?
Which Nx versions are supported?
Can it configure module boundaries?
Does it support Nx Cloud?
Can it improve continuous integration performance?
Does it include complete migration guidance?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/nx-workspace-patternsRef
81e05e636292629114b76cbb3922fbe57672fc02
Maintenance freshness
8/5/2026
Usage
6 downloads ยท 101 views
File structure
๐ SKILL.md