Droid is an AI assistant that automates repetitive tasks and enhances productivity for engineers. It integrates with tools like Cursor and Codex to streamline workflows, allowing teams to focus on complex problem-solving. Ideal for developers seeking to optimize their coding and project management processes.
npx skills add sh/agentsDroid is an AI assistant that automates repetitive tasks and enhances productivity for engineers. It integrates with tools like Cursor and Codex to streamline workflows, allowing teams to focus on complex problem-solving. Ideal for developers seeking to optimize their coding and project management processes.
1. **Define the Task Clearly**: Use the prompt template to specify the exact development task you want automated. Include programming language, framework, and any constraints. 2. **Integrate with Your IDE**: Install Droid in Cursor or enable Codex integration. Ensure you have API keys configured for both tools. 3. **Review the Automation Plan**: Droid will generate a step-by-step plan with file modifications, test stubs, and error handling. Cross-check with your existing codebase. 4. **Execute in Stages**: Start with dependency audits (using Productiv if relevant), then proceed to code transformations. Validate each stage with unit tests. 5. **Measure Impact**: Compare Droid's estimated time savings against your actual output. Use Productiv to track any license cost implications from dependency changes. **Tips:** - For complex tasks, break them into smaller sub-tasks and run Droid on each component. - Use the `--dry-run` flag in Cursor to preview changes before applying. - Enable Productiv's real-time alerts to track license cost changes during refactoring.
Task automation
Data analysis
Personalized recommendations
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 Droid, an AI assistant for developers. Use [CURSOR/CODEX] to automate the following task: [DESCRIBE TASK, e.g., 'Refactor the legacy authentication module in [PROJECT_NAME] to use modern JWT practices']. Include error handling, edge cases, and unit test stubs. Output a step-by-step plan with estimated time savings vs. manual effort. Reference [PRODUCTIV] for license cost implications if relevant.
### Droid Task Automation Report: Legacy Auth Module Refactor **Project:** AcmeCorp E-Commerce Platform (Node.js/Express) **Task:** Refactor legacy session-based auth to JWT with refresh tokens **Step 1: Dependency Audit** - Detected `express-session` (v1.17.2) and `connect-redis` (v4.0.4) in package.json - Identified 3 unused dependencies: `cookie-parser`, `csurf`, `helmet` (legacy config) - **Productiv Insight:** These unused licenses cost $1,245/year. Recommend removal to save $415/quarter. **Step 2: Code Transformation Plan** - Generated 12 modified files in `/src/auth/`: - `jwt-strategy.js` (new): Stateless JWT validation - `refresh-token-service.js` (new): 30-day refresh token rotation - `auth-controller.js`: Updated to use JWT middleware - Added error handling for: - Token expiration (401 responses) - Refresh token reuse attempts (403 responses) - Malformed tokens (400 responses) **Step 3: Unit Test Coverage** - Created Jest test suite (`auth.test.js`): - 18/22 tests passing (82% coverage) - Missing: Edge case for refresh token collision (to be addressed) - Generated test stubs for: - Token blacklisting service - Rate limiting on refresh endpoints **Step 4: Performance Impact** - Memory usage reduced by 18% (removed Redis dependency) - Authentication latency improved from 45ms → 12ms (73% faster) - **Time Savings:** Estimated 8 hours manual work vs. 2 hours with Droid (75% reduction) **Next Steps:** 1. Review the generated diff in Cursor (PR #42) 2. Add refresh token collision handling 3. Update Postman collection for new endpoints 4. Schedule deprecation of `/login` endpoint in 2 weeks **Cost Impact:** $415/quarter saved from unused licenses + $2,100/year in dev hours.
Control SaaS spending with visibility and analytics
Your AI Networking Co-Pilot
Orchestrate workloads with multi-cloud support, job scheduling, and integrated service discovery features.
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