
agentscfg-usage
Use when the repo contains .agentscfg and the user asks to add/update agent configuration, skills, M
作者 Jawkx|オープンソース
agentscfg Usage
Quick rules
- Only apply if
.agentscfg/exists; if missing, ask whether to runagentscfg init. - Use
.agentscfg/as the single source of truth; do not create separate agent config folders/files elsewhere.
Add or update a skill
- Create/modify
.agentscfg/skills/<skill-name>/SKILL.md(plus optionalscripts/,references/,assets/). - Keep the skill concise and task-focused.
Add or update tool settings
- Preferred: edit
.agentscfg/targets/<tool>/**(e.g.claude/,opencode/,codex/). - Legacy single-file mapping (only if needed):
.agentscfg/targets/claude.settings.json.agentscfg/targets/opencode.json.agentscfg/targets/codex.config.toml
Add or update MCP
- Edit
.agentscfg/mcp/mcp.json.
After changes
- Suggest
agentscfg plan/agentscfg diffandagentscfg syncto apply outputs.