Rules & AGENTS.md
Provide always-on context and instructions that guide the agent’s behavior across every session.
Skills
Create reusable prompts and workflows the agent can invoke as slash commands or use autonomously.
MCP Servers
Connect external tool servers to give the agent access to APIs, databases, and more.
How It All Fits Together
These features work at different layers:- Rules shape the agent’s personality and constraints — they’re always active.
- Skills give the agent new capabilities it can invoke on demand.
- MCP Servers provide entirely new tools the agent can call.
AGENTS.md file with coding standards, a review skill for code review, and an MCP server for your issue tracker.
Where Configuration Lives
All project-level extensibility configuration lives in the.cognition/ directory at your project root:
~/.config/cognition/ and applies to all projects.
Importing From Other Tools
Devin for Terminal can read configuration from other AI coding tools you may already use:| Source | What’s Imported |
|---|---|
AGENTS.md / AGENT.md / CLAUDE.md | Rules (always-on context) |
.cursor/rules/*.md / .cursorrules | Rules |
.windsurf/rules/*.md | Rules |
.claude/ directory | Commands |
false to disable importing from it.
