@zenku/agent-kit 0.1.6 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -24
- package/agents/code-architect.agent +0 -0
- package/agents/code-explorer.agent +0 -0
- package/agents/code-reviewer.agent +0 -0
- package/agents/code-simplifier.agent +0 -0
- package/agents/silent-failure-hunter.agent +0 -0
- package/agents/skill-reviewer.agent +0 -0
- package/package.json +1 -1
- package/personas/zenku.persona +0 -0
- package/skills/frontend-design.skill +0 -0
- package/skills/skill-creator.skill +0 -0
- package/skills/zenku-kanban.skill +0 -0
package/README.md
CHANGED
|
@@ -4,30 +4,11 @@ Skills, agents, and personas for the Zenku ecosystem. Works with Claude Code, Op
|
|
|
4
4
|
|
|
5
5
|
## Contents
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
| `skill-creator` | Guide for creating effective skills that extend agent capabilities |
|
|
13
|
-
| `zenku-kanban` | Manage kanban projects, issues, labels, and comments via the zenku CLI |
|
|
14
|
-
|
|
15
|
-
### Agents
|
|
16
|
-
|
|
17
|
-
| Name | Description |
|
|
18
|
-
| ----------------------- | ------------------------------------------------------------------------------------- |
|
|
19
|
-
| `code-architect` | Designs feature architectures by analyzing codebase patterns and conventions |
|
|
20
|
-
| `code-explorer` | Deeply analyzes codebase features by tracing execution paths and mapping architecture |
|
|
21
|
-
| `code-reviewer` | Reviews code for bugs, security vulnerabilities, and quality issues |
|
|
22
|
-
| `code-simplifier` | Simplifies code for clarity and maintainability while preserving functionality |
|
|
23
|
-
| `silent-failure-hunter` | Identifies silent failures, inadequate error handling, and suppressed errors |
|
|
24
|
-
| `skill-reviewer` | Reviews skill quality and ensures skills follow best practices |
|
|
25
|
-
|
|
26
|
-
### Personas
|
|
27
|
-
|
|
28
|
-
| Name | Description |
|
|
29
|
-
| ------- | ----------------------------------------------------------------- |
|
|
30
|
-
| `zenku` | A focused, minimal coding assistant with a Japanese zen aesthetic |
|
|
7
|
+
The package includes **skills**, **agents**, and **personas**. To see what's available in your installed version:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
cat $(npm root -g)/@zenku/agent-kit/manifest.json
|
|
11
|
+
```
|
|
31
12
|
|
|
32
13
|
## Installation
|
|
33
14
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/personas/zenku.persona
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|