oh-my-customcode 0.63.0 → 0.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist/cli/index.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/package.json +1 -1
  4. package/templates/.claude/agents/sec-codeql-expert.md +1 -0
  5. package/templates/.claude/rules/MUST-agent-design.md +44 -3
  6. package/templates/.claude/rules/MUST-permissions.md +6 -4
  7. package/templates/.claude/skills/alembic-best-practices/SKILL.md +1 -0
  8. package/templates/.claude/skills/analysis/SKILL.md +1 -0
  9. package/templates/.claude/skills/audit-agents/SKILL.md +1 -0
  10. package/templates/.claude/skills/claude-code-bible/SKILL.md +1 -0
  11. package/templates/.claude/skills/codex-exec/SKILL.md +1 -0
  12. package/templates/.claude/skills/create-agent/SKILL.md +1 -0
  13. package/templates/.claude/skills/dag-orchestration/SKILL.md +1 -0
  14. package/templates/.claude/skills/dev-refactor/SKILL.md +1 -0
  15. package/templates/.claude/skills/dev-review/SKILL.md +1 -0
  16. package/templates/.claude/skills/fix-refs/SKILL.md +1 -0
  17. package/templates/.claude/skills/help/SKILL.md +1 -0
  18. package/templates/.claude/skills/lists/SKILL.md +1 -0
  19. package/templates/.claude/skills/memory-recall/SKILL.md +1 -0
  20. package/templates/.claude/skills/memory-save/SKILL.md +1 -0
  21. package/templates/.claude/skills/model-escalation/SKILL.md +1 -0
  22. package/templates/.claude/skills/monitoring-setup/SKILL.md +1 -0
  23. package/templates/.claude/skills/npm-audit/SKILL.md +1 -0
  24. package/templates/.claude/skills/npm-publish/SKILL.md +1 -0
  25. package/templates/.claude/skills/npm-version/SKILL.md +28 -0
  26. package/templates/.claude/skills/optimize-analyze/SKILL.md +1 -0
  27. package/templates/.claude/skills/optimize-bundle/SKILL.md +1 -0
  28. package/templates/.claude/skills/optimize-report/SKILL.md +1 -0
  29. package/templates/.claude/skills/pipeline-guards/SKILL.md +1 -0
  30. package/templates/.claude/skills/pr-auto-improve/SKILL.md +1 -0
  31. package/templates/.claude/skills/sauron-watch/SKILL.md +1 -0
  32. package/templates/.claude/skills/skills-sh-search/SKILL.md +1 -0
  33. package/templates/.claude/skills/status/SKILL.md +1 -0
  34. package/templates/.claude/skills/stuck-recovery/SKILL.md +1 -0
  35. package/templates/.claude/skills/task-decomposition/SKILL.md +1 -0
  36. package/templates/.claude/skills/update-docs/SKILL.md +1 -0
  37. package/templates/.claude/skills/update-external/SKILL.md +1 -0
  38. package/templates/.claude/skills/vercel-deploy/SKILL.md +1 -0
  39. package/templates/.claude/skills/worker-reviewer-pipeline/SKILL.md +1 -0
  40. package/templates/.claude/skills/workflow/SKILL.md +25 -6
  41. package/templates/.claude/skills/workflow-resume/SKILL.md +3 -3
  42. package/templates/.claude/skills/writing-clearly-and-concisely/SKILL.md +1 -0
  43. package/templates/manifest.json +1 -1
