Skip to content

Commit 50c57fb

Browse files
committed
chore: 🔧 update SKILL.md files to include name and description metadata for features
1 parent 9f2d675 commit 50c57fb

8 files changed

Lines changed: 40 additions & 12 deletions

File tree

  • src
    • act/stubs/.github/skills/feature-act
    • common-utils/stubs/.github/skills/feature-common-utils
    • githooks/stubs/.github/skills/feature-githooks
    • gitutils/stubs/.github/skills/feature-gitutils
    • gitversion/stubs/.github/skills/feature-gitversion
    • larasets/stubs/.github/skills/feature-larasets
    • minikube/stubs/.github/skills/feature-minikube
    • pecl/stubs/.github/skills/feature-pecl

‎src/act/stubs/.github/skills/feature-act/SKILL.md‎

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
<!-- @format -->
2-
3-
# act
4-
5-
## Description
6-
7-
Use this feature when an agent needs to run GitHub Actions workflows locally with Nektos `act` inside a dev container.
1+
---
2+
name: feature-act
3+
description: 'Use this feature when an agent needs to run GitHub Actions workflows locally with Nektos `act` inside a dev container.'
4+
---
85

9-
## Use For
10-
11-
## Do Not Use For
12-
13-
## Agent Guidance
6+
<!-- @format -->
147

158
# act
169

‎src/common-utils/stubs/.github/skills/feature-common-utils/SKILL.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: feature-common-utils
3+
description: 'Use this feature as a shared utility layer for shell-based automation across features (jq, dos2unix, and zz_* helper scripts).'
4+
---
5+
16
<!-- @format -->
27

38
# common-utils

‎src/githooks/stubs/.github/skills/feature-githooks/SKILL.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: feature-githooks
3+
description: 'Use this feature when an agent needs consistent local Git quality gates and commit workflow automation.'
4+
---
5+
16
<!-- @format -->
27

38
# githooks

‎src/gitutils/stubs/.github/skills/feature-gitutils/SKILL.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: feature-gitutils
3+
description: 'Use this feature for advanced Git operations, interactive repository maintenance, and git-flow shortcuts.'
4+
---
5+
16
<!-- @format -->
27

38
# gitutils

‎src/gitversion/stubs/.github/skills/feature-gitversion/SKILL.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: feature-gitversion
3+
description: 'Use this feature when an agent must derive application version numbers from Git history in a consistent way.'
4+
---
5+
16
<!-- @format -->
27

38
# gitversion

‎src/larasets/stubs/.github/skills/feature-larasets/SKILL.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: feature-larasets
3+
description: 'Use this feature for Laravel-focused developer experience in dev containers, including artisan/sail wrappers, cache tasks, and PHP tooling presets.'
4+
---
5+
16
<!-- @format -->
27

38
# larasets

‎src/minikube/stubs/.github/skills/feature-minikube/SKILL.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: feature-minikube
3+
description: 'Use this feature when an agent needs local Kubernetes capabilities inside the dev environment using Minikube.'
4+
---
5+
16
<!-- @format -->
27

38
# minikube

‎src/pecl/stubs/.github/skills/feature-pecl/SKILL.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: feature-pecl
3+
description: 'Use this feature when an agent needs to install or manage PHP extensions from PECL in the dev container.'
4+
---
5+
16
<!-- @format -->
27

38
# pecl

0 commit comments

Comments
 (0)