Amp is an AI agent that automates repetitive tasks for engineers. It integrates with Claude Code, Cursor, Windsurf, Cline, and Codex to streamline workflows. Engineers can use it to manage daily tasks, reducing manual effort and increasing productivity.
npx skills add sh/agentsAmp is an AI agent designed to automate repetitive tasks for software engineers. It integrates seamlessly with popular development tools including Claude Code, Cursor, Windsurf, Cline, and Codex to optimize engineering workflows. By handling routine daily tasks, Amp reduces manual effort and helps engineers focus on higher-value work, ultimately improving productivity and efficiency.
[{"step":"Identify the repetitive task to automate","action":"List the specific workflow you want Amp to handle (e.g., dependency updates, log analysis, test suite execution). Use your IDE's task runner or CLI to document the exact commands needed.","tip":"Start with small, well-defined tasks that take 5-10 minutes to complete manually. Focus on tasks with clear success criteria."},{"step":"Configure Amp with your tools","action":"Ensure Amp is integrated with your preferred development environment (Cursor, Windsurf, etc.). Set up any required API keys or permissions for tools like Prometheus.","tip":"Test the integration by running a simple command (e.g., 'npm --version') to confirm Amp can execute commands in your workspace."},{"step":"Define the workflow steps","action":"Write the prompt template with placeholders for your specific task, project, and tools. Include error handling and verification steps (e.g., Prometheus queries).","tip":"Use the example output as a template. Replace placeholders with your actual project names, commands, and verification queries."},{"step":"Execute and monitor","action":"Run the Amp agent and monitor its progress in real-time. Review the output for errors or warnings. Use the agent's logs to troubleshoot if needed.","tip":"For complex workflows, break them into smaller sub-tasks and run Amp incrementally. Use 'Amp Agent: Pause workflow' to halt execution if manual intervention is required."},{"step":"Refine and expand","action":"After successful execution, document the workflow for future use. Share the prompt template with your team and expand Amp's capabilities to include more tasks.","tip":"Save frequently used workflows in a 'amp-workflows' directory in your project. Use version control to track changes to these workflows."}]
Task automation
Scheduling assistance
Data organization
npx skills add sh/agentsgit clone https://github.com/sh/agentsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as an Amp AI agent to automate [SPECIFIC_TASK] for [PROJECT_NAME]. Use [TOOL_NAME] to execute the following steps: 1) [STEP_1], 2) [STEP_2], 3) [STEP_3]. Report progress in real-time and handle any errors gracefully. If Prometheus is involved, query [PROMQL_QUERY] to verify system health before proceeding. Example: 'Act as an Amp AI agent to automate dependency updates for the 'ecommerce-api' project. Use Cursor to: 1) Run 'npm outdated', 2) Update package.json with latest versions, 3) Run 'npm install'. Report progress in real-time and handle any errors gracefully. If Prometheus is involved, query 'up{job="api-server"}' to verify system health before proceeding.'```
Amp Agent: Starting automated dependency update workflow for 'ecommerce-api'...
Step 1/3: Running 'npm outdated' in /workspace/ecommerce-api
Output:
Package Current Latest Location
lodash 4.17.20 4.17.21 ecommerce-api
express 4.17.1 4.18.2 ecommerce-api
jsonwebtoken 8.5.1 9.0.0 ecommerce-api
Step 2/3: Updating package.json with latest versions
- Updated lodash from 4.17.20 to 4.17.21
- Updated express from 4.17.1 to 4.18.2
- Updated jsonwebtoken from 8.5.1 to 9.0.0
- Added postinstall script: 'npm audit fix'
Step 3/3: Running 'npm install'
✅ Dependencies installed successfully
✅ Build completed without errors
Verifying system health with Prometheus...
Query: up{job="api-server"}
Result: 5/5 targets are UP (100% availability)
Amp Agent: Workflow completed successfully! All dependencies updated and system verified. No manual intervention required.
```Control SaaS spending with visibility and analytics
Orchestrate workloads with multi-cloud support, job scheduling, and integrated service discovery features.
Serverless MySQL database platform
Design, document, and generate code for APIs with interactive tools for developers.
CI/CD automation with build configuration as code
Enhance performance monitoring and root cause analysis with real-time distributed tracing.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan