21 lines
618 B
JSON
21 lines
618 B
JSON
{
|
|
"name": "ring-default",
|
|
"description": "Core skills library for the Lerian Team: TDD, debugging, collaboration patterns, and proven techniques. Features parallel 3-reviewer code review system (Foundation, Correctness, Safety), systematic debugging, workflow orchestration, and knowledge capture via /codify. 21 essential skills for software engineering excellence.",
|
|
"version": "0.14.1",
|
|
"author": {
|
|
"name": "Fred Amaral",
|
|
"email": "fred@fredamaral.com.br"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |