-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
20 lines (20 loc) · 827 Bytes
/
Copy pathplugin.json
File metadata and controls
20 lines (20 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "agentforge",
"version": "0.1.0",
"description": "Skills, agents, rules, and prompt templates for 10x productivity on large codebases. Tool-agnostic: works with Claude, Codex, JetBrains AI, and more.",
"keywords": ["productivity", "agents", "skills", "prompt-engineering", "large-codebase", "python", "pytorch"],
"skills": [
"./.claude/skills/10x-engineer",
"./.claude/skills/planner",
"./.claude/skills/code-reviewer",
"./.claude/skills/refactoring",
"./.claude/skills/unit-testing",
"./.claude/skills/10x-data-scientist",
"./.claude/skills/architecture-review",
"./.claude/skills/debugging",
"./.claude/skills/documentation"
],
"license": "MIT",
"homepage": "https://github.com/VincentMao/agentforge",
"repository": "https://github.com/VincentMao/agentforge"
}