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 .agents/skills/debug-windows-ci/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: debug-windows-ci
description: Debug PerlOnJava test and build failures that occur on Windows CI but pass on macOS or Linux. Use for Windows-specific path handling, shell differences, file I/O behavior, and GitHub Actions failures on windows-latest.
---

# Debug PerlOnJava Windows CI Failures

## ⚠️⚠️⚠️ CRITICAL: NEVER USE `git stash` ⚠️⚠️⚠️
Expand Down
5 changes: 5 additions & 0 deletions .agents/skills/debugger/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: debugger
description: Implement and debug PerlOnJava's Perl debugger support, including the -d flag, DEBUG opcodes, stepping, breakpoints, source display, and debugger command behavior. Use when extending or diagnosing the bytecode interpreter's debugger implementation.
---

# Perl Debugger Implementation Skill

## ⚠️⚠️⚠️ CRITICAL: NEVER USE `git stash` ⚠️⚠️⚠️
Expand Down
5 changes: 5 additions & 0 deletions .agents/skills/port-cpan-module/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: port-cpan-module
description: Port CPAN modules, especially distributions with XS or C components, to PerlOnJava using minimal pure-Perl adaptations and Java replacements. Use when adding a CPAN module, replacing XSLoader functionality, or implementing Perl module behavior in Java.
---

# Port CPAN Module to PerlOnJava

## ⚠️⚠️⚠️ CRITICAL: NEVER USE `git stash` ⚠️⚠️⚠️
Expand Down
5 changes: 5 additions & 0 deletions .agents/skills/port-native-module/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: port-native-module
description: Port CPAN modules that require native system calls to PerlOnJava using Java's Foreign Function and Memory API. Use for modules involving POSIX functions, ioctl, terminal control, libc calls, or platform-specific native behavior, including Windows compatibility.
---

# Port Native/FFM CPAN Module to PerlOnJava

## When to Use This Skill
Expand Down
5 changes: 5 additions & 0 deletions .agents/skills/profile-perlonjava/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: profile-perlonjava
description: Profile and optimize PerlOnJava runtime performance with Java Flight Recorder. Use when investigating runtime bottlenecks, identifying CPU or allocation hotspots, measuring optimizations, or diagnosing performance regressions.
---

# Profile PerlOnJava

## ⚠️⚠️⚠️ CRITICAL: NEVER USE `git stash` ⚠️⚠️⚠️
Expand Down
Loading