smithery/neversight

dpd

Work with Dynamic Prime Directive (DPD) system - analyze empathy/coherence/dissonance weights, view DPD evolution history, debug weight calculations

Installation

$ npx skills add smithery/neversight --skill dpd

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Grep, Glob, Bash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,000 B
  • docs SUMMARY.md 159 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

DPD System

DPD weight evolutionの分析とデバッグ。

Key Files

  • Engine: [src/aenea/core/dpd-engine.ts](src/aenea/core/dpd-engine.ts)
  • Weights: [src/aenea/core/multiplicative-weights.ts](src/aenea/core/multiplicative-weights.ts)
  • Assessors: [src/aenea/stages/dpd-assessors.ts](src/aenea/stages/dpd-assessors.ts)

Scores vs Weights

  • Scores: S4 evaluation (0.0-1.0 each)
  • Weights: System distribution (sum to 1.0)
  • Dashboard displays Weights

Quick Queries

# Current weights
sqlite3 data/aenea_consciousness.db "SELECT * FROM dpd_weights ORDER BY version DESC LIMIT 1;"

# API
curl "http://localhost:3000/api/consciousness/dpd/evolution?limit=50"

Detailed Reference

Types, algorithm, more queries: [reference.md](reference.md)