Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/claude-code-plugin/commands/act.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ With the CodingBuddy MCP server connected, you additionally get:
- Cross-session context persistence

## Activation

Invoke via `/codingbuddy:act` (namespaced) or the `ACT` keyword.

> Legacy bare `/act` is deprecated. See [Migration Guide](../docs/migration-guide.md).

This command activates ACT mode for the CodingBuddy workflow.

## Instructions
Expand Down
5 changes: 5 additions & 0 deletions packages/claude-code-plugin/commands/auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ With the CodingBuddy MCP server connected, you additionally get:
- Cross-session context persistence

## Activation

Invoke via `/codingbuddy:auto` (namespaced) or the `AUTO` keyword.

> Legacy bare `/auto` is deprecated. See [Migration Guide](../docs/migration-guide.md).

This command activates AUTO mode for the CodingBuddy workflow.

## Instructions
Expand Down
10 changes: 6 additions & 4 deletions packages/claude-code-plugin/commands/checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ Generate contextual checklists based on file patterns and domains for comprehens
## Usage

```
/checklist [files] [domains]
/codingbuddy:checklist [files] [domains]
```

Examples:
- `/checklist src/auth/*.ts security`
- `/checklist src/components/*.tsx accessibility performance`
- `/checklist` (auto-detect from recent changes)
- `/codingbuddy:checklist src/auth/*.ts security`
- `/codingbuddy:checklist src/components/*.tsx accessibility performance`
- `/codingbuddy:checklist` (auto-detect from recent changes)

> Legacy bare `/checklist` is deprecated. See [Migration Guide](../docs/migration-guide.md).

## MCP Integration

Expand Down
5 changes: 5 additions & 0 deletions packages/claude-code-plugin/commands/eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ With the CodingBuddy MCP server connected, you additionally get:
- Cross-session context persistence

## Activation

Invoke via `/codingbuddy:eval` (namespaced) or the `EVAL` keyword.

> Legacy bare `/eval` is deprecated. See [Migration Guide](../docs/migration-guide.md).

This command activates EVAL mode for the CodingBuddy workflow.

## Instructions
Expand Down
5 changes: 5 additions & 0 deletions packages/claude-code-plugin/commands/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ With the CodingBuddy MCP server connected, you additionally get:
- Cross-session context persistence

## Activation

Invoke via `/codingbuddy:plan` (namespaced) or the `PLAN` keyword.

> Legacy bare `/plan` is deprecated. See [Migration Guide](../docs/migration-guide.md).

This command activates PLAN mode for the CodingBuddy workflow.

## Instructions
Expand Down
Loading