Skip to content

Releases: guanyang/open-agent-hub

Release v3.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 07:13

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

Choose a tag to compare

@guanyang guanyang released this 08 Jun 10:46

[v3.0.0] - 2026-06-08

Added

  • LLM Coding Guidelines: Added project-level coding guidelines AGENTS.md, CLAUDE.md, and GEMINI.md derived from andrej-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 all option in oah CLI 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 --all parameter from enable and disable commands. If no target component name is provided, it defaults to handling all components.
  • Parameter Refactoring: Renamed --tool option 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 of open-agent-hub.

v2.4.1

Choose a tag to compare

@guanyang guanyang released this 08 Jun 08:20
  • chore: bump plugin and marketplace version to 2.4.0
  • feat: add electron-extract and wechat-summary skills while updating existing descriptions in skills_index.json

v2.4.0

Choose a tag to compare

@guanyang guanyang released this 11 May 02:41

[v2.4.0] - 2026-05-11

Added

  • 21 New Skills (Baoyu Skills & Claude API):
    • Added baoyu-skills repository as a synchronization source.
    • Synced 20 active skills from Baoyu (e.g., baoyu-infographic, baoyu-diagram, baoyu-imagine).
    • Added claude-api for building apps with Claude API or Anthropic SDK.
  • Dynamic Skill Indexing Script: Created scripts/update_skills_index.py to automatically scan the skills/ directory and generate skills_index.json.

Changed

  • Documentation:
    • Updated README.md and README.zh-CN.md to list the new skills (Total: 79).
    • Added a new category 📢 Content & Publishing in both READMEs.
    • Marked baoyu-image-gen as deprecated in both READMEs with a note to use baoyu-imagine.
  • Skill Index: Rebuilt skills_index.json using the new dynamic script, including all 79 skills.

v2.3.0

Choose a tag to compare

@guanyang guanyang released this 09 Feb 10:38

[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.sh to support include directive in skills_sources.json, allowing precise file selection during synchronization.

Changed

  • Skill Index: Updated skills_index.json to include metadata for the 5 new skills and added missing entry for remotion.
  • Documentation: Updated README.md and README.zh-CN.md to list new skills (Total: 55) and added Vercel/Supabase to Credits & Sources.

v2.2.0

Choose a tag to compare

@guanyang guanyang released this 02 Feb 06:24

[v2.2.0] - 2026-02-02

Added

  • Sync Mechanism: Introduced skills_sources.json configuration and scripts/sync_skills.sh script 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

Choose a tag to compare

@guanyang guanyang released this 24 Jan 05:04

[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) and README.zh-CN.md (Simplified Chinese).
  • Skill Index Update: skills_index.json now aggregates metadata for all 49 skills.
  • Version Bump: Updated plugin version to v2.1.0.

v2.0.2

Choose a tag to compare

@guanyang guanyang released this 23 Jan 11:01

[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

Choose a tag to compare

@guanyang guanyang released this 15 Jan 01:50

新增 (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

Choose a tag to compare

@guanyang guanyang released this 14 Jan 10:09

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

📖 快速开始

  1. .agent/目录复制到你的工作区:
cp -r .agent/ /path/to/your/workspace/
  1. 调用 Skill: 在对话框输入 @[skill-name]/skill-name来进行调用,例如:
/canvas-design 帮我设计一张关于“Deep Learning”的博客封面,风格要素雅、科技感,尺寸 16:9
  1. 查看手册: 详细的使用案例和参数说明请查阅 skill-guide/Antigravity_Skills_Manual_CN.md
  2. 环境依赖: 部分 Skill (如 PDF, XLSX) 依赖 Python 环境,请确保 .venv 处于激活状态或系统已安装相应库。

📚 参考文档