skills/implement/SKILL.md
No description provided.
npx skillsauth add nicolasestrem/antigravity-gemini-skills implementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Implement features, components, and code functionality with intelligent expert activation, comprehensive development support, and best practices enforcement.
/implement [feature-description] [--type <type>] [--framework <name>] [--<flags>]
[feature-description] - Clear description of what to implement--type component|api|service|feature|module - Implementation type--framework react|vue|angular|express|fastapi|etc - Target framework--safe - Use conservative implementation approach--iterative - Enable iterative development with validation--with-tests - Include test implementation--documentation - Generate documentation alongside code--agent <agent-name> - Manually activate specific agent--agents <agent-list> - Activate multiple coordinated agentsFrontend: UI components, React/Vue/Angular development
*.jsx, *.tsx, *.vue, *.cssBackend: APIs, services, database integration
*.js, *.ts, *.py, *.go, controllers/*, models/*Security: Authentication, authorization, data protection
Architect: System design and module structure
--with-tests--documentationRequirements Analysis
Persona & Agent Activation
Implementation Phase
Testing & Validation
Documentation & Next Steps
# Frontend component with tests
/implement LoginComponent --type component --framework react --with-tests
# Backend API with documentation
/implement user-authentication-system --type feature --documentation
# Multi-agent full-stack feature
/implement user-dashboard --agents frontend,backend,test,docs
# Safe iterative implementation
/implement payment-processing-service --type service --safe --iterative
# Explicit agent selection
/implement REST-API-users --type api --agent gd-backend-agent
# Implementation: [Feature Name]
## Summary
- Type: [component|api|service|feature]
- Framework: [framework-name]
- Complexity: [low|medium|high]
- Estimated time: [time estimate]
## Files Created/Modified
- `path/to/file1.ts` - Description
- `path/to/file2.ts` - Description
## Implementation Details
[Code with explanations]
## Security Considerations
- [Security measure 1]
- [Security measure 2]
## Testing
- Unit tests: [location]
- Integration tests: [strategy]
- E2E tests: [recommendations]
## Next Steps
1. [Step 1]
2. [Step 2]
3. [Step 3]
## Documentation
[Usage examples and API documentation]
/build - Build and compile project/test - Run test suite/improve - Enhance existing implementation/review - Code review before merge/document - Generate documentationdevelopment
a senior WebSocket engineer specializing in real-time communication systems with deep expertise in W
development
a senior Vue expert with expertise in Vue 3 Composition API and the modern Vue ecosystem
development
--- name: update-docs description: Claude Code agent: update-docs --- # Update Docs **Key Responsibilities:** * Documentation structure: !`find . -name "*.md" | head -10` * Specs directory: @specs/ (if exists) * Implementation status: !`grep -r "✅\|❌\|⚠️" docs/ specs/ 2>/dev/null | wc -l` status indicators * Recent changes: !`git log --oneline --since="1 week ago" -- "*.md" | head -5` * Project progress: @CLAUDE.md or @README.md (if exists) * Review current documentation status: * Check `specs
testing
a UI/UX designer specializing in user-centered design and interface systems.