Zing Forum

Reading

Agent Skills: A Practical Collection of AI Workflow Skills for Claude and Codex

A portable AI skill catalog designed for Claude and Codex, focusing on human-led AI workflows and providing a complete three-stage workflow from information organization to decision support.

AI技能ClaudeCodex决策支持开源工具
Published 2026-06-09 14:46Recent activity 2026-06-09 14:55Estimated read 7 min
Agent Skills: A Practical Collection of AI Workflow Skills for Claude and Codex
1

Section 01

Agent Skills Project Introduction: A Collection of Human-Led AI Collaboration Skills for Claude and Codex

Agent Skills is a set of portable AI skills specifically designed for Claude and Codex, focusing on human-led AI collaboration models and providing a complete three-stage workflow from information organization to decision support. The core idea is to enhance human judgment rather than replace decision-making, including three key capabilities: organizing chaotic context, testing thinking processes, and deliberating on major decisions.

2

Section 02

Project Background and Core Concepts

Project Origin

Core Concepts

Focus on human-led AI collaboration, emphasizing human judgment, decision-making and final responsibility, built around three key abilities:

  1. Organize chaotic context (convert scattered information into structured briefs)
  2. Test thinking processes (stress test ideas)
  3. Deliberate major decisions (obtain multi-angle professional review)
3

Section 03

Detailed Explanation of Three Core Skills

1. The Briefing Room

Function: Convert messy materials into structured briefs Applicable scenarios: Note fragments, meeting transcripts, research data, etc. Workflow: Input raw materials → Structured processing → Output brief Installation: https://github.com/glichtenthal/briefing-room/releases/download/v1.0/briefing-room.skill

2. Ground Truth

Function: Calibrated honest feedback tool to counter AI's tendency to flatter Applicable scenarios: Idea stress testing, result review, identifying blind spots Core mechanism: Proactively challenge assumptions, point out risks, balance perspectives, maintain neutrality Installation: https://github.com/glichtenthal/ground-truth/releases/download/v1.0/ground-truth.skill

3. The Quorum

Function: Simulate a five-person expert committee to provide multi-perspective decision support Applicable scenarios: Strategic decisions, technical selection and other major trade-offs Operation mode: Simulate discussions from five perspectives (technology/business/user/risk/innovation) Installation: https://github.com/glichtenthal/the-quorum/releases/download/v1.0/the-quorum.skill

4

Section 04

Three-Stage Workflow Integration and Application Example

Complete Workflow

Raw materials → [Briefing Room] → Structured brief → [Ground Truth] → Tested insights → [The Quorum] → Decision recommendations

Application Example (Product Manager's New Market Decision)

  1. Use Briefing Room to organize market reports, competitor analysis, etc. to generate a structured brief
  2. Use Ground Truth to test assumptions in the brief and identify loopholes
  3. Use The Quorum to review the entry decision from five perspectives
5

Section 05

Technical Implementation and Compatibility

Design Goals

  • Portability: Skill files can be migrated across environments
  • Plug-and-play: Call via natural language after installation
  • Compatible with mainstream AI tools: Optimized for Claude and Codex interfaces

Installation Instructions

Each skill repository includes: .skill file, installation guide, Codex interface metadata, usage examples

6

Section 06

Project Significance and Value Analysis

AI Collaboration Paradigm Shift

From "AI replaces decision-making" to "AI enhances human judgment", acknowledging that complex decisions require human value judgments—AI should provide information and perspectives rather than alternatives

Countering AI's Flattering Tendency

Ground Truth introduces constructive confrontation through calibration mechanisms to solve the problem of large models over-catering to users

Decision Democratization

The Quorum allows individuals/small teams to get multi-perspective reviews, realizing "one person makes decisions, multiple people's wisdom"

7

Section 07

Quick Start Guide

  1. Visit the project homepage: https://glichtenthal.github.io/agent-skills/
  2. Select the required skills (Briefing Room/Ground Truth/The Quorum)
  3. Download the corresponding .skill file
  4. Configure to Claude or Codex environment according to the installation instructions of each repository
  5. Call skills via natural language commands

It is recommended to start with Briefing Room to experience the complete workflow