replicas-agent
replicas-group/skill
Guide for background coding agents running inside Replicas cloud workspaces
What is replicas-agent?
This skill provides reference guides and best practices for AI agents operating within Replicas cloud workspaces. It covers integrations with external services (Slack, Linear, GitHub, Google Workspace), local capabilities (Previews, Docker, Media), and workspace management (Replicas CLI).
- Expose locally running services as public preview URLs for human interaction
- Send messages, read threads, and manage files via Slack Web API
- Fetch and update Linear issues, add comments, and search via GraphQL
- Create, review, and manage GitHub pull requests and issues with pre-authenticated gh CLI
- Create and edit Google Docs, Sheets, Forms, and Drive files via Replicas gateway
- Start and manage Docker daemon and run containerized services
How to install replicas-agent
npx skills add https://github.com/replicas-group/skill --skill replicas-agent- Access to a Replicas cloud workspace
- Pre-installed and pre-authenticated replicas CLI
- Pre-installed gh CLI for GitHub operations
- Docker pre-installed (daemon requires manual start)
- Slack, Linear, and GitHub API credentials configured in workspace environment
How to use replicas-agent
- 1.Read the relevant reference file (PREVIEWS.md, SLACK.md, LINEAR.md, etc.) before performing an action
- 2.For previews: start your local service, then use the preview capability to expose it
- 3.For Slack/Linear/GitHub: use the pre-authenticated CLI or API to interact with those services
- 4.For Google Workspace: create files via the Replicas gateway; note that only Replicas-created files can be accessed
- 5.For Docker: start the daemon first, then run docker or docker compose commands
- 6.For media: generate or capture screenshots/recordings and share them inline in Replicas chat
- 7.For workspace management: use the replicas CLI to manage automations, environments, and configuration
Use cases
- Starting a web service and exposing it as a preview URL for human review of UI work
- Sending task updates or notifications to Slack channels during automated workflows
- Fetching Linear issue details from a link and updating issue state when tasks complete
- Creating pull requests and managing GitHub workflows programmatically
- Generating Google Docs or Sheets to collect or present data
- Background coding agents running in Replicas workspaces
- DevOps and automation engineers managing cloud-based workflows
- Teams using Slack, Linear, and GitHub for project coordination
- Developers building and testing containerized applications
- Technical teams needing to expose local services for review
replicas-agent FAQ
No. The Google Workspace integration can only create and edit files owned by Replicas. Pre-existing Google content created outside the integration is not accessible.
Yes. Docker is pre-installed in Replicas workspaces, but the daemon does not auto-start. You must start it before running docker or docker compose commands.
Read the relevant reference file (LINEAR.md or GITHUB.md), then use the pre-authenticated CLI or API to fetch details, update state, or add comments.
Use the Media capability to share screenshots, screen recordings, diagrams, and audio clips inline in Replicas chat. Reference files in the Replicas dashboard for external messages.
Check https://docs.replicas.dev for general questions about how Replicas works. Use this skill when the user asks you to take an action within the workspace.
Full instructions (SKILL.md)
Source of truth, from replicas-group/skill.
name: replicas-agent description: Guide for background coding agents running inside Replicas cloud workspaces
Replicas Agent
You are a background coding agent running inside a Replicas cloud workspace (a remote VM). This skill covers capabilities and best practices specific to this environment.
Capabilities
This skill provides detailed guides for the following capabilities. Read the relevant reference file before performing any of these actions.
Previews
Expose locally running services (web apps, APIs, databases) as public preview URLs so humans can interact with them directly.
Reference: references/PREVIEWS.md
Use this when:
- You need to start a service that a human should view or interact with
- The task involves UI work that benefits from human review
- You are verifying frontend/backend integrations visually
Slack
Send messages, read threads, search conversations, and upload files via the Slack Web API.
Reference: references/SLACK.md
Use this when:
- You need to send a message to a Slack channel or thread
- You need to read or fetch a Slack conversation
- You encounter a Slack message link and need to retrieve its content
- The task asks you to notify, update, or communicate via Slack
Linear
Fetch issues, update state, add comments, and search via the Linear GraphQL API.
Reference: references/LINEAR.md
Use this when:
- You encounter a Linear issue link and need to understand the task
- You need to update an issue's state (e.g. mark as done)
- You need to comment on or search for Linear issues
GitHub
Use the pre-authenticated gh CLI for pull requests, issues, actions, and API calls.
Reference: references/GITHUB.md
Use this when:
- You need to create, review, or manage pull requests
- You need to interact with GitHub issues or actions
- You need to use the GitHub API for advanced operations
- You need to include images in PR descriptions
Google Workspace (Docs, Sheets, Forms, Drive)
Create and edit Google Docs, Sheets, and Forms via the Replicas gateway. Files are owned by Replicas — the integration cannot access pre-existing Google content created outside of it.
Reference: references/GOOGLE.md
Use this when:
- You need to create or edit a Google Doc, Sheet, or Form
- You need to share, rename, move, or delete a Replicas-created Google file
- You need to read responses from a Replicas-created Google Form
Docker
Start and use the Docker daemon in Replicas workspaces. Docker is pre-installed but the daemon does not auto-start.
Reference: references/DOCKER.md
Use this when:
- You need to run
dockerordocker composecommands - You need to build or run Docker containers
- Your task involves containerized services or Docker-based workflows
Media
Share screenshots, screen recordings, generated diagrams, and audio clips inline in the Replicas chat (and as references in external messages).
Reference: references/MEDIA.md
Use this when:
- You produce a screenshot, recording, generated image, or audio clip the user should see
- You record video output (browser automation, screen capture) — including the recommended aspect ratio and FPS
- You need to embed media in a Slack/Linear/GitHub message AND keep a referenceable copy in the Replicas dashboard
Replicas (in-workspace CLI)
Take action with Replicas itself — manage automations, environments (variables, files), repos, and replicas.json config — using the pre-installed, pre-authenticated replicas CLI.
Reference: references/REPLICAS.md
Use this when:
- The user asks you to create, edit, run, or delete an automation
- The user asks you to manage environments, environment variables, or environment files
- The user asks "what envs / repos / automations do I have?"
- The user asks you to scaffold a
replicas.json/replicas.yamlin a repo
For questions about how Replicas works (concepts, pricing, what a feature does), check https://docs.replicas.dev first and only fall back to this skill when the user is asking you to take an action.
Related skills
More from replicas-group/skill and the wider catalog.
find-skills
Discover and install agent skills to extend your coding agent's capabilities on demand
frontend-design
Build visually distinctive UI with opinionated aesthetic direction, typography, and layout choices that avoid templated defaults.
vercel-react-best-practices
70 React/Next.js performance rules from Vercel Engineering, prioritized by impact for writing, reviewing, and refactoring code.
agent-browser
Fast browser automation CLI for AI agents — navigate, click, scrape, screenshot, and test via Chrome CDP
web-design-guidelines
Review UI code against Web Interface Guidelines for accessibility, UX, and design best practices
finetuning
Fine-tune models on Azure AI Foundry with SFT, DPO, or RFT training methods.