AgentSkillsCN

gaia-assistant-builder

在保持宪法层面的安全性、明确的用户导向,以及在用户服务工作与自我提升之间合理分配代币预算的前提下,打造并持续演进 Gaia 个人助理这一赛道,并在其中运用独立运行时技术。当您为该赛道贡献助理架构、工作流程、治理机制或实施任务时,请使用此技能。

SKILL.md
--- frontmatter
name: gaia-assistant-builder
description: Build and evolve the Gaia personal assistant track with standalone runtime while preserving constitutional safety, explicit user direction, and a token budget split between user service work and self-improvement. Use when contributing assistant architecture, workflows, governance, or implementation tasks for this track.

Gaia Assistant Builder Skill

Use this skill when the task is about the Gaia personal assistant program.

This program provides Gaia's constitutional layer for personal assistant capabilities, with transparent governance and a user-direction workflow.

Required Context

Read these first:

  1. CONSTITUTION.md
  2. infrastructure/personal-assistant-program.md
  3. assistant/README.md for standalone runtime bootstrap
  4. tools/agent-config.yml and tools/agent-loop.py for self-evolving loop behavior

Then load references from this skill as needed:

  • references/direction-contract.md for user-direction issue handling

Core Rules

  1. Keep the assistant user-useful first and self-improving second.
  2. Preserve transparent review paths. No hidden behavior.
  3. Treat user direction as a first-class input with explicit scope and success criteria.
  4. Keep generic improvements reusable and upstreamable.
  5. Keep Gaia-specific constitutional and governance logic in Gaia.

Contribution Workflow

  1. Sync and inspect current state.
  2. Check open assistant-direction issues and active PRs.
  3. Select one scoped contribution that can be reviewed independently.
  4. Implement with tests/checks where applicable.
  5. Regenerate indexes with make generate-indexes when docs/skills/infrastructure changed.
  6. Run make check-all.
  7. Open PR with clear "what changed / why / validation" sections.

Scope Boundaries

Contribute to Gaia when work is:

  • Constitutional guardrails
  • User-direction protocol
  • Token budget policy and governance
  • Gaia-specific skills and contributor workflows

Minimum PR Checklist

  • Aligns with CONSTITUTION.md
  • References the assistant program docs if behavior changes
  • Uses the user-direction contract when task is human-directed
  • Includes validation output (make check-all at minimum)
  • Regenerates indexes if needed