|
7 | 7 |
|
8 | 8 | | Skill | Command | Purpose | |
9 | 9 | |---------------------------|--------------------|----------------------------------------------------------------------------------------------------------| |
10 | | -| [Workspace Setup](./workspace_setup/SKILL.md) | `poly create workspace` | Initialize a Polylith workspace (`workspace.toml`, top-level dirs). | |
11 | | -| [Component Creation](./component_creation/SKILL.md) | `poly create component` | Create a reusable brick (business logic, domain, capability). | |
12 | | -| [Base Creation](./base_creation/SKILL.md) | `poly create base` | Create an entry-point brick (HTTP API, CLI, Lambda handler). | |
13 | | -| [Project Management](./project_management/SKILL.md) | `poly create project` | Create a deployable project that references bricks. | |
14 | | -| [Brick Removal](./brick_removal/SKILL.md) | — | Safely delete a component or base (no `poly remove` exists). | |
15 | | -| [Sync](./sync/SKILL.md) | `poly sync` | Update each project's brick list to match actual imports. | |
16 | | -| [Workspace Inspection](./workspace_inspection/SKILL.md) | `poly info` | Show brick × project usage (which projects use which bricks). | |
17 | | -| [Dependency Visualization](./dependency_visualization/SKILL.md) | `poly deps` | Show brick × brick dependencies and interface compliance. | |
18 | | -| [Testing](./testing/SKILL.md) | `poly test diff` | List bricks/projects affected by **test-code** changes since a tag. | |
19 | | -| [Diff](./diff/SKILL.md) | `poly diff` | List bricks whose **implementation** changed since a tag. | |
20 | | -| [Check](./check/SKILL.md) | `poly check` | Validate the workspace (CI gate; exits 1 on failure). | |
21 | | -| [Libs](./libs/SKILL.md) | `poly libs` | Inspect third-party libraries per project. | |
22 | | -| [Concepts](./concepts/SKILL.md) | — | Provides foundational knowledge about Polylith architecture and terminology. | |
| 10 | +| [Workspace Setup](./polylith-workspace-setup/SKILL.md) | `poly create workspace` | Initialize a Polylith workspace (`workspace.toml`, top-level dirs). | |
| 11 | +| [Component Creation](./polylith-component-creation/SKILL.md) | `poly create component` | Create a reusable brick (business logic, domain, capability). | |
| 12 | +| [Base Creation](./polylith-base-creation/SKILL.md) | `poly create base` | Create an entry-point brick (HTTP API, CLI, Lambda handler). | |
| 13 | +| [Project Management](./polylith-project-management/SKILL.md) | `poly create project` | Create a deployable project that references bricks. | |
| 14 | +| [Brick Removal](./polylith-brick-removal/SKILL.md) | — | Safely delete a component or base (no `poly remove` exists). | |
| 15 | +| [Sync](./polylith-sync/SKILL.md) | `poly sync` | Update each project's brick list to match actual imports. | |
| 16 | +| [Workspace Inspection](./polylith-workspace-inspection/SKILL.md) | `poly info` | Show brick × project usage (which projects use which bricks). | |
| 17 | +| [Dependency Visualization](./polylith-dependency-visualization/SKILL.md) | `poly deps` | Show brick × brick dependencies and interface compliance. | |
| 18 | +| [Testing](./polylith-testing/SKILL.md) | `poly test diff` | List bricks/projects affected by **test-code** changes since a tag. | |
| 19 | +| [Diff](./polylith-diff/SKILL.md) | `poly diff` | List bricks whose **implementation** changed since a tag. | |
| 20 | +| [Check](./polylith-check/SKILL.md) | `poly check` | Validate the workspace (CI gate; exits 1 on failure). | |
| 21 | +| [Libs](./polylith-libs/SKILL.md) | `poly libs` | Inspect third-party libraries per project. | |
| 22 | +| [Concepts](./polylith-concepts/SKILL.md) | — | Provides foundational knowledge about Polylith architecture and terminology. | |
23 | 23 |
|
24 | 24 | --- |
25 | 25 |
|
|
0 commit comments