Initial commit
This commit is contained in:
15
.claude-plugin/plugin.json
Normal file
15
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cc-meta-skills",
|
||||
"description": "Meta-skills collection for Claude Code: analyzes codebases to detect technologies, extract project-specific patterns, and generate reusable contextual skills with automatic chaining",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Fiale Plus",
|
||||
"email": "pavel.fadeev@gmail.com"
|
||||
},
|
||||
"skills": [
|
||||
"./skills"
|
||||
],
|
||||
"commands": [
|
||||
"./commands"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# cc-meta-skills
|
||||
|
||||
Meta-skills collection for Claude Code: analyzes codebases to detect technologies, extract project-specific patterns, and generate reusable contextual skills with automatic chaining
|
||||
0
commands/.gitkeep
Normal file
0
commands/.gitkeep
Normal file
1
commands/discover-project-skills.md
Normal file
1
commands/discover-project-skills.md
Normal file
@@ -0,0 +1 @@
|
||||
Use and follow the discover-project-skills skill exactly as written
|
||||
57
plugin.lock.json
Normal file
57
plugin.lock.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:fiale-plus/cc-meta-skills:",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "2f1d8a3ec30930e6bc34103d8ae35a775b5ee6fc",
|
||||
"treeHash": "5ef6c33299aec8ed315ea12619f03069e1487be7483dd68dec1e19f1efe9fae7",
|
||||
"generatedAt": "2025-11-28T10:16:53.676820Z",
|
||||
"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": "cc-meta-skills",
|
||||
"description": "Meta-skills collection for Claude Code: analyzes codebases to detect technologies, extract project-specific patterns, and generate reusable contextual skills with automatic chaining",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "e7ea99fe11f6d2cddd709706dc0e37e55cd54c1247ff8e99a3bae7cc8d8a98ee"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "b12680c22aa7aa81eef4d38d0a74f078d3cf6e4a0902ab598297b897f58465af"
|
||||
},
|
||||
{
|
||||
"path": "commands/.gitkeep",
|
||||
"sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
},
|
||||
{
|
||||
"path": "commands/discover-project-skills.md",
|
||||
"sha256": "d4123c65de08ceab8e30ec6d72444d4757bd833f399968e5c7bedff9944a606d"
|
||||
},
|
||||
{
|
||||
"path": "skills/.gitkeep",
|
||||
"sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
},
|
||||
{
|
||||
"path": "skills/discover-project-skills.md",
|
||||
"sha256": "065dd7546267e161d568138419613c11041d8e4b976f67b7315177b469f9ec8a"
|
||||
}
|
||||
],
|
||||
"dirSha256": "5ef6c33299aec8ed315ea12619f03069e1487be7483dd68dec1e19f1efe9fae7"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
0
skills/.gitkeep
Normal file
0
skills/.gitkeep
Normal file
1053
skills/discover-project-skills.md
Normal file
1053
skills/discover-project-skills.md
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user