-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 1.18 KB
/
plugin.json
File metadata and controls
38 lines (38 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "pearpass-plugin",
"version": "1.0.0",
"description": "Claude Code plugin for PearPass Desktop - development support for the secure, distributed password manager built with React Native, Expo, and sodium-native encryption",
"author": {
"name": "grandcamel"
},
"repository": "https://github.com/grandcamel/pearpass-plugin",
"homepage": "https://github.com/tetherto/pearpass-app-desktop",
"license": "Apache-2.0",
"skills": [
"./skills/pearpass-dev.md",
"./skills/pearpass-security.md",
"./skills/pearpass-architecture.md",
"./skills/pearpass-test.md",
"./skills/pearpass-pear.md"
],
"commands": [
"./commands/pearpass-dev.md",
"./commands/pearpass-build.md",
"./commands/pearpass-test.md",
"./commands/pearpass-lint.md",
"./commands/pearpass-i18n.md",
"./commands/pearpass-security-audit.md"
],
"agents": [
"./agents/security-reviewer.md",
"./agents/code-explorer.md",
"./agents/component-dev.md",
"./agents/test-generator.md"
],
"hooks": [
"./hooks/security-crypto-warning.md",
"./hooks/security-secrets-check.md",
"./hooks/quality-i18n-reminder.md",
"./hooks/quality-test-reminder.md"
]
}