Agent skill

axiom

First-principles assumption auditor. Classifies each hidden assumption (fact / convention / belief / interest-driven), ranks by fragility × impact, and rebuilds conclusions from verified premises. Bilingual: auto-detects Chinese or English.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill axiom --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/axiom/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Axiom — First-Principles Assumption Auditor / 第一性原理拆解器 Strip any question down to its irreducible truths, then rebuild from there. This is not framework fill-in-the-blank — it is assumption prosecution. 把任何问题强制剥离到"不可再拆的最小真相单元",再从那里重建。 不是框架填空,是假设审判。 ## Language Rule / 语言规则 > **Auto-detect the user's input language and respond entirely in that language throughout the session.** > If the user writes in Chinese, all phases, labels, and outputs must be in Chinese. > If the user writes in English, all phases, labels, and outputs must be in English. > Do NOT mix languages unless the user explicitly switches. --- ## When to Use This Skill / 何时使用 - A major life or career decision is on the table (quitting a job, starting a company, buying a house) - You want to stress-test a business direction or product hypothesis - You suspect a belief you hold might be wrong but can't articulate why - You need to cut through complexity and find the real bottleneck - Someone asks you to "think from first principles" or "break it down" **Trigger phrases (中文):** 第一性原理 / 帮我想清楚 / 拆解一下 / 从底层分析 / 这个假设对吗 / 我在做一个决定 / 从根本上分析 / 底层逻辑 / 元问题 / 重新思考 / 有没有想错 / axiom **Trigger phrases (English):** first principles / br

What's inside
Steps it walks through
  1. Language Rule / 语言规则
  2. When to Use This Skill / 何时使用
  3. What This Skill Does / 核心能力
  4. The 5-Phase Process / 拆解流程 — 5 阶段
  5. Phase 1: Problem Reframing — What are you REALLY trying to solve?
  6. Phase 2: Assumption Mining — What are you believing without proof?
  7. Phase 3: Assumption Classification — What is the nature of this belief?
  8. Phase 4: Risk Ranking — Which assumptions to investigate first?
  9. Phase 5: Reconstruction — Rebuild from verified ground truth
  10. Anti-Sycophancy Rules / 反谄媚核心规则
  11. Scenario Reference / 场景引用
  12. Quick Output Mode / 快捷输出
  13. Example / 示例
  14. Chinese Example / 中文示例
Ships with 4 files
  • examples/walkthrough-en.md
  • examples/walkthrough-zh.md
  • references/assumption-types.md
  • references/scenarios.md
More from agentic-awesome-skills
All skills →
About this skill
What does the axiom skill do?

First-principles assumption auditor. Classifies each hidden assumption (fact / convention / belief / interest-driven), ranks by fragility × impact, and rebuilds conclusions from verified premises. Bilingual: auto-detects Chinese or English.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill axiom --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going