MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Development

Development is an code AI skill with a core value of Comprehensive web, mobile, and backend development workflow bundling frontend, backend, full-stack, and mobile development skills for end-to-end application delivery. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Comprehensive web, mobile, and backend development workflow bundling frontend, backend, full-stack, and mobile development skills for end-to-end application delivery.

Last verified on: 2026-07-07

Quick Facts

Category code
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/development && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/development/SKILL.md -o ./skills/development/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Development Workflow Bundle


Overview


Consolidated workflow for end-to-end software development covering web, mobile, and backend development. This bundle orchestrates skills for building production-ready applications from scaffolding to deployment.


When to Use This Workflow


Use this workflow when:

- Building new web or mobile applications

- Adding features to existing applications

- Refactoring or modernizing legacy code

- Setting up new projects with best practices

- Full-stack feature development

- Cross-platform application development


Workflow Phases


Phase 1: Project Setup and Scaffolding


#### Skills to Invoke

- `app-builder` - Main application building orchestrator

- `senior-fullstack` - Full-stack development guidance

- `environment-setup-guide` - Development environment setup

- `concise-planning` - Task planning and breakdown


#### Actions

1. Determine project type (web, mobile, full-stack)

2. Select technology stack

3. Scaffold project structure

4. Configure development environment

5. Set up version control and CI/CD


#### Copy-Paste Prompts

text
Use @app-builder to scaffold a new React + Node.js full-stack application

text
Use @senior-fullstack to set up a Next.js 14 project with App Router

text
Use @environment-setup-guide to configure my development environment

Phase 2: Frontend Development


#### Skills to Invoke

- `frontend-developer` - React/Next.js component development

- `frontend-design` - UI/UX design implementation

- `react-patterns` - Modern React patterns

- `typescript-pro` - TypeScript best practices

- `tailwind-patterns` - Tailwind CSS styling

- `nextjs-app-router-patterns` - Next.js 14+ patterns


#### Actions

1. Design component architecture

2. Implement UI components

3. Set up state management

4. Configure routing

5. Apply styling and theming

6. Implement responsive design


#### Copy-Paste Prompts

text
Use @frontend-developer to create a dashboard component with React and TypeScript

text
Use @react-patterns to implement proper state management with Zustand

text
Use @tailwind-patterns to style components with a consistent design system

Phase 3: Backend Development


#### Skills to Invoke

- `backend-architect` - Backend architecture design

- `backend-dev-guidelines` - Backend development standards

- `nodejs-backend-patterns` - Node.js/Express patterns

- `fastapi-pro` - FastAPI development

- `api-design-principles` - REST/GraphQL API design

- `auth-implementation-patterns` - Authentication implementation


#### Actions

1. Design API architecture

2. Implement REST/GraphQL endpoints

3. Set up database connections

4. Implement authentication/authorization

5. Configure middleware

6. Set up error handling


#### Copy-Paste Prompts

text
Use @backend-architect to design a microservices architecture for my application

text
Use @nodejs-backend-patterns to create Express.js API endpoints

text
Use @auth-implementation-patterns to implement JWT authentication

Phase 4: Database Development


#### Skills to Invoke

- `database-architect` - Database design

- `database-design` - Schema design principles

- `prisma-expert` - Prisma ORM

- `postgresql` - PostgreSQL optimization

- `neon-postgres` - Serverless Postgres


#### Actions

1. Design database schema

2. Create migrations

3. Set up ORM

4. Optimize queries

5. Configure connection pooling


#### Copy-Paste Prompts

text
Use @database-architect to design a normalized schema for an e-commerce platform

text
Use @prisma-expert to set up Prisma ORM with TypeScript

Phase 5: Testing


#### Skills to Invoke

- `test-driven-development` - TDD workflow

- `javascript-testing-patterns` - Jest/Vitest testing

- `python-testing-patterns` - pytest testing

- `e2e-testing-patterns` - Playwright/Cypress E2E

- `playwright-skill` - Browser automation testing


#### Actions

1. Write unit tests

2. Create integration tests

3. Set up E2E tests

4. Configure CI test runners

5. Achieve coverage targets


#### Copy-Paste Prompts

``

🎯 Best For

  • Claude users
  • Software engineers
  • Development teams
  • Tech leads

💡 Use Cases

  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Development to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Is Development compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Development?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Development?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/development/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills