Initial commit
This commit is contained in:
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "development-guidelines",
|
||||
"description": "Development Guidelines plugin for generating comprehensive language-specific development guideline documents",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Wesley Willians"
|
||||
},
|
||||
"commands": [
|
||||
"./commands"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# development-guidelines
|
||||
|
||||
Development Guidelines plugin for generating comprehensive language-specific development guideline documents
|
||||
1041
commands/guidelines-generate.md
Normal file
1041
commands/guidelines-generate.md
Normal file
File diff suppressed because it is too large
Load Diff
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:devfullcycle/claude-mkt-place:plugins/development-guidelines",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "8f1a6c132a3cffa20099f5c946ed73b331735390",
|
||||
"treeHash": "bf827bd4d2b7a5d4a32fa930428bf80d431139f3cba8b1607131c4ffe9e4f509",
|
||||
"generatedAt": "2025-11-28T10:16:19.165231Z",
|
||||
"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": "development-guidelines",
|
||||
"description": "Development Guidelines plugin for generating comprehensive language-specific development guideline documents",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "9d558ea1e50726c91c884173b8b61a221f98d4619d62b5a53d8118a34063d054"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "c9cf0d64dcbf254507d31e52fb920fda42a94fbe70f49848cbab2a152487e80a"
|
||||
},
|
||||
{
|
||||
"path": "commands/guidelines-generate.md",
|
||||
"sha256": "69dffbc7ab6004f7fb1afd549b25723793af35ca331885fe5dd90b04e33ed195"
|
||||
}
|
||||
],
|
||||
"dirSha256": "bf827bd4d2b7a5d4a32fa930428bf80d431139f3cba8b1607131c4ffe9e4f509"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user