Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:58 +08:00
commit 18c5d51e47
22 changed files with 5082 additions and 0 deletions

117
plugin.lock.json Normal file
View File

@@ -0,0 +1,117 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:jezweb/claude-skills:skills/claude-agent-sdk",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "315199601dfcaed916a0e54f31a1033dda9083c3",
"treeHash": "9fccde519ca19cf105fbc6fad209544bb0c4fc39bab30eefd28c2eeb34a2428a",
"generatedAt": "2025-11-28T10:19:02.433038Z",
"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": "claude-agent-sdk",
"description": "Build autonomous AI agents with Claude Agent SDK. Create multi-step reasoning workflows, orchestrate subagents, integrate MCP servers. Use when: building coding agents, SRE systems, security auditors, code review bots, or troubleshooting CLI not found, context length exceeded errors.",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "4bb48906321c8bad9a94c37402fba317253a456069a9676db896af5a4c4ea9f8"
},
{
"path": "SKILL.md",
"sha256": "7c32c7ba4c1ad33e7cfe376c91583b1d736ac0e178dff83218c7c86fb33a7def"
},
{
"path": "references/permissions-guide.md",
"sha256": "5589e3eb8735bece774525ad1920d3872817c2220762ffbaaf9a323d301931d7"
},
{
"path": "references/subagents-patterns.md",
"sha256": "02da9234550f631981909e2215b6b75a2f143ce1a23f7900aca46b05d8105614"
},
{
"path": "references/mcp-servers-guide.md",
"sha256": "de51d6b2de83f28285c4ce9e026aaa82596d387635605b2d940fd3e01903fd74"
},
{
"path": "references/top-errors.md",
"sha256": "9851933034a5e6d7aabec4efcfec1376c13f4005779427acf143c7885c1e2ef1"
},
{
"path": "references/query-api-reference.md",
"sha256": "7d4fc6ecb314c35459b761b9d8dee4ed6400f88ed14a89b6fa07da3e647e8789"
},
{
"path": "references/session-management.md",
"sha256": "03aab36582a282c0287afa54e5d3b099b641ee7661c89565eb2342461a2d8c8e"
},
{
"path": "scripts/check-versions.sh",
"sha256": "aef12c3666dcf48dbd2ab9ab48ed0e6b3421f07c9b0b1ba8c8f86cce854b4333"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "2f4f11c881066e9935507f609cdd111d3ea4e4345a8ef1712c0d63ef0b2448f3"
},
{
"path": "templates/query-with-tools.ts",
"sha256": "f8b66826c6215495424d9bf531df8849d6f212337b8f87cfd426e45385a6a29a"
},
{
"path": "templates/custom-mcp-server.ts",
"sha256": "d0278f889dc636c29d93c5eee276e8df4b767040d5638fec0a749041f6ba9be4"
},
{
"path": "templates/filesystem-settings.ts",
"sha256": "978c605143ed6a21634e158db942ef058c77aa74d4888fc29369d97158599dce"
},
{
"path": "templates/subagents-orchestration.ts",
"sha256": "5fd7ba8aa4b8dc0c55751b42d93ba2683d97c24dfe342a3c979d88e256c168ba"
},
{
"path": "templates/error-handling.ts",
"sha256": "96e200d822d102291001c81988d7067c9617ad62dca4b69c784df3b0fa00a4e3"
},
{
"path": "templates/package.json",
"sha256": "f0f65eee92f660595f041990aef6f87399a66f31534cd84b87bcd7e353056f0b"
},
{
"path": "templates/session-management.ts",
"sha256": "a7694ad86949e55eff94ef0497fd57cade9df0e6c611eae4f05831590c7b73ac"
},
{
"path": "templates/basic-query.ts",
"sha256": "01bc97a086e10a3e154f8fb0f1b973c6b5ab06abe11267332120d278115a4f67"
},
{
"path": "templates/tsconfig.json",
"sha256": "ec2fcaa2f83c2321ae55023ef9c3b4deba02f391f77edd51f1427c31500af999"
},
{
"path": "templates/permission-control.ts",
"sha256": "7980eac42cee3af86354465963913b7ee35bd34cbc50b24d4ef9dba952905813"
},
{
"path": "templates/multi-agent-workflow.ts",
"sha256": "ca43932014e8cad916aeff24ea1b01a0f18b2ba9757a5a19fe7a7a0b64f8a85f"
}
],
"dirSha256": "9fccde519ca19cf105fbc6fad209544bb0c4fc39bab30eefd28c2eeb34a2428a"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}