Load project-specific documentation and configuration for Aider AI coding sessions. Reads AGENTS.md and optionally loads architecture guides, API patterns, state management, and other Motia project conventions.
This skill configures Aider to work effectively with Motia projects by loading project-specific documentation and architectural patterns.
Automatically loads the project's AGENTS.md file, which serves as the central guide for project architecture and references detailed implementation guides. This ensures the AI assistant has proper context about:
When invoked, read and understand the following project documentation:
1. **Always read AGENTS.md first** - This is the primary project guide that references all other documentation
2. **Optionally load specific guides** based on the task at hand:
- `.cursor/rules/motia/api-steps.mdc` - For API endpoint implementation
- `.cursor/rules/motia/event-steps.mdc` - For event-driven patterns
- `.cursor/rules/motia/cron-steps.mdc` - For scheduled job patterns
- `.cursor/rules/motia/state-management.mdc` - For state handling
- `.cursor/rules/motia/middlewares.mdc` - For middleware implementation
- `.cursor/rules/motia/realtime-streaming.mdc` - For streaming features
- `.cursor/rules/motia/virtual-steps.mdc` - For virtual step patterns
- `.cursor/rules/motia/ui-steps.mdc` - For UI component development
- `.cursor/architecture/architecture.mdc` - For overall architecture
- `.cursor/architecture/error-handling.mdc` - For error handling patterns
3. **Follow the conventions** defined in these guides when making code changes
4. **Reference the guides** when answering questions about project structure or implementation patterns
When working on an API endpoint:
1. Load AGENTS.md for project context
2. Reference the API steps guide for implementation patterns
3. Follow established conventions for routing, validation, and error handling
4. Apply middleware patterns from the project guides
When implementing event handling:
1. Consult AGENTS.md for event architecture overview
2. Follow event-steps.mdc for specific patterns
3. Ensure proper error handling per project standards
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-project-guide/raw