🧭
WritingPython

Harness Step 1 Create Agents Docs

by simbajigege

Harness Step 1 Create Agents Docs is a Writing skill for Claude Code, published by simbajigege in book2skills.

161 stars30 forkson simbajigege/book2skillsAdded 2026/09/08+4% in starsRepository updated 2026/08/26
agent-skillsagentskillsanthropicanthropic-claudebook2skillsgrowth-investinginvestinginvesting-skillsskillsstock-analysis
Install in seconds
Install Harness Step 1 Create Agents Docs
Copy Harness Step 1 Create Agents Docs into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/simbajigege/book2skills/tree/main/skills/harness-step1-create-agent-md ~/.claude/skills/harness-step1-create-agent-md

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/simbajigege/book2skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/harness-step1-create-agent-md/SKILL.md in simbajigege/book2skills
Installs to
~/.claude/skills/harness-step1-create-agent-md
Collection
One of 25 skills cataloged from this repository
Category
Writing1361 skills

What Harness Step 1 Create Agents Docs does

Harness Step 1 Create Agents Docs scans an existing project and generates AGENTS.md plus a docs/ knowledge base. Use it when you need an agent-readable map of business context, architecture, conventions, and technical decisions.

Harness Step 1 Create Agents Docs is cataloged under Writing on DirSkills. Harness Step 1 Create Agents Docs comes from a repository tagged agent-skills, agentskills, anthropic, anthropic-claude and book2skills.

Documentation

README

Harness Step 1: 创建 AGENTS.md 与 docs/ 知识库

目标

为项目建立 agent 可读的知识库地基:

  • 一份简短的 AGENTS.md(~100 行,作为"目录"而非百科全书)
  • 一套 docs/ 目录结构,存放真正的知识

核心原则:agent 看不到的东西就不存在。项目的业务定位、目标用户、解决的问题、架构决策、命名约定和技术选型,必须以文件形式存在于仓库中。


执行步骤

Step 1:扫描项目

按顺序收集项目信息,已知信息跳过,不要重复提问

# 1. 项目根目录结构(2层)
find . -maxdepth 2 -not -path '*/node_modules/*' -not -path '*/.git/*' \
  -not -path '*/__pycache__/*' -not -path '*/dist/*' -not -path '*/.next/*' | sort

# 2. 识别技术栈
cat package.json 2>/dev/null || cat pyproject.toml 2>/dev/null || \
  cat go.mod 2>/dev/null || cat Cargo.toml 2>/dev/null || echo "未找到包管理文件"

# 3. 查看是否已有文档
ls -la *.md 2>/dev/null; ls -la docs/ 2>/dev/null

# 4. 查看 README(如有)
head -80 README.md 2>/dev/null || head -80 readme.md 2>/dev/null

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Harness Step 1 Create Agents Docs

  • What else does simbajigege publish alongside Harness Step 1 Create Agents Docs?

    Harness Step 1 Create Agents Docs is one of 25 skills that DirSkills catalogs from simbajigege/book2skills, the repository it ships in. Its siblings there include Agent Memory Implementation, Agent Tool Builder and Business Adventures Analysis. Each one is a separate skill with its own page in this directory, installs the same way Harness Step 1 Create Agents Docs does, and is maintained by simbajigege in that same repository. The rest of the collection is listed on the simbajigege/book2skills page.

  • How does Harness Step 1 Create Agents Docs compare to other Writing skills?

    Harness Step 1 Create Agents Docs ranks #1199 by stars among the 1361 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Harness Step 1 Create Agents Docs against them. Open each page to compare what they document and how they install.

More from simbajigege/book2skills

Harness Step 1 Create Agents Docs is one of 25 skills cataloged on DirSkills from simbajigege/book2skills.

See all 25 skills
🧠
1h ago

Agent Memory Implementation

Agent Memory Implementation restructures a crowded MEMORY.md into a small pointer index plus on-demand topic files. Use it when MEMORY.md gets too long, mixes pointers with content, or needs stale memories corrected in place.
AI Engineering
16130
🛠️
1h ago

Agent Tool Builder

Agent Tool Builder helps define agent tools with a fail-closed pattern that keeps schema, security metadata, and execution together. Use it when creating a new tool or adding validation and permission checks to an existing one.
AI Engineering
16130
📘
1h ago

Business Adventures Analysis

Business Adventures Analysis uses John Brooks’s *Business Adventures* as a diagnostic lens for business failures, market panics, governance issues, and innovation questions. Use it to map a live situation to recurring patterns like hubris, incentive drift, and institutional fragility.
AI Engineering
16130
📈
1h ago

Common Sense Index Investing

Common Sense Index Investing applies Bogle's rules to fund selection, fees, asset allocation, and buy-and-hold discipline. Use it to compare index vs active funds, assess cost drag, and simplify a portfolio.
Data
16130
🧠
1h ago

Compact Memory Implementation

Compact Memory Implementation shows how to add memory compaction to an agent by triggering a forked compactor, generating a structured summary, and restoring it in later sessions. Use it when building context compression or persistence with Claude Agent SDK or the Anthropic API.
AI Engineering
16130
📣
1h ago

Contagious Viral Content Berger

Contagious Viral Content Berger applies Jonah Berger's STEPPS framework to diagnose why content spreads or stalls. Use it to engineer shareability with social currency, triggers, emotion, public visibility, practical value, and stories.
AI Engineering
16130