Skip to content

Commit e15be65

Browse files
OdinMBclaude
andcommitted
Shorten skill and agent meta descriptions
Trim the longer descriptions (up to ~300 chars) down to 110-170 chars by cutting filler ("Use when...", "Produces X that...") while keeping the trigger keywords intact. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5223a37 commit e15be65

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

agents/opps-finder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: opps-finder
3-
description: Identifies new directions of work for ops projects — adjacent opportunities, strategic gaps, emerging context. Follows /find-opps skill autonomously, returns backlog-ready items.
3+
description: Find new directions for ops projects — opportunities, gaps, emerging context. Runs /find-opps autonomously, returns backlog items.
44
tools: Read, Glob, Grep, WebSearch, WebFetch
55
skills:
66
- ops-workflow:find-opps

agents/task-finder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: task-finder
3-
description: Scans an ops project for new work items across 7 lenses (goal gaps, stale state, research, content, follow-through, hygiene, new directions). Updates backlog, returns summary.
3+
description: Scan an ops project across 7 lenses (goal gaps, stale state, research, content, follow-through, hygiene, directions). Updates backlog.
44
tools: Read, Glob, Grep, Write, Edit
55
model: sonnet
66
skills:

skills/execute/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: execute
3-
description: Execute an approved ops plan — research, write, review, update state, harvest insights, and archive the plan. Use after a plan has been approved via the /plan skill. Never for code changes.
3+
description: Execute an approved ops plan — research, write, review, update state, archive. Use after /plan approval. Not for code.
44
argument-hint: <path to plan file>
55
---
66

skills/find-opps/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: find-opps
3-
description: Identify new directions of work for an ops project — adjacent opportunities, strategic gaps, emerging context, preparatory research. Produces backlog-ready items that expand the project's horizon beyond existing plans. Use when the project's known work is well-mined and you need to look outward.
3+
description: Find new directions for an ops project — adjacent opportunities, strategic gaps, preparatory research. Use when known work is well-mined and you need to look outward.
44
---
55

66
# Find Opportunities

skills/find-tasks/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: find-tasks
3-
description: Scan an ops repo's goals, state, and backlog to identify new valuable work items. Produces new backlog entries integrated into the project's knowledge system. Used by the get-to-work command — load when autonomously identifying what an ops project should be working on next.
3+
description: Scan an ops repo's goals, state, and backlog to surface new work items and add them to the backlog. Load when deciding what the project should work on next.
44
---
55

66
# Ops Find Tasks

skills/prioritize/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: prioritize
3-
description: Select 2-3 independent tasks from an ops repo's active plans and backlog for autonomous execution. Considers impact, feasibility, independence, and project goals. Used by the get-to-work command — load when deciding which ops tasks to work on next.
3+
description: Pick 2–3 independent ops tasks from active plans and backlog for autonomous execution, weighing impact, feasibility, and project goals.
44
---
55

66
# Ops Prioritize

skills/scaffold/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: scaffold
3-
description: Set up or adjust a non-code project management repo with the ops folder structure, CLAUDE.md, and INDEX.md hierarchy. Use when starting a new ops/PM repo from scratch or when an existing one needs to match the ops conventions.
3+
description: Set up or align a non-code ops/PM repo with the ops folder structure, CLAUDE.md, and INDEX.md hierarchy.
44
disable-model-invocation: true
55
---
66

skills/update/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: update
3-
description: Process external information into the ops repo's knowledge base. Drop files in .update/ or pass content inline. Use when you have new information (research, status changes, reference material, deliverables) to integrate into the project's structured knowledge system.
3+
description: Integrate external info (research, status changes, reference material, deliverables) into the ops repo's knowledge base. Drop files in .update/ or pass content inline.
44
argument-hint: <content to integrate, or empty to process .update/ folder>
55
---
66

0 commit comments

Comments
 (0)