A collection of specialized system prompts and slash commands for AI agents to accelerate software development workflows.
Important
This is the automation for the most essential global commands and instructions ONLY.
- Cursor
- Amp
- Sets up core rules and instructions that are automatically included in every chat request to guide AI assistants.
- Automates* commands.
- Automates* MCP servers.
Note
Some tools don't have an appropriate global configuration and require installation into a project's folder.
Run symlinks init script and follow the steps bellow for an extra manual configuration.
$HOME/dotfiles/setup/symlinks.shHelps LLM powered tools like Cursor and Amp understand how to interact with our codebase. These add some base user-level instructions to define some essential standards that should work no matter the project: LLM behavior, code style, essential best practices.
- Cursor: Paste file content in
AGENTS.mdfile at the project root - Amp: Paste file content in
~/.config/AGENTS.md(automated ✔️)
- Cursor: Paste file content in
~/.cursor/mcp.json - Amp: Paste file content in
~/.config/amp/settings.jsonasamp.mcpServersand in VS Code settings asamp.mcpServers(automated ✔️)
- Cursor: Copy the command files to
~/.cursor/commands/ - Amp: Copy the command files to
~/.config/amp/commands/(automated ✔️)
/blog-fix-grammar— Fix grammatical mistakes/blog-fix-wording— Fix poor wording and sentence structure/explain— Explain how project or a particular feature works/review— Review a pull request/security-review— Complete a security review of the pending changes on the current branch
- AGENTS.md
- AI coding workflow: my custom prompts for AI agents
- Claude Code security review action