agent-project

Solid

Bootstrap shared project instructions and skills for Antigravity, Codex, OpenCode, Claude, and Copilot, while keeping each tool's MCP, settings, and custom-agent files in native locations.

AI & Automation 4 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Set Up Agents on a Project Create the portable instruction and skill layer once, then add only the tool-specific configuration the project needs. ## Workflow 1. **Create the Shared Layer**: ```bash mkdir -p .agents/skills .agents/prompts touch AGENTS.md ``` Start `AGENTS.md` from the minimal [project template](templates/AGENTS.md), then put project-wide rules there, store reusable project skills in `.agents/skills/<name>/SKILL.md`, and keep prompt files in `.agents/prompts/` (globally gitignored by default). 1. **Add Tool-Specific Files Only When Needed**: - **Antigravity**: use `.agents/settings.json` for workspace settings and `.agents/mcp_config.json` for MCP. It respects `.gitignore`; do not invent an `.antigravityignore`. - **Codex**: use `.codex/config.toml` for trusted project overrides and MCP. Codex reads `AGENTS.md` and `.agents/skills` natively. - **OpenCode**: use `opencode.json` for settings and MCP. OpenCode reads `AGENTS.md` and `.agents/skills` natively. - **Claude**: create `CLAUDE.md` containing `@AGENTS.md`, link `.claude/skills` to `../.agents/skills`, and use `.mcp.json` for project MCP servers. - **Copilot**: Copilot CLI reads `AGENTS.md` and `.agents/skills` natively. Use `.github/copilot-instructions.md` only for additional repository-wide Copilot instructions and `.github/mcp.json` or `.mcp.json` for MCP. 1. **Inspect Before Creating Links**: Never replace an existing `CLAUDE.md` or `.claude/skills` path without revi...

Details

Author
fmind
Repository
fmind/dotfiles
Created
4 months ago
Last Updated
yesterday
Language
Go
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category