agentsync

Category: Tools & Productivity | Uploader: yelmuratoffyelmuratoff | Downloads: 0 | Version: v1.0(Latest)

Create or edit AgentSync configuration — rules, skills, commands, agents, settings, MCP, or tool configs. USE WHEN adding rules, creating skills, writing commands, defining agents, editing permissions, configuring tools, or setting up .ai/ directory. --- # Working with AgentSync Create and maintain AI agent instructions in the AgentSync format. ## Structure ``` .ai/src/ # Source of truth. Edit ONLY here. ├── AGENTS.md # Agent identity: role, approach, principles ├── rules/ # Always-on constraints (one file per topic) │ ├── core.md │ └── testing.md ├── skills/ # On-demand recipes (one directory per skill) │ └── deploy/ │ └── SKILL.md ├── commands/ # Custom slash commands (.md files) │ ├── review.md │ └── fix-issue.md ├── agents/ # Subagent personas (.md files) │ └── code-reviewer.md ├── settings/ # Tool-specific permissions (JSON) │ └── claude.json ├── mcp/ # MCP server configs (JSON) │ └── claude.json ├── hooks/ # Event hooks (JSON) │ ├── cursor.json │ └── codex.json └── tools/ # Tool configs (claude.yaml, cursor.yaml, etc.) ``` After editing, run `agentsync sync` to distribute to all tools. ## Writing AGENTS.md The agent's identity. Every sentence should change behavior. - **Be specific** — "Senior React/TypeScript Engineer" not "software engineer". - **Include the stack** — The agent needs to know what it's working with. - **Actionable principles** — "Prefer composition over inheritance" not "Write good code". - **What NOT to do** — Constraints are often more useful than instructions. - Under 60 lines. No generic filler. ## Writing Rules Always-on constraints. One file per topic in `.ai/src/rules/`. - **One concern per file** — `testing.md`, `security.md`. Not `everything.md`. - **Imperative and specific** — "Use `snake_case` for DB column

Changelog: Source: GitHub https://github.com/yelmuratoff/agent_sync

Directory Structure

Current level: tree/main/example/.ai/src/skills/agentsync/

SKILL.md

Login to download/like/favorite ❤ 5 | ★ 0
Comments 0

Please login before commenting.

No comments yet. Be the first one!