FrancyJGLisboa

Detect AI Value Mode — AI skill for Claude Code

AI community

Agent skill that reads any codebase (local path or GitHub URL) and classifies how its AI product creates value — Amplifier, Substitute, Job Creator, or Democratiser — returning an evidence-cited verdi.

How to install Detect AI Value Mode

This entry records only its repository, not the path inside it, so there is no exact command to give. Open FrancyJGLisboa/detect-ai-value-mode and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Detect AI Value Mode does

Agent skill that reads any codebase (local path or GitHub URL) and classifies how its AI product creates value — Amplifier, Substitute, Job Creator, or Democratiser — returning an evidence-cited verdict report. Works in Claude Code, Copilot, Cursor, Codex.

Alternatives in AI

  • Novel Creator Skill — AI长篇小说创作系统 - 基于文件级长期记忆的Smart State模式,支持百万字级长篇小说持续创作 610 ★
  • Qiaomu Markdown Proxy — Fetch any URL as clean Markdown via proxy services (r.jina.ai / defuddle.md) or built-in scripts 426 ★
  • QodeAssist — QodeAssist is an AI-powered coding assistant plugin for Qt Creator 368 ★

README

detect-ai-value-mode

An **agent skill** that reads a codebase and tells you *how its AI product creates value* — and therefore how it should be positioned and sold. Point it at your own repo or anyone else's, and it returns a sober, evidence-grounded verdict report with every claim cited to a specific file or function.

It classifies the product against four value modes from the Enterprise AI Adoption Framework:

Mode The product… Pattern
Amplifier speeds up an existing task copilot
Substitute replaces a human function end to end autonomous agent
Job Creator enables a new professional role that did not exist net-new
Democratiser makes specialist work accessible to non-specialists leveling

This is a **skill for AI coding agents** (Claude Code, GitHub Copilot, Cursor, Codex CLI, and anything that reads the [agentskills.io](https://agentskills.io) open standard). It is not a standalone CLI — you install the skill into your agent, then invoke it on a codebase.

**No API key required.** The skill runs on the agent subscription you already have (Claude Code, Copilot, Codex, etc.). There is nothing to configure, no key to set, and no extra per-use cost — installing the folder is the whole setup.


Install (about 20 seconds)

Copy the skill folder into your agent's skills directory. Keep the folder name exactly `detect-ai-value-mode-from-codebase` (the skill name must match its folder).

git clone https://github.com/FrancyJGLisboa/detect-ai-value-mode.git

# Claude Code — personal (available in every project):
cp -R detect-ai-value-mode/detect-ai-value-mode-from-codebase ~/.claude/skills/

# …or project-scoped (just this repo):
cp -R detect-ai-value-mode/detect-ai-value-mode-from-codebase .claude/skills/

Other agents read the same folder from a different location — copy `detect-ai-value-mode-from-codebase/` into whichever applies:

| Agent | Personal (all