Skip to content

Commit a4d3800

Browse files
committed
docs: added skills reference to mloda-registry
1 parent 8d3133a commit a4d3800

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Tests
33
on:
44
push:
55
branches: ["*"]
6+
pull_request:
7+
branches: [main]
68
workflow_dispatch: # Allow manual triggering
79

810
jobs:

AGENTS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@
33
Must read [README.md](README.md) first.
44

55
This project uses the mloda framework. Assume any given task is related to mloda.
6+
7+
## Claude Code Skills
8+
9+
The mloda-registry provides Claude Code skills that assist with plugin development:
10+
11+
- https://github.com/mloda-ai/mloda-registry/tree/main/.claude/skills/
12+
13+
When helping with FeatureGroups, ComputeFrameworks, or Extenders, leverage these skills for pattern guidance and best practices.
14+
15+
Consider generating project-specific skills for your own plugin repository to provide tailored AI assistance for your implementation patterns and conventions.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,8 @@ Guides for plugin development can be found in mloda-registry:
134134

135135
- https://github.com/mloda-ai/mloda-registry/tree/main/docs/guides/
136136

137+
Claude Code users can leverage the skills in mloda-registry for assisted plugin development:
138+
139+
- https://github.com/mloda-ai/mloda-registry/tree/main/.claude/skills/
140+
137141
This template includes pre-configured GitHub Actions workflows for testing, security scanning, and automated releases. See the [GitHub Workflows documentation](docs/github-workflows.md) for setup instructions and required secrets.

0 commit comments

Comments
 (0)