package/dist/cli/index.js CHANGED
@@ -9325,7 +9325,7 @@ var init_package = __esm(() => {
9325
9325
  workspaces: [
9326
9326
  "packages/*"
9327
9327
  ],
9328
- version: "0.63.0",
9328
+ version: "0.64.0",
9329
9329
  description: "Batteries-included agent harness for Claude Code",
9330
9330
  type: "module",
9331
9331
  bin: {
package/dist/index.js CHANGED
@@ -1674,7 +1674,7 @@ var package_default = {
1674
1674
  workspaces: [
1675
1675
  "packages/*"
1676
1676
  ],
1677
- version: "0.63.0",
1677
+ version: "0.64.0",
1678
1678
  description: "Batteries-included agent harness for Claude Code",
1679
1679
  type: "module",
1680
1680
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.63.0",
6
+ "version": "0.64.0",
7
7
  "description": "Batteries-included agent harness for Claude Code",
8
8
  "type": "module",
9
9
  "bin": {
@@ -2,6 +2,7 @@
2
2
  name: sec-codeql-expert
3
3
  description: Expert security code analyst using CodeQL for vulnerability detection, call graph analysis, and SARIF output. Use for security audits, CVE triage, code pattern analysis, and vulnerability validation.
4
4
  model: sonnet
5
+ effort: high
5
6
  domain: devops
6
7
  memory: project
7
8
  isolation: sandbox
@@ -11,15 +11,26 @@ Location: `.claude/agents/{name}.md` (single file, kebab-case)
11
11
  ```yaml
12
12
  name: agent-name # Unique identifier (kebab-case)
13
13
  description: Brief desc # One-line summary
14
- model: sonnet # sonnet | opus | haiku (or full ID: claude-sonnet-4-6)
14
+ model: sonnet # sonnet | opus | haiku | opusplan (or full ID: claude-sonnet-4-6, claude-opus-4-6[1m])
15
15
  tools: [Read, Write, ...] # Allowed tools
16
16
  ```
17
17
 
18
+ ### Model Aliases
19
+
20
+ | Alias | Full ID | Use Case |
21
+ |-------|---------|----------|
22
+ | `haiku` | claude-haiku-4-5 | Fast, cheap tasks (search, simple edits) |
23
+ | `sonnet` | claude-sonnet-4-6 | General tasks, code generation (default) |
24
+ | `opus` | claude-opus-4-6 | Complex reasoning, architecture |
25
+ | `opusplan` | claude-opus-4-6 + plan mode | Architecture planning with approval gates |
26
+
27
+ Extended context suffix: `[1m]` (e.g., `claude-opus-4-6[1m]`) — enables 1M token context window.
28
+
18
29
  ### Optional Frontmatter
19
30
 
20
31
  ```yaml
21
32
  memory: project # user | project | local
22
- effort: high # low | medium | high
33
+ effort: high # low | medium | high | default | max
23
34
  skills: [skill-1, ...] # Skill name references
24
35
  source: # For external agents
25
36
  type: external
@@ -144,6 +155,26 @@ Skills persist output to `.claude/outputs/sessions/{YYYY-MM-DD}/{skill-name}-{HH
144
155
 
145
156
  Agent body: purpose, capabilities overview, workflow. NOT detailed instructions or reference docs.
146
157
 
158
+ ## Fast Mode
159
+
160
+ Fast Mode uses the same model with faster output. Activated via `/fast` toggle or `fastMode` setting. Does NOT switch to a different model.
161
+
162
+ | Aspect | Normal | Fast Mode |
163
+ |--------|--------|-----------|
164
+ | Model | As configured | Same model |
165
+ | Output speed | Standard | ~2.5x faster |
166
+ | Reasoning depth | Full | Reduced |
167
+
168
+ ### Activation
169
+
170
+ - `/fast` — toggle in current session
171
+ - `fastMode: true` in settings.json
172
+ - `CLAUDE_CODE_DISABLE_FAST_MODE=1` — env var to disable
173
+
174
+ ### Interaction with Effort
175
+
176
+ When Fast Mode is active, it reduces effective reasoning depth but does NOT override the `effort` frontmatter field. The effort field controls task complexity allocation; Fast Mode controls output generation speed.
177
+
147
178
  ## Skill Frontmatter
148
179
 
149
180
  Location: `.claude/skills/{name}/SKILL.md`
@@ -163,7 +194,17 @@ context: fork # Forked context for isolated execution
163
194
  version: 1.0.0 # Semantic version
164
195
  user-invocable: false # Whether user can invoke directly
165
196
  disable-model-invocation: true # Prevent model from auto-invoking
166
- effort: medium # low | medium | high — overrides model effort level when invoked
197
+ effort: medium # low | medium | high | default | max — overrides model effort level when invoked
198
+ argument-hint: "<arg> [--flag]" # CLI-style usage hint displayed in /help and command listings
199
+ model: sonnet # Override spawned model when skill is invoked via Agent
200
+ agent: mgr-creator # Preferred agent to execute this skill
201
+ hooks: # Skill-specific hooks (same syntax as agent hooks)
202
+ PreToolUse:
203
+ - matcher: "Bash"
204
+ command: "echo hook"
205
+ paths: ["src/**/*.ts"] # Conditional loading — skill auto-injected when matching files are open
206
+ shell: "bash" # Shell for embedded script execution
207
+ allowed-tools: [Read, Write, Bash] # Restrict tools available during skill execution
167
208
  ```
168
209
 
169
210
  When both an agent and its invoked skill specify `effort`, the skill's value takes precedence (more specific invocation-time setting).
@@ -6,10 +6,12 @@
6
6
 
7
7
  | Tier | Tools | Policy |
8
8
  |------|-------|--------|
9
- | 1: Always | Read, Glob, Grep | Free use |
10
- | 2: Default | Write, Edit | State changes explicitly, notify before modifying important files |
11
- | 3: Approval | Bash, WebFetch, WebSearch | Request user approval on first use |
12
- | 4: Explicit | Task | Only when user explicitly requests |
9
+ | 1: Always | Read, Glob, Grep, ToolSearch | Free use, read-only |
10
+ | 2: Default | Write, Edit, NotebookEdit | State changes explicitly, notify before modifying important files |
11
+ | 3: Context | Agent, Skill, EnterPlanMode, ExitPlanMode, EnterWorktree, ExitWorktree, LSP, TodoWrite, AskUserQuestion | Context-dependent, no user approval needed |
12
+ | 4: Approval | Bash, WebFetch, WebSearch | Request user approval on first use |
13
+ | 5: Conditional | TeamCreate, TeamDelete, SendMessage, TaskCreate, TaskGet, TaskList, TaskUpdate, TaskStop, TaskOutput | Available when Agent Teams enabled |
14
+ | 6: MCP | ListMcpResourcesTool, ReadMcpResourceTool, CronCreate, CronDelete, CronList, RemoteTrigger | MCP/extension tools, available when servers configured |
13
15
 
14
16
  ## File Access
15
17
 
@@ -3,6 +3,7 @@ name: alembic-best-practices
3
3
  description: Alembic migration patterns for naming conventions, safety checks, expand-contract, env.py configuration, and CI integration
4
4
  scope: core
5
5
  version: 1.0.0
6
+ user-invocable: false
6
7
  ---
7
8
 
8
9
  # Alembic Best Practices
@@ -3,6 +3,7 @@ name: omcustom:analysis
3
3
  description: Analyze project and auto-configure agents, skills, rules, and guides
4
4
  scope: harness
5
5
  argument-hint: "[--dry-run] [--verbose]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Project Analysis Skill
@@ -3,6 +3,7 @@ name: omcustom:audit-agents
3
3
  description: Audit agent dependencies and references
4
4
  scope: harness
5
5
  argument-hint: "[agent-name] [--all] [--fix]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Audit Agents Skill
@@ -3,6 +3,7 @@ name: claude-code-bible
3
3
  description: Fetch Claude Code official documentation. Use when updating local reference docs or checking official spec.
4
4
  scope: core
5
5
  disable-model-invocation: true
6
+ user-invocable: false
6
7
  ---
7
8
 
8
9
  # Claude Code Bible
@@ -3,6 +3,7 @@ name: codex-exec
3
3
  description: Execute OpenAI Codex CLI prompts and return results
4
4
  scope: core
5
5
  argument-hint: "<prompt> [--json] [--output <path>] [--model <name>] [--timeout <ms>] [--effort <level>]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Codex Exec Skill
@@ -4,6 +4,7 @@ description: Create a new agent with complete structure
4
4
  scope: harness
5
5
  argument-hint: "<name> --type <type>"
6
6
  disable-model-invocation: true
7
+ user-invocable: true
7
8
  ---
8
9
 
9
10
  # Create Agent Skill
@@ -3,6 +3,7 @@ name: dag-orchestration
3
3
  description: YAML-based DAG workflow engine with topological execution and failure strategies
4
4
  scope: core
5
5
  context: fork
6
+ user-invocable: false
6
7
  ---
7
8
 
8
9
  # DAG Orchestration Skill
@@ -3,6 +3,7 @@ name: dev-refactor
3
3
  description: Refactor code for better structure and patterns
4
4
  scope: core
5
5
  argument-hint: "<file-or-directory> [--lang <language>] [--spec]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Code Refactoring Skill
@@ -3,6 +3,7 @@ name: dev-review
3
3
  description: Review code against language-specific best practices
4
4
  scope: core
5
5
  argument-hint: "<file-or-directory> [--lang <language>]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Code Review Skill
@@ -4,6 +4,7 @@ description: Fix broken agent references and symlinks
4
4
  scope: harness
5
5
  argument-hint: "[agent-name] [--all] [--dry-run]"
6
6
  disable-model-invocation: true
7
+ user-invocable: true
7
8
  ---
8
9
 
9
10
  # Fix References Skill
@@ -3,6 +3,7 @@ name: omcustom:help
3
3
  description: Show help information for commands and system
4
4
  scope: harness
5
5
  argument-hint: "[command] [--agents] [--rules]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Help Skill
@@ -3,6 +3,7 @@ name: omcustom:lists
3
3
  description: Show all available commands
4
4
  scope: harness
5
5
  argument-hint: "[--category <category>] [--verbose]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # List Commands Skill
@@ -3,6 +3,7 @@ name: memory-recall
3
3
  description: Search and recall memories from claude-mem
4
4
  scope: core
5
5
  argument-hint: "<query> [--recent] [--limit <n>]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Memory Recall Skill
@@ -4,6 +4,7 @@ description: Save current session context to claude-mem
4
4
  scope: core
5
5
  argument-hint: "[--tags <tags>] [--include-code]"
6
6
  disable-model-invocation: true
7
+ user-invocable: true
7
8
  ---
8
9
 
9
10
  # Memory Save Skill
@@ -2,6 +2,7 @@
2
2
  name: model-escalation
3
3
  description: Advisory model escalation based on task outcome tracking
4
4
  scope: core
5
+ user-invocable: false
5
6
  ---
6
7
 
7
8
  # Model Escalation Skill
@@ -3,6 +3,7 @@ name: omcustom:monitoring-setup
3
3
  description: Enable/disable OpenTelemetry console monitoring for Claude Code usage tracking
4
4
  scope: package
5
5
  argument-hint: "[enable|disable|status]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Monitoring Setup Skill
@@ -3,6 +3,7 @@ name: omcustom:npm-audit
3
3
  description: Audit npm dependencies for security and updates
4
4
  scope: package
5
5
  argument-hint: "[--fix] [--production]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # NPM Audit Skill
@@ -4,6 +4,7 @@ description: Publish package to npm registry with pre-checks
4
4
  scope: package
5
5
  argument-hint: "[--tag <tag>] [--dry-run]"
6
6
  disable-model-invocation: true
7
+ user-invocable: true
7
8
  ---
8
9
 
9
10
  # NPM Publish Skill
@@ -4,6 +4,7 @@ description: Manage semantic versions for npm packages
4
4
  scope: package
5
5
  argument-hint: "<major|minor|patch> [--no-tag] [--no-commit]"
6
6
  disable-model-invocation: true
7
+ user-invocable: true
7
8
  ---
8
9
 
9
10
  # NPM Version Management Skill
@@ -74,3 +75,30 @@ npm-version major
74
75
  # Update version without creating git tag
75
76
  npm-version patch --no-tag
76
77
  ```
78
+
79
+ ## Release Branch Integration
80
+
81
+ When working with `auto-tag.yml` (automatic tag creation on release PR merge):
82
+
83
+ 1. `.npmrc` has `git-tag-version=false` — prevents local tag creation during `npm version`
84
+ 2. `auto-tag.yml` creates the tag on the **merge commit** when a `release/*` PR is merged to `develop`
85
+ 3. Do NOT manually push tags — let the CI workflow handle tag creation
86
+
87
+ ### Release Workflow
88
+
89
+ ```
90
+ 1. Create release branch: release/vX.Y.Z
91
+ 2. Run version bump (npm version / manual edit) ← no local tag created
92
+ 3. Build dist, commit, push
93
+ 4. Create PR → merge to develop
94
+ 5. auto-tag.yml creates vX.Y.Z tag on merge commit ← correct tag target
95
+ 6. release.yml triggers on tag → GitHub Release + npm publish
96
+ ```
97
+
98
+ ### Troubleshooting
99
+
100
+ If a tag already exists on remote (from a previous failed attempt):
101
+ ```bash
102
+ git push origin :refs/tags/vX.Y.Z # delete remote tag
103
+ # Then re-merge or let auto-tag.yml handle it
104
+ ```
@@ -3,6 +3,7 @@ name: optimize-analyze
3
3
  description: Analyze bundle size and performance metrics
4
4
  scope: core
5
5
  argument-hint: "[target] [--verbose]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Bundle Analysis Skill
@@ -4,6 +4,7 @@ description: Apply bundle size optimizations
4
4
  scope: core
5
5
  argument-hint: "[--dry-run] [--safe]"
6
6
  disable-model-invocation: true
7
+ user-invocable: true
7
8
  ---
8
9
 
9
10
  # Bundle Optimization Skill
@@ -3,6 +3,7 @@ name: optimize-report
3
3
  description: Generate comprehensive optimization report
4
4
  scope: core
5
5
  argument-hint: "[--baseline <file>] [--format <format>]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Optimization Report Skill
@@ -3,6 +3,7 @@ name: pipeline-guards
3
3
  description: Safety constraints and quality gates for pipeline and workflow execution
4
4
  scope: core
5
5
  context: fork
6
+ user-invocable: false
6
7
  ---
7
8
 
8
9
  # Pipeline Guards Skill
@@ -2,6 +2,7 @@
2
2
  name: pr-auto-improve
3
3
  description: Opt-in post-PR analysis and improvement suggestions for code quality enhancement
4
4
  scope: core
5
+ user-invocable: false
5
6
  ---
6
7
 
7
8
  # PR Auto-Improvement Skill
@@ -3,6 +3,7 @@ name: omcustom:sauron-watch
3
3
  description: Full R017 verification (5+3 rounds) before commit
4
4
  scope: harness
5
5
  disable-model-invocation: true
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Sauron Watch Skill
@@ -3,6 +3,7 @@ name: skills-sh-search
3
3
  description: Search and install skills from skills.sh marketplace when internal skills are insufficient
4
4
  scope: core
5
5
  argument-hint: "<query> [--install] [--global]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # Skills.sh Search Skill
@@ -3,6 +3,7 @@ name: omcustom:status
3
3
  description: Show system status and health checks
4
4
  scope: harness
5
5
  argument-hint: "[--verbose] [--health]"
6
+ user-invocable: true
6
7
  ---
7
8
 
8
9
  # System Status Skill
@@ -2,6 +2,7 @@
2
2
  name: stuck-recovery
3
3
  description: Detect stuck loops and advise recovery strategies
4
4
  scope: core
5
+ user-invocable: false
5
6
  ---
6
7
 
7
8
  # Stuck Recovery Skill
@@ -3,6 +3,7 @@ name: task-decomposition
3
3
  description: Auto-decompose large tasks into DAG-compatible parallel subtasks
4
4
  scope: core
5
5
  context: fork
6
+ user-invocable: false
6
7
  ---
7
8
 
8
9
  # Task Decomposition Skill
@@ -4,6 +4,7 @@ description: Sync documentation with project structure
4
4
  scope: harness
5
5
  argument-hint: "[--check] [--target <path>]"
6
6
  disable-model-invocation: true
7
+ user-invocable: true
7
8
  ---
8
9
 
9
10
  # Update Documentation Skill
@@ -4,6 +4,7 @@ description: Update agents from external sources (GitHub, docs, etc.)
4
4
  scope: harness
5
5
  argument-hint: "[agent-name] [--check] [--force]"
6
6
  disable-model-invocation: true
7
+ user-invocable: true
7
8
  ---
8
9
 
9
10
  # Update External Sources Skill
@@ -2,6 +2,7 @@
2
2
  name: vercel-deploy
3
3
  description: Deploy applications to Vercel with auto-detection and preview URLs
4
4
  scope: core
5
+ user-invocable: true
5
6
  ---
6
7
 
7
8
  ## When to Use
@@ -3,6 +3,7 @@ name: worker-reviewer-pipeline
3
3
  description: Worker-Reviewer iterative pipeline for quality-critical code with review cycles
4
4
  scope: core
5
5
  context: fork
6
+ user-invocable: false
6
7
  ---
7
8
 
8
9
  # Worker-Reviewer Pipeline Skill
@@ -19,13 +19,32 @@ argument-hint: "<workflow-name> | (no args to list available)"
19
19
 
20
20
  ## Behavior
21
21
 
22
- ### List Mode (no arguments)
22
+ ### List Mode (no arguments or --list flag)
23
23
 
24
- Scan `workflows/*.yaml` and display:
25
- ```
26
- Available workflows:
27
- auto-dev verify-done issues release batch: triage plan implement verify PR
28
- ```
24
+ Execute these steps to display available workflows:
25
+
26
+ 1. **Scan built-in workflows**: Use `Glob("workflows/*.yaml")` (NOT templates/) to find all workflow definitions
27
+ 2. **Extract metadata**: For each YAML file found, use `Bash` to extract name and description:
28
+ ```bash
29
+ for f in workflows/*.yaml; do
30
+ name=$(grep -m1 '^name:' "$f" | sed 's/^name: *//' | tr -d '"')
31
+ desc=$(grep -m1 '^description:' "$f" | sed 's/^description: *//' | tr -d '"')
32
+ echo " $name — $desc"
33
+ done
34
+ ```
35
+ 3. **Scan template workflows**: Use `Glob("templates/workflows/*.yaml")` for template examples
36
+ 4. **Extract template metadata**: Same extraction as step 2 for `templates/workflows/*.yaml`
37
+ 5. **Display formatted output**:
38
+ ```
39
+ Available workflows:
40
+ {name} — {description}
41
+ {name} — {description}
42
+
43
+ Template workflows (in templates/workflows/):
44
+ {name} — {description}
45
+ ```
46
+ 6. If no workflows found, display: "No workflows found in workflows/ directory."
47
+ 7. If YAML parsing fails for a file, skip it and show: ` {filename} — (parse error, skipped)`
29
48
 
30
49
  ### Run Mode (with workflow name)
31
50
 
@@ -1,17 +1,17 @@
1
1
  ---
2
- name: workflow-resume
2
+ name: omcustom:workflow:resume
3
3
  description: Resume a halted workflow from its last failure point
4
4
  scope: harness
5
5
  user-invocable: true
6
6
  effort: medium
7
7
  ---
8
8
 
9
- # /workflow:resume — Resume Halted Workflow
9
+ # /omcustom:workflow:resume — Resume Halted Workflow
10
10
 
11
11
  ## Usage
12
12
 
13
13
  ```
14
- /workflow:resume # Find and resume the most recent halted workflow
14
+ /omcustom:workflow:resume # Find and resume the most recent halted workflow
15
15
  ```
16
16
 
17
17
  ## Behavior
@@ -2,6 +2,7 @@
2
2
  name: writing-clearly-and-concisely
3
3
  description: Apply Strunk's timeless writing rules to ANY prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Makes your writing clearer, stronger, and more professional.
4
4
  scope: core
5
+ user-invocable: false
5
6
  ---
6
7
 
7
8
  # Writing Clearly and Concisely
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.63.0",
2
+ "version": "0.64.0",
3
3
  "lastUpdated": "2026-03-24T00:00:00.000Z",
4
4
  "components": [
5
5
  {