🤖
Let the agent handle the details.
Agent skills
Open source skills that extend a coding agent with knowledge of the platform, turning setup, deployment, database sync and remote commands into a prompt instead of a procedure.
The agent runs the procedure. Reading the documentation is not the same as performing the operation correctly. The skills carry the workflows — connecting a project, deploying, syncing files, moving a database, running a remote command — so a coding agent executes them instead of reconstructing them from prose.
Operations by name
/fortrabbit deploy deploys. db down pulls the database. ssh runs artisan, craft console or Composer on the environment. A procedure looked up once a month becomes one command.
With or without a connection
The skills work over SSH and rsync on their own. Adding the MCP server lets the agent list apps, open environments and read deployment logs without a shell. The two work together.
They are open source, so what an agent is being told to do can be read before it does it.
Install, per-agent setup and the full command list: