Initial commit
This commit is contained in:
53
plugin.lock.json
Normal file
53
plugin.lock.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:hopeoverture/worldbuilding-app-skills:plugins/server-actions-vs-api-optimizer",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "954426e812150dbf3e5ae9143f76c7b999095d53",
|
||||
"treeHash": "d9e1abeeb4f31fe8ff5f44208f474d993dfc7e1705d8fdaf446935e8dbbb3150",
|
||||
"generatedAt": "2025-11-28T10:17:31.213572Z",
|
||||
"toolVersion": "publish_plugins.py@0.2.0"
|
||||
},
|
||||
"origin": {
|
||||
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||
"branch": "master",
|
||||
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||
},
|
||||
"manifest": {
|
||||
"name": "server-actions-vs-api-optimizer",
|
||||
"description": "Analyze routes and recommend whether to use Server Actions or API routes based on use case patterns including authentication, revalidation, external API calls, and client requirements. Use this skill when deciding between Server Actions and API routes, optimizing Next.js data fetching, refactoring routes, analyzing route architecture, or choosing the right data mutation pattern. Trigger terms include Server Actions, API routes, route handler, data mutation, revalidation, authentication flow, ext",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "ffde94ee4c0c6868d8890746e437de3d04748e64d94cba93815ace262c20dc49"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "02b41aeeacf288db1f0e366f44ad01dbb9eaa8fe8e360eefb3308c1094a699ba"
|
||||
},
|
||||
{
|
||||
"path": "skills/server-actions-vs-api-optimizer/SKILL.md",
|
||||
"sha256": "b914719648a2ba7e640a8efcc557876314a6ec7676b3557370447ea66275de9b"
|
||||
},
|
||||
{
|
||||
"path": "skills/server-actions-vs-api-optimizer/references/decision_matrix.md",
|
||||
"sha256": "f8103e5d203498b4f636679b77f5382911406a64c227bec173af20137254263d"
|
||||
},
|
||||
{
|
||||
"path": "skills/server-actions-vs-api-optimizer/scripts/analyze_routes.py",
|
||||
"sha256": "6d7a6d24aad96feaf58e54eaee339646f7da5b637a99111fbaeadf1f902bf9e4"
|
||||
}
|
||||
],
|
||||
"dirSha256": "d9e1abeeb4f31fe8ff5f44208f474d993dfc7e1705d8fdaf446935e8dbbb3150"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user