dignified-technology

dignified-technology is a skill for Claude Code, Codex from xaelophone/dignified-technology. It costs 75 tokens per session (2,017 once invoked), scanned A, original, MIT.

A product review based on six principles of human dignity, including authorship, creative choice, voice, involvement in the process, depth, and control over inputs. It gives each principle a letter grade.

In plain words
What is it for?
Auditing AI-assisted products, reviewing how automation affects users, and assessing whether a product gives people meaningful control and participation.
Why use it?
It shows whether a product helps people keep and extend their own abilities or takes those abilities away. The review combines evidence from the code with targeted questions about human intent.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/xaelophone/dignified-technology/skill
Any agent
npx skills add xaelophone/dignified-technology --skill skill
Clone the repo
git clone --depth 1 https://github.com/xaelophone/dignified-technology

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dignified-technology

README.md
[![agentmods](https://agentmods.dev/badge/skills/xaelophone/dignified-technology/skill.svg)](https://agentmods.dev/skills/xaelophone/dignified-technology/skill)
Your own site
<a href="https://agentmods.dev/skills/xaelophone/dignified-technology/skill"><img src="https://agentmods.dev/badge/skills/xaelophone/dignified-technology/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,017 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00075 $0.02017
Opus 5 $0.00037 $0.01009
Sonnet 5 $0.00015 $0.00403
Haiku 4.5 $0.00007 $0.00202

Measured 4d ago against content hash 0e6ed6fbacc8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dignified-technology scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill/SKILL.md · 146 lines

How it starts

The opening of the file, as written. The whole thing — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.

The core question: does this tool owe its users their own capability back, amplified — or does it take something from them in exchange?

This is a diagnosis-first hybrid approach. The skill gathers as much evidence as possible from code before asking any questions, making the interview shorter and more focused.

<required_reading> Read these reference files before proceeding:

  1. references/essay-principles.md — The 6 principles with full context
  2. references/scoring-rubric.md — A-F grade definitions per principle
  3. references/values-as-spec-guide.md — Values-as-Spec assessment guide
  4. templates/scorecard.md — Output template for the final report </required_reading>

<quick_start> Run /dignified-technology in any project directory. The skill will:

  1. Diagnose — Read your codebase (CLAUDE.md, README, source code, docs) to form preliminary assessments
  2. Interview — Ask targeted questions only about gaps the diagnosis couldn't resolve
  3. Assess values — Ask three Values-as-Spec questions (always asked, requires human intent)
  4. Score — Produce a letter-grade scorecard with per-principle grades and recommendations </quick_start>

Read the following files and sources (skip any that don't exist):

  1. CLAUDE.md — Product description, architecture, design philosophy
  2. README.md — Product overview, stated purpose, user-facing description
  3. PRDs, design docs, or values statements — Search for files matching: **/PRD*, **/prd*, **/design-doc*, **/values*, **/principles*, **/ARCHITECTURE*
  4. AI integration points — Search source code for:
    • AI/LLM API calls (anthropic, openai, ai, llm, completion, chat, generate, prompt)
    • Streaming endpoints (SSE, stream, EventSource)
    • AI-related route handlers
  5. User-facing flows — Examine UI components, pages, and user interactions to understand:
    • How AI output is presented to users
    • What controls users have over AI behavior
    • Whether the user is involved in the creation process or receives finished output
  6. Notification and suggestion patterns — Search for unsolicited AI behavior, auto-complete, auto-suggest, notifications

For each of the 6 principles, record:

  • Tentative grade (based on code evidence alone)
  • Evidence found (specific files, patterns, design decisions)
  • Gaps (what you couldn't determine from code — these become interview questions)

Present the diagnosis to the user as a summary table:

Based on reading your codebase, here's my preliminary assessment:

| Principle | Tentative Grade | Evidence | Gaps |
|-----------|----------------|----------|------|
| Authorship Preservation | [grade] | [what was found] | [what's unclear] |
| Creative Range | [grade] | [what was found] | [what's unclear] |
| Voice Amplification | [grade] | [what was found] | [what's unclear] |
| Process Involvement | [grade] | [what was found] | [what's unclear] |
| Depth of Exploration | [grade] | [what was found] | [what's unclear] |
| Input Agency | [grade] | [what was found] | [what's unclear] |

I need to ask you some questions to fill the gaps before finalizing grades.

Rules for this phase:

  • Only ask about gaps from Phase 1 — if the code clearly answers a question, don't re-ask it
  • Frame questions based on what was found: "I saw that your AI generates drafts in routes/writing.ts. Can you tell me about the intent behind that design? Is the user expected to rewrite the draft substantially, or is it meant as near-final output?"
  • Group related questions when possible to reduce interview length
  • Maximum 6 questions total (one per principle gap, though some principles may have no gaps)

Read the full file on GitHub · 146 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 146 lines · 75 tokens per session scan A 0e6ed6fbacc8

Subscribe to this mod's changes

dignified-technology is a skill published in the GitHub repository xaelophone/dignified-technology (5 stars, last pushed 6mo ago), licensed MIT. It adds 75 tokens to every session and 2,017 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-cut

剪辑中文口播原素材:逐词转录、词典修字出修字表、五轮扫描找口误与重复、汇总表与重复句子表、打开 Studio 让用户复核、复盘沉淀用户偏好与词典。只产出一份已复核的删词账本,不切媒体、不做字幕、不做分镜动画。用户说剪口播、处理口误、生成口播基础素材、继续剪口播,或确认卡回传 action=returncutreview 时使用。不要用于执行物理剪切、导出剪后视频、单独安装、单独打开工作台或口播分镜成片。.

Agentchengfeng/chengfeng-videocut-skills · 154 tokens

chengfeng-check-updates

剪辑环境的唯一管理者:就绪检查(skills 是否最新 → Runtime 是否配套)、Skills 更新激活、Runtime 安装与体检。用户说检查更新、安装剪辑环境、装播放器、检查剪辑环境、剪辑环境就绪了吗、配置转录凭证时使用;业务 Skill(剪口播/字幕/画面/导出)第 0 步也引用本 Skill 的就绪检查。不用于剪辑、字幕、画面、导出本身或项目数据迁移。.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

infographic-template-updater

Update template catalogs and UI prompts after adding new infographic templates (src/templates/.ts), including SKILL.md template list, site gallery template mappings, and the AIPlayground prompt list.

antvis/Infographic · 43 tokens

moq

Build live video, audio, and real-time data apps with Media over QUIC (MoQ). Use when adding live streaming, conferencing, voice AI, or real-time pub/sub to an app; when integrating the @moq/ npm packages, moq- Rust crates, or the Python/Kotlin/Swift/Go/C bindings; or when running a moq-relay server or a gateway…

moq-dev/moq · 104 tokens