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
16 changes: 12 additions & 4 deletions .ai/skills/ai-add-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ available in both Copilot and Claude Code.
Before creating any files, check:

- **Copilot prompts active**: `.github/prompts/` directory exists
- **Claude active**: `CLAUDE.md` file exists (create in `.claude/skills/`)
- **Claude active**: `CLAUDE.md` file exists (create in `.claude/skills/<name>/`)

## Steps

Expand Down Expand Up @@ -44,10 +44,18 @@ Before creating any files, check:
#file:../../.ai/prompts/<name>.md
```

4. **If Claude active** — Create `.claude/skills/<name>.md`:
4. **If Claude active** — Create `.claude/skills/<name>/SKILL.md`:

```text
@.ai/prompts/<name>.md
```markdown
---
name: <name>
description: '<description>'
disable-model-invocation: true
---

$ARGUMENTS

@../../../.ai/prompts/<name>.md
```

5. **Confirm** — Report which files were created.
16 changes: 12 additions & 4 deletions .ai/skills/ai-add-skill.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Copilot and Claude Code.
Before creating any files, check:

- **Copilot skills active**: `.github/skills/` directory exists
- **Claude active**: `CLAUDE.md` file exists (create in `.claude/skills/`)
- **Claude active**: `CLAUDE.md` file exists (create in `.claude/skills/<name>/`)

## Steps

Expand Down Expand Up @@ -47,10 +47,18 @@ Before creating any files, check:
#file:../../../.ai/skills/<name>.md
```

4. **If Claude active** — Create `.claude/skills/<name>.md`:
4. **If Claude active** — Create `.claude/skills/<name>/SKILL.md`:

```text
@.ai/skills/<name>.md
```markdown
---
name: <name>
description: '<description>'
disable-model-invocation: true
---

$ARGUMENTS

@../../../.ai/skills/<name>.md
```

5. **Confirm** — Report which files were created.
1 change: 0 additions & 1 deletion .claude/skills/ai-add-instruction.md

This file was deleted.

9 changes: 9 additions & 0 deletions .claude/skills/ai-add-instruction/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: ai-add-instruction
description: Create a new shared coding instruction in .ai/instructions/ and register thin wrappers for each AI system detected in the repo.
disable-model-invocation: true
---

$ARGUMENTS

@../../../.ai/skills/ai-add-instruction.md
1 change: 0 additions & 1 deletion .claude/skills/ai-add-prompt.md

This file was deleted.

9 changes: 9 additions & 0 deletions .claude/skills/ai-add-prompt/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: ai-add-prompt
description: Create a new shared user-invokable prompt in .ai/prompts/ and register thin wrappers for each AI system detected in the repo.
disable-model-invocation: true
---

$ARGUMENTS

@../../../.ai/skills/ai-add-prompt.md
1 change: 0 additions & 1 deletion .claude/skills/ai-add-skill.md

This file was deleted.

9 changes: 9 additions & 0 deletions .claude/skills/ai-add-skill/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: ai-add-skill
description: Create a new shared reusable workflow skill in .ai/skills/ and register thin wrappers for each AI system detected in the repo.
disable-model-invocation: true
---

$ARGUMENTS

@../../../.ai/skills/ai-add-skill.md
1 change: 0 additions & 1 deletion .claude/skills/plan-writing.md

This file was deleted.

9 changes: 9 additions & 0 deletions .claude/skills/plan-writing/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: plan-writing
description: Write an implementation plan for a non-trivial change. Use when asked to plan a feature, workflow, or architectural change before creating a branch.
disable-model-invocation: true
---

$ARGUMENTS

@../../../.ai/skills/plan-writing.md
1 change: 0 additions & 1 deletion .claude/skills/verify-unresolved-pr-comments.md

This file was deleted.

9 changes: 9 additions & 0 deletions .claude/skills/verify-unresolved-pr-comments/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: verify-unresolved-pr-comments
description: Analyze all unresolved review comments on the active PR and return a triage chart with severity, fix recommendation, suggestion validity, and required action.
disable-model-invocation: true
---
Comment thread
coderabbitai[bot] marked this conversation as resolved.

$ARGUMENTS

@../../../.ai/prompts/verify-unresolved-pr-comments.md