Releases: guanyang/open-agent-hub
Releases · guanyang/open-agent-hub
Release list
Release v3.0.1
Commits in this release:
- feat: add automated GitHub release workflow and helper script for tagging and deployment (af3910b)
- chore(sync): auto-sync skills from upstream sources [skip ci] (c1ea853)
- chore(sync): auto-sync skills from upstream sources [skip ci] (215504d)
- chore(sync): auto-sync skills from upstream sources [skip ci] (335ee67)
- chore(sync): auto-sync skills from upstream sources [skip ci] (8531387)
- chore(sync): auto-sync skills from upstream sources [skip ci] (67313f2)
- chore(sync): auto-sync skills from upstream sources [skip ci] (0146e67)
- chore(sync): auto-sync skills from upstream sources [skip ci] (f7b6fa5)
- feat: add Kiro support to target environments and configuration paths (bff1b3a)
- chore(sync): auto-sync skills from upstream sources [skip ci] (4a749f5)
- chore(sync): auto-sync skills from upstream sources [skip ci] (2a64c30)
- chore: update default antigravity project directory path to .agents (af26c48)
- feat: migrate plugin marketplace configuration and add UI assets to Open Agent Hub (0c80684)
- feat: add support for --path option in hub.js to allow custom target directories (80e6a14)
- chore(sync): auto-sync skills from upstream sources [skip ci] (2db7fc0)
v3.0.0
[v3.0.0] - 2026-06-08
Added
- LLM Coding Guidelines: Added project-level coding guidelines
AGENTS.md,CLAUDE.md, andGEMINI.mdderived fromandrej-karpathy-skills. - Specialist Agents & Slash Commands: Added Specialist Agent system prompts (
agents/) and runtime Slash Commands (commands/, e.g.,/commit,/review,/test-tdd). - Support for Multi-target Configuration: Added
--target=all/-t alloption inoahCLI tool to link/unlink components to all supported targets in a single command. - Support for Codex Plugin: Added
.codex-plugin/plugin configuration for Codex ecosystem.
Changed
- CLI Default Behavior: Removed mandatory
--allparameter fromenableanddisablecommands. If no target component name is provided, it defaults to handling all components. - Parameter Refactoring: Renamed
--tooloption to--target(-t) to clearly define the boundary between Target Host Environments and inside-agent Tools (Skills). Supported compatibility aliases like--assistant,--host, and--tool. - Cli Status Improvements: Enhanced status command output to automatically filter out unlinked components in multi-target (
all) mode to prevent terminal clutter. - IDE Support: Replaced Windsurf and GitHub Copilot support with full support for Trae, OpenCode, and Codex.
- Renamed Claude Plugin: Updated Claude plugin configuration (
.claude-plugin/) to match project metadata ofopen-agent-hub.
v2.4.1
v2.4.0
[v2.4.0] - 2026-05-11
Added
- 21 New Skills (Baoyu Skills & Claude API):
- Added
baoyu-skillsrepository as a synchronization source. - Synced 20 active skills from Baoyu (e.g.,
baoyu-infographic,baoyu-diagram,baoyu-imagine). - Added
claude-apifor building apps with Claude API or Anthropic SDK.
- Added
- Dynamic Skill Indexing Script: Created
scripts/update_skills_index.pyto automatically scan theskills/directory and generateskills_index.json.
Changed
- Documentation:
- Updated
README.mdandREADME.zh-CN.mdto list the new skills (Total: 79). - Added a new category
📢 Content & Publishingin both READMEs. - Marked
baoyu-image-genas deprecated in both READMEs with a note to usebaoyu-imagine.
- Updated
- Skill Index: Rebuilt
skills_index.jsonusing the new dynamic script, including all 79 skills.
v2.3.0
[v2.3.0] - 2026-02-09
Added
- 5 New Development Skills:
composition-patterns: Advanced React composition patterns for scalable component libraries.react-best-practices: Official Vercel guidelines for React and Next.js performance optimization.react-native-skills: Best practices for building performant React Native and Expo applications.supabase-postgres-best-practices: Comprehensive Postgres performance optimization guide from Supabase.web-design-guidelines: Auditing rules for web interface design, accessibility, and UX compliance.
- Script Enhancement: Updated
scripts/sync_skills.shto supportincludedirective inskills_sources.json, allowing precise file selection during synchronization.
Changed
- Skill Index: Updated
skills_index.jsonto include metadata for the 5 new skills and added missing entry forremotion. - Documentation: Updated
README.mdandREADME.zh-CN.mdto list new skills (Total: 55) and added Vercel/Supabase to Credits & Sources.
v2.2.0
[v2.2.0] - 2026-02-02
Added
- Sync Mechanism: Introduced
skills_sources.jsonconfiguration andscripts/sync_skills.shscript to keep skills synchronized with upstream open-source repositories. - Source Configuration: Pre-configured sync sources for major skills including
anthropics-skills,notebooklm,superpowers, etc. - CI Automation: Added GitHub Action (
.github/workflows/sync-skills.yml) to automatically sync skills daily and check for updates.
v2.1.0
[v2.1.0] - 2026-01-24
Added
- 3 New Skills:
json-canvas: Create and edit JSON Canvas files (compatible with Obsidian Canvas).obsidian-markdown: Support for Obsidian-flavored Markdown (Wikilinks, Callouts, etc.).obsidian-bases: Support for creating and editing Obsidian Bases database files.
- Multilingual Support: Introduced a bilingual README system (English/Chinese) and an English manual
docs/Antigravity_Skills_Manual.en.md.
Changed
- Documentation Restructuring: Optimized the structure of
README.md(English) andREADME.zh-CN.md(Simplified Chinese). - Skill Index Update:
skills_index.jsonnow aggregates metadata for all 49 skills. - Version Bump: Updated plugin version to v2.1.0.
v2.0.2
[v2.0.2] - 2026-01-23
变更 (Changed)
- 目录结构优化: 将技能库从
.agent/skills移至根目录skills/,并重新组织了docs/、spec/和template/目录。 - 文档全面改版:
- 更新
README.md以匹配新的目录结构。 - 在“快速开始”中引入 Symlink (符号链接) 安装方案,支持项目级与全局级安装。
- 完善 兼容性 (Compatibility) 模块,支持多款 AI 工具(Claude, Gemini, Cursor, Windsurf, Trae 等)的路径规范。
- 更新致谢部分 (Credits & Sources) 并增加描述说明。
- 更新
新增 (Added)
- 技能索引文件: 自动生成
skills_index.json,汇总全量 46 个技能的元数据(ID、路径、名称、描述)。 - 多工具支持: 显式支持 GitHub Copilot、Windsurf、Trae 等 IDE 的技能加载。
修复 (Fixed)
- 更新了
.gitignore,防止 AI 助手运行目录(如.agent,.claude等)被误提交。
v2.0.1
新增 (Added)
- 13 个高级认知与系统技能:
- 核心认知:
bdi-mental-states(BDI认知模型),memory-systems(记忆系统),filesystem-context(文件系统上下文) - 上下文工程:
context-fundamentals(基础),context-optimization(优化),context-compression(压缩),context-degradation(退化处理) - 高级代理:
multi-agent-patterns(多Agent模式),hosted-agents(托管Agent) - 系统设计与评估:
tool-design(工具设计),project-development(项目开发),evaluation(基础评估),advanced-evaluation(高级评估)
- 核心认知:
v2.0.0-skills
Antigravity Skills
通过模块化的 Skills 定义,赋予 Agent 在特定领域的专业能力(如全栈开发、复杂逻辑规划、多媒体处理等),让 Agent 能够像人类专家一样系统性地解决复杂问题。
📂 目录结构
.
├── .agent/
│ └── skills/ # Antigravity Skills 技能库
│ ├── skill-name/ # 独立技能目录
│ │ ├── SKILL.md # 技能核心定义与Prompt(必须)
│ │ ├── scripts/ # 技能依赖的脚本(可选)
│ │ ├── examples/ # 技能使用示例(可选)
│ │ └── resources/ # 技能依赖的模板与资源(可选)
├── skill-guide/ # 用户手册与文档指南
│ └── Antigravity_Skills_Manual_CN.md # 中文使用手册
└── README.md
📖 快速开始
- 将
.agent/目录复制到你的工作区:
cp -r .agent/ /path/to/your/workspace/- 调用 Skill: 在对话框输入
@[skill-name]或/skill-name来进行调用,例如:
/canvas-design 帮我设计一张关于“Deep Learning”的博客封面,风格要素雅、科技感,尺寸 16:9
- 查看手册: 详细的使用案例和参数说明请查阅 skill-guide/Antigravity_Skills_Manual_CN.md。
- 环境依赖: 部分 Skill (如 PDF, XLSX) 依赖 Python 环境,请确保
.venv处于激活状态或系统已安装相应库。