dotagents
Manage coding agent skills, plugins, and MCP config centrally
All Skills in This Repository (4)
Pure Emerald Level Indicatorsdex
Manage persistent task lifecycles via a structured CLI for development workflows.
warden-skill
Analyze code changes and execute configurable skills to produce structured reports.
review
Automate inspection and validation of code fixtures and project data structures.
dotagents-qa
Validate dotagents CLI commands in an isolated Docker sandbox.
Frequently Asked Questions
FAQPage SchemaHow to install dotagents?โผ
Run `npx skills add getsentry/dotagents --all -g -y` in your terminal to install all skills in this suite globally.
What does dotagents do?โผ
It lets you declare skills, plugins, subagents, hooks, and MCP servers in one agents.toml file, then wires them into Claude Code, Cursor, Codex, Grok, VS Code, OpenCode, and Pi automatically.
How do I share skills across multiple coding agents?โผ
Skills live once in .agents/skills/ and dotagents symlinks or projects them into each tool's expected directory, so you never copy files between agent configs.
Does dotagents support project-level and global config?โผ
Yes. Commands run globally under ~/.agents/ by default, and adding --project manages repository-local agents.toml and .agents/ state instead.
Can I pin or trust specific skill sources?โผ
Yes. You can pin skills to a tag or commit and restrict installs to trusted GitHub orgs, repos, or git domains via the [trust] section in agents.toml.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core