getsentrygetsentryOfficialยท4 Agent Skills Included

dotagents

Manage coding agent skills, plugins, and MCP config centrally

Manages skills, plugins, subagents, hooks, and MCP servers for coding agents from a single agents.toml file. Generates symlinks and config files for Claude Code, Cursor, Codex, Grok, VS Code, OpenCode, and Pi automatically. Eliminates copy-pasting skill folders between tools and keeps global and project configurations in sync. Includes Docker-based QA workflows to verify installs, syncs, and plugin behavior across runtimes.
npx skills add getsentry/dotagents --all -g -y
Available:

Tells the agent how this repository is structured, which commands to run for building and testing, and when to route changes through the dotagents-qa skill for Docker-based verification.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’