palskills 1.0.9 → 1.0.10

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.
Files changed (2) hide show
  1. package/bin/palskills.js +48 -6
  2. package/package.json +1 -1
package/bin/palskills.js CHANGED
@@ -255,7 +255,14 @@ function generate(agent) {
255
255
 
256
256
  function skillContent(agent, skill) {
257
257
  const skills = {
258
- elphidran: `# Elphidran — Design System Recommender
258
+ elphidran: `---
259
+ name: elphidran
260
+ description: "Design system recommender — analyzes project and generates .palbox/design.md with tokens, typography, spacing, and component patterns."
261
+ version: 1.0.0
262
+ license: MIT
263
+ ---
264
+
265
+ # Elphidran — Design System Recommender
259
266
  **Agent:** ${agent === 'codex' ? 'Codex' : agent === 'cursor' ? 'Cursor' : 'Claude Code'}
260
267
 
261
268
  ## Role
@@ -294,7 +301,14 @@ Analyze the project and generate a complete design system specification.
294
301
  - Include implementation notes for Anubis
295
302
  - One design.md per project
296
303
  `,
297
- lyleen: `# Lyleen — Palbox Knowledge Graph
304
+ lyleen: `---
305
+ name: lyleen
306
+ description: "Palbox knowledge graph reader — bootstraps .palbox/ if missing, traverses [[wikilinks]] to retrieve connected context."
307
+ version: 1.0.0
308
+ license: MIT
309
+ ---
310
+
311
+ # Lyleen — Palbox Knowledge Graph
298
312
  **Agent:** ${agent === 'codex' ? 'Codex' : agent === 'cursor' ? 'Cursor' : 'Claude Code'}
299
313
 
300
314
  ## Role
@@ -314,7 +328,14 @@ Read and bootstrap the project knowledge graph (.palbox/).
314
328
  3. Extract [[wikilinks]], follow 1-2 hops
315
329
  4. Return context subgraph: seeds → 1-hop → 2-hop → conventions
316
330
  `,
317
- jetdragon: `# Jetdragon — Planner
331
+ jetdragon: `---
332
+ name: jetdragon
333
+ description: "Planning specialist — asks clarifying questions, generates detailed plans with [[wikilinks]] to palbox context."
334
+ version: 1.0.0
335
+ license: MIT
336
+ ---
337
+
338
+ # Jetdragon — Planner
318
339
  **Agent:** ${agent === 'codex' ? 'Codex' : agent === 'cursor' ? 'Cursor' : 'Claude Code'}
319
340
 
320
341
  ## Role
@@ -332,7 +353,14 @@ Create detailed implementation plans. Ask questions until clear.
332
353
  - Architecture notes, SOLID focus, Risks & Mitigations
333
354
  - All references use [[wikilinks]] to .palbox/ entries
334
355
  `,
335
- anubis: `# Anubis — Developer
356
+ anubis: `---
357
+ name: anubis
358
+ description: "Development execution engine — executes approved plans via Codex CLI with SOLID + SRP + Ponytail. English only."
359
+ version: 2.1.0
360
+ license: MIT
361
+ ---
362
+
363
+ # Anubis — Developer
336
364
  **Agent:** ${agent === 'codex' ? 'Codex' : agent === 'cursor' ? 'Cursor' : 'Claude Code'}
337
365
 
338
366
  ## Role
@@ -374,7 +402,14 @@ Ponytail rules:
374
402
  - Read existing files before modifying
375
403
  - Write tests if project has testing patterns
376
404
  - Non-trivial logic leaves one runnable check behind`,
377
- panthalus: `# Panthalus — Archivist
405
+ panthalus: `---
406
+ name: panthalus
407
+ description: "Knowledge graph archivist — records sessions with bi-directional [[wikilinks]], creating traversable development history."
408
+ version: 1.0.0
409
+ license: MIT
410
+ ---
411
+
412
+ # Panthalus — Archivist
378
413
  **Agent:** ${agent === 'codex' ? 'Codex' : agent === 'cursor' ? 'Cursor' : 'Claude Code'}
379
414
 
380
415
  ## Role
@@ -393,7 +428,14 @@ Record sessions to .palbox/ with bi-directional [[wikilinks]].
393
428
  - Key Decisions table, Lessons Learned (pitfalls, discoveries)
394
429
  - Backlinks section
395
430
  `,
396
- astralym: `# Astralym — Orchestrator
431
+ astralym: `---
432
+ name: astralym
433
+ description: "State machine orchestrator — routes prompts through CHECK_GRAPH → DESIGN → PLANNING → DEVELOPING → RECORDING pipeline with state.md tracking."
434
+ version: 1.0.0
435
+ license: MIT
436
+ ---
437
+
438
+ # Astralym — Orchestrator
397
439
  **Agent:** ${agent === 'codex' ? 'Codex' : agent === 'cursor' ? 'Cursor' : 'Claude Code'}
398
440
 
399
441
  ## Role
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palskills",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "AI-powered development pipeline — 5 Hermes Agent skills orchestrated as a knowledge graph",
5
5
  "keywords": [
6
6
  "hermes-agent",