@zenku/agent-kit 0.1.6 → 0.1.7

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 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
- ### Skills
8
-
9
- | Name | Description |
10
- | ----------------- | --------------------------------------------------------------------------------- |
11
- | `frontend-design` | Create distinctive, production-grade frontend interfaces with high design quality |
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenku/agent-kit",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Agent kit (skills, agents, personas) for the Zenku ecosystem — works with Claude Code, OpenCode, and Codex CLI.",
5
5
  "files": [
6
6
  "skills",
Binary file
Binary file
Binary file
Binary file