| name | constructive-tooling |
| description | Developer tools — pnpm workspace management (monorepo configuration, publishing, dependency management), inquirerer CLI framework (interactive prompts, appStash, yanse colors), and README formatting conventions. Use when configuring pnpm workspaces, building CLIs with inquirerer, or formatting documentation. |
| metadata | {"author":"constructive-io","version":"1.0.0"} |
Constructive Tooling
Developer tools for Constructive projects: pnpm workspace management, CLI building, and documentation formatting.
When to Apply
Use this skill when:
- Configuring pnpm workspaces and monorepo settings
- Managing workspace dependencies and publishing
- Building interactive CLIs with
inquirerer
- Formatting README and documentation files
pnpm Workspace Management
Configure and manage pnpm monorepo workspaces — pnpm-workspace.yaml, dependency management, publishing with Lerna.
See pnpm-workspace.md for workspace configuration.
inquirerer CLI Framework
Build interactive CLI tools with prompts, appStash state persistence, and yanse terminal colors.
See inquirerer-cli.md for the CLI framework guide.
README Formatting
Consistent documentation formatting conventions for Constructive projects.
See readme-formatting.md for formatting rules.
Reference Guide
pnpm
CLI
Documentation
Cross-References
pgpm — Uses pnpm workspaces for module management
constructive-starter-kits — Boilerplate templates use these tools