Skip to content

Commit 4a0422f

Browse files
committed
fix: rename skill from inquirerer-cli to dev-utils
The skill was named after one library when the repo has 30+ packages. Renamed to match the repo name and broadened the description to cover all packages (inquirerer, yanse, inflekt, appStash, etc.).
1 parent cb65c9d commit 4a0422f

9 files changed

Lines changed: 11 additions & 9 deletions

File tree

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
---
2-
name: inquirerer-cli
3-
description: "inquirerer CLI framework — interactive prompts, appStash state persistence, yanse terminal colors, and README formatting conventions. Use when building CLIs with inquirerer or formatting documentation. For pnpm workspace/publishing/monorepo management, see the constructive-pnpm skill instead."
2+
name: dev-utils
3+
description: "Developer utilities monorepoinquirerer (interactive CLI prompts), yanse (terminal colors), appStash (state persistence), inflekt (string inflection), strfy-js (JSON stringify), clean-ansi, and 25+ other packages. Use when building CLIs with inquirerer, working with terminal colors, string inflection, or any package in the dev-utils repo."
44
metadata:
55
author: constructive-io
66
version: "2.0.0"
77
---
88

9-
# inquirerer CLI
9+
# dev-utils
1010

11-
Build interactive CLI tools with the inquirerer framework: prompts, appStash state persistence, yanse terminal colors, and documentation formatting.
11+
Developer utilities monorepo with 30+ packages for CLI tooling, parsing, and general-purpose TypeScript utilities.
1212

1313
## When to Apply
1414

1515
Use this skill when:
1616
- Building interactive CLIs with `inquirerer`
17-
- Formatting README and documentation files
17+
- Working with terminal colors (`yanse`)
18+
- Using string inflection (`inflekt`)
19+
- Working with any package in the `constructive-io/dev-utils` repo
1820

1921
**For pnpm workspace management, publishing, and monorepo configuration**, see the `constructive-pnpm` skill.
2022

.agents/skills/inquirerer-cli/references/inquirerer-anti-patterns.md renamed to .agents/skills/dev-utils/references/inquirerer-anti-patterns.md

File renamed without changes.

.agents/skills/inquirerer-cli/references/inquirerer-appstash.md renamed to .agents/skills/dev-utils/references/inquirerer-appstash.md

File renamed without changes.

.agents/skills/inquirerer-cli/references/inquirerer-cli-building.md renamed to .agents/skills/dev-utils/references/inquirerer-cli-building.md

File renamed without changes.

.agents/skills/inquirerer-cli/references/inquirerer-cli.md renamed to .agents/skills/dev-utils/references/inquirerer-cli.md

File renamed without changes.

.agents/skills/inquirerer-cli/references/inquirerer-yanse.md renamed to .agents/skills/dev-utils/references/inquirerer-yanse.md

File renamed without changes.

.agents/skills/inquirerer-cli/references/readme-formatting.md renamed to .agents/skills/dev-utils/references/readme-formatting.md

File renamed without changes.

AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# AGENTS.md
22

3-
This file provides guidance to AI coding agents working with code in this repository.
3+
This file provides guidance to AI agents working with the `constructive-io/dev-utils` monorepo.
44

55
## Available Skills
66

77
| Skill | Description |
88
|-------|-------------|
9-
| **inquirerer-cli** | inquirerer CLI framework — interactive prompts, appStash state persistence, yanse terminal colors, and README formatting conventions. Use when building CLIs with inquirerer or formatting documentation. |
9+
| **dev-utils** | Developer utilities — inquirerer (CLI prompts), yanse (terminal colors), appStash (state persistence), inflekt (string inflection), and 25+ other packages |
1010

1111
## Skill Structure
1212

1313
```
1414
.agents/skills/
15-
inquirerer-cli/
15+
dev-utils/
1616
SKILL.md # Skill definition
1717
references/ # Detailed documentation
1818
inquirerer-cli.md
@@ -21,5 +21,5 @@ This file provides guidance to AI coding agents working with code in this reposi
2121
inquirerer-yanse.md
2222
inquirerer-anti-patterns.md
2323
readme-formatting.md
24-
inquirerer-cli.zip # Packaged for distribution
24+
dev-utils.zip # Packaged for distribution
2525
```

0 commit comments

Comments
 (0)