Skip to content

Commit 4e3703a

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

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(find:*)",
5+
"Bash(tox:*)",
6+
"Bash(grep:*)",
7+
"Bash(gh run view:*)"
8+
]
9+
}
10+
}

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)