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
14 changes: 14 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extraKnownMarketplaces": {
"zomp": {
"source": {
"source": "github",
"repo": "zompinc/sync-method-generator",
"sparsePaths": [".claude-plugin", "plugins"]
}
}
},
"enabledPlugins": {
"sync-method-generator@zomp": true
}
}
11 changes: 11 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ remove the limit.
Consumers installing the Claude Code plugin are unaffected, the documented
install command using a sparse checkout which never touches the snapshots.

## Claude Code plugin

`.claude/settings.json` declares this repository as a plugin marketplace and
enables the `sync-method-generator` plugin at project scope, so Claude Code
offers the skill to anyone working here. The skill lives in
`plugins/sync-method-generator/skills/sync-from-async` and is the same one
consumers install; editing it and reloading is how to try a change.

Declining the plugin costs nothing. It contributes a skill and no hooks, agents
or MCP servers.

## Build & Test

```bash
Expand Down
Loading