-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskillpack.yaml
More file actions
48 lines (42 loc) · 969 Bytes
/
Copy pathskillpack.yaml
File metadata and controls
48 lines (42 loc) · 969 Bytes
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
name: metaportal-skillpack
display_name: Metaportal Skill Pack
version: "0.3.0"
default_profile: all
skills_root: skills
profiles:
all:
description: Install every managed skill.
include:
- "*"
exclude: []
coding:
description: Coding and repo-management skills.
include:
- "code-*"
- "git-*"
- "skillpack-maintainer"
exclude: []
research:
description: Research, planning, synthesis, and document skills.
include:
- "research-*"
- "planning-*"
- "docs-*"
exclude: []
allow_empty: true
devops:
description: Infrastructure, deployment, and project setup skills.
include:
- "project-*"
- "debug-*"
- "git-*"
- "skillpack-maintainer"
exclude: []
install_targets:
claude_code:
personal_path: "~/.claude/skills"
project_path: ".claude/skills"
defaults:
install_mode: copy
conflict_policy: preserve-local
require_validation: true