‹ 返回总目录
工具 最近更新06-21

self-improving-agent

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量32.5K
⭐ GitHub Stars68(fork 10)
🗓️ 最近推送2026-06-21
🌱 项目创建2026-01-10
💻 语言 / LicenseJavaScript · 未标注
🐛 开放Issue0

📝 工具简介

面向AI智能体(Claude Code)的实用指南、提示词和技能合集,中英双语。

📖 怎么用

初始化用 `pnpm dlx @codeharbor/agent-playbook init`(或 `npm exec -- @codeharbor/agent-playbook init`),加 `--project` 只装当前项目。想手动链接技能:先建目录 `mkdir -p ~/.claude/skills ~/.codex/skills ~/.gemini/skills`,然后循环把 skills 目录下每个含 SKILL.md 的文件夹软链过去(`ln -s`)或复制(`cp -R`)。也可以单独链接某个技能,比如 `ln -s /path/to/agent-playbook/skills/skill-router ~/.claude/skills/skill-router`。

📋 迷你测评

面向Claude Code的实用指南、提示词和技能合集,中英双语。亮点是双语,适合中文用户。没有具体数据点。

📄 README 要点

这是一个面向AI智能体的实用指南合集,主要针对Claude Code,但也支持Codex和Gemini。里面收集了可复用的技能、提示词模式、工作流文档和工具,所有内容都保持可移植和抽象,不包含公司特定的敏感信息。它提供了SKILL.md格式的技能文件、安装工具、MCP服务器用于技能发现,还有关于规划、自我改进、自动化和上下文设计的工作流文档。适合想系统化提升AI智能体能力的开发者。

查看英文原文
Agent Playbook A collection of practical guides, prompts, and skills for AI Agents (Claude Code) English 简体中文 Overview This repository collects practical, public facing building blocks for AI agents: reusable skills, prompt patterns, workflow docs, and tooling for Claude Code, Codex, and Gemini. Everything in this repository is intended to stay portable and abstract. Private operating details, company specific workflows, and sensitive business context should live elsewhere. What you get Reusable skills with focused SKILL.md files and deeper references/ material Installation and lifecycle tooling through @codeharbor/agent playbook An MCP server for skill discovery Workflow docs for planning, self improvement, automation, and context design Design Principles The repository is evolving around a few portable agent design rules: Keep hard constraints always on, but keep them short Turn reusable methods into skills Keep detailed facts and examples retrievable from references and docs Persist long running task state outside chat so recovery is reliable Further reading: Context Layering for Agent Playbooks Skill Ecosystem References long task coordinator Who this is for Builders creating their own reusable agent skills Teams standardizing how agents plan, review, and recover work Power users who want local first tooling instead of SaaS heavy orchestration Installation Method 0: One Command Installer (PNPM/NPM) Sets up skills for Claude Code, Codex, and Gemini. It currently wires session logging and self improvement hooks for Claude Code, records an agent playbook metadata block for Codex, and prepares Gemini skill directories. [安装/使用命令见下方] Project only setup: [安装/使用命令见下方] Method 1: Symbolic Links (Recommended) Link the skills to your global skills directories: [安装/使用命令见下方] Example: [安装/使用命令见下方] Method 2: Copy Skills Copy the skills directly to your global skills directories: [安装/使用命令见下方] Method 3: Add to Project Specific Skills For project specific usage, create .claude/.co

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考