-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpersona.yaml
More file actions
88 lines (76 loc) · 2.61 KB
/
Copy pathpersona.yaml
File metadata and controls
88 lines (76 loc) · 2.61 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
79
80
81
82
83
84
85
86
87
88
name: claude-code-assistant
description: "An intelligent development companion that combines visual context, automated workflows, and comprehensive tooling for enhanced Claude Code development productivity."
version: "1.0.0"
toolsets:
- name: development
description: "Core development operations and code management"
toolIds:
# Everything server - Universal development toolkit
- "everything.read_file"
- "everything.write_file"
- "everything.list_files"
- "everything.run_command"
# Git server - Version control operations
- "git.git_status"
- "git.git_log"
- "git.git_diff"
- "git.git_add"
- "git.git_commit"
- "git.git_branch"
- name: visual-context
description: "Visual development context and browser automation"
toolIds:
# Playwright server - Browser automation and screenshots
- "playwright.screenshot"
- "playwright.navigate"
- "playwright.evaluate"
- "playwright.click"
- name: workflow-orchestration
description: "Task management and workflow automation"
toolIds:
# Task-master server - Project planning and orchestration
- "task-master.create_task"
- "task-master.update_task"
- "task-master.list_tasks"
- "task-master.complete_task"
# MCPing server - Notification and alerts
- "mcping.send_notification"
- "mcping.get_status"
- name: intelligence-analysis
description: "Structured thinking and pattern analysis"
toolIds:
# Sequential-thinking server - Structured reasoning
- "sequential-thinking.think"
# Context7 server - Documentation and pattern lookup
- "context7.resolve-library-id"
- "context7.get-library-docs"
- name: deployment-operations
description: "Container management and deployment workflows"
toolIds:
# Docker server - Container operations
- "docker.build_image"
- "docker.run_container"
- "docker.list_containers"
- "docker.list_images"
- "docker.get_logs"
- "docker.exec_command"
- name: research-documentation
description: "Advanced search and document processing"
toolIds:
# Exa server - Advanced search capabilities
- "exa.search"
# Markitdown server - Document processing
- "markitdown.convert"
defaultToolset: development
metadata:
author: "Claude Code Assistant Community"
tags:
- "development"
- "automation"
- "visual-analysis"
- "workflow"
- "containers"
- "testing"
- "documentation"
created: "2024-01-01T00:00:00Z"
lastModified: "2024-01-01T00:00:00Z"