20 lines
515 B
JSON
20 lines
515 B
JSON
{
|
|
"name": "angular-testing",
|
|
"description": "Comprehensive testing strategies with Jasmine, Jest, Cypress, and Playwright",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Ihsan - Full-Stack Developer & AI Strategist",
|
|
"url": "https://github.com/EhssanAtassi"
|
|
},
|
|
"skills": [
|
|
"./skills/testing-strategies/SKILL.md",
|
|
"./skills/mocking-patterns/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/angular-tester.md"
|
|
],
|
|
"commands": [
|
|
"./commands/generate-tests.md",
|
|
"./commands/run-e2e.md"
|
|
]
|
|
} |