-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.5 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "skill-seeker",
"version": "0.2.0",
"description": "Discover, evaluate, and install community-created Claude Code skills from GitHub. Search for AI behavioral frameworks, prompt-based skills, and specialized personas to enhance Claude's capabilities.",
"scripts": {
"test": "python3 tests/test_scan_skill.py",
"search": "bash scripts/search-github.sh",
"search-registry": "bash scripts/search-registry.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmmantasrrr/skill-seeker.git"
},
"keywords": [
"claude-code",
"claude-skills",
"ai-skills",
"ai-tools",
"claude-plugin",
"skills-discovery",
"skill-marketplace",
"behavioral-frameworks",
"prompt-engineering",
"ai-personas",
"skill-management",
"meta-skill",
"automation",
"productivity",
"ai-enhancement",
"code-assistant",
"developer-tools",
"security-scanner",
"github-search",
"claude-ai",
"llm-tools",
"ai-assistant",
"dev-tools",
"programming-tools",
"software-development",
"code-quality",
"best-practices",
"design-patterns",
"coding-standards",
"skill-loader",
"plugin-system",
"ai-framework",
"prompt-library",
"skill-registry",
"community-driven",
"open-source-tools"
],
"author": "skilldev",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmmantasrrr/skill-seeker/issues"
},
"homepage": "https://github.com/mmmantasrrr/skill-seeker#readme"
}