-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcollections.yaml
More file actions
78 lines (71 loc) · 3.03 KB
/
Copy pathcollections.yaml
File metadata and controls
78 lines (71 loc) · 3.03 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Copyright 2026 Canonical Ltd.
# See LICENSE file for licensing details.
# ==========================================
# 1. Base Definitions
# ==========================================
# NOTE: Skills are directories containing SKILL.md and must use directory-to-directory mapping.
# Destination should be .github/skills/<skill-name>/ to follow conventions.
core:
description: "Core assets common to all repositories"
items:
- src: assets/instructions/common/instructions.instructions.md
dest: .github/instructions/instructions.instructions.md
- src: assets/instructions/common/core-directive.instructions.md
dest: .github/instructions/core-directive.instructions.md
common-go:
description: "Go development standards and reviewer agent"
items:
- src: assets/agents/go-reviewer.agent.md
dest: .github/agents/go-reviewer.agent.md
- src: assets/agents/go-style-guide.md
dest: .github/agents/go-style-guide.md
common-python:
description: "Standard Python guidelines"
items:
- src: assets/instructions/python/code-commenting.instructions.md
dest: .github/instructions/python-code-commenting.instructions.md
common-documentation:
description: "Documentation standards and review skills"
items:
- src: assets/instructions/documentation/documentation.instructions.md
dest: .github/instructions/documentation.instructions.md
- src: skills/documentation-style
dest: .github/skills/documentation-style/
- src: skills/documentation-structure
dest: .github/skills/documentation-structure/
- src: skills/documentation-diataxis
dest: .github/skills/documentation-diataxis/
- src: skills/documentation-verify
dest: .github/skills/documentation-verify/
- src: skills/documentation-build
dest: .github/skills/documentation-build/
- src: skills/documentation-review
dest: .github/skills/documentation-review/
copilot-toolkit:
description: "Meta-tools for generating and managing Copilot assets (agents, skills, prompts, instructions)"
items:
- src: assets/agents/copilot-asset-architect.agent.md
dest: .github/agents/copilot-asset-architect.agent.md
- src: skills/generate-agent
dest: .github/skills/generate-agent/
- src: skills/generate-agent-skills
dest: .github/skills/generate-agent-skills/
- src: skills/generate-path-instructions
dest: .github/skills/generate-path-instructions/
- src: skills/generate-prompt
dest: .github/skills/generate-prompt/
- src: skills/generate-repo-instructions
dest: .github/skills/generate-repo-instructions/
- src: skills/migrate-harness-tests-to-state-transition-test
dest: .github/skills/migrate-harness-tests-to-state-transition-test/
- src: skills/retrospective-artifacts
dest: .github/skills/retrospective-artifacts/
# ==========================================
# 2. Framework Specifics
# ==========================================
charm-python:
description: "Charm Development with Python"
includes:
- core
- common-python
items: []