Skip to content

Commit 2f08eab

Browse files
committed
feat: add CoreAgent Claude Code plugin marketplace + landing page
- marketplace.json at agent/claude/.claude-plugin/ - Landing page at agent/claude/index.html - Add .gitignore for IDE and OS files Co-Authored-By: Virgil <virgil@lethean.io>
1 parent 681f407 commit 2f08eab

3 files changed

Lines changed: 599 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/
2+
.DS_Store
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"name": "dAppCore Agentic",
3+
"description": "Agentic systems to work on the Lethean Network's dAppCore project",
4+
"owner": {
5+
"name": "Lethean Community",
6+
"email": "hello@lethean.io"
7+
},
8+
"plugins": [
9+
{
10+
"name": "CoreAgent",
11+
"source": {
12+
"source": "git-subdir",
13+
"path": "claude/core",
14+
"url": "https://github.com/dappcore/agent.git"
15+
},
16+
"description": "Core agent platform",
17+
"version": "0.10.0"
18+
},
19+
{
20+
"name": "CorePHP",
21+
"source": {
22+
"source": "url",
23+
"url": "https://forge.lthn.ai/core/php.git"
24+
},
25+
"description": "PHP/Laravel development skills, API generation, and formatting",
26+
"version": "0.1.0"
27+
},
28+
{
29+
"name": "CoreBuild",
30+
"source": {
31+
"source": "url",
32+
"url": "https://forge.lthn.ai/core/go-build.git"
33+
},
34+
"description": "Go QA pipeline, build tooling, and development skills",
35+
"version": "0.1.0"
36+
},
37+
{
38+
"name": "CoreDevOps",
39+
"source": {
40+
"source": "url",
41+
"url": "https://forge.lthn.ai/core/go-devops.git"
42+
},
43+
"description": "CI/CD, deployment, issue tracking, and Coolify integration",
44+
"version": "0.1.0"
45+
}
46+
]
47+
}

0 commit comments

Comments
 (0)