A curated collection of rules and workflows for PostQode - your AI-powered coding assistant. Enhance your development experience with persistent guidance, best practices, and automated workflows.
🎯 Rules
Persistent instructions that guide PostQode's behavior across your projects. Define coding standards, establish conventions, and share team knowledge.
Automated sequences and reusable patterns for common development tasks. Streamline your workflow with pre-built automation.
Workspace Rules (Project-Specific)
# In PostQode chat
/newruleStored in .postqode/rules/ within your project.
Global Rules (All Projects)
# In PostQode chat
/newglobalruleStored in ~/Documents/PostQode/Rules/.
Workspace Workflows (Project-Specific)
# In PostQode chat
/newworkflowStored in .postqode/workflows/ within your project.
Global Workflows (All Projects)
# In PostQode chat
/newglobalworkflowStored in ~/Documents/PostQode/Workflows/.
- Rules Documentation - Learn about creating and using rules
- Workflows Documentation - Learn about creating and using workflows
- PostQode Docs - Official PostQode documentation
We welcome contributions! Here's how you can help:
- Fork this repository
- Create a new branch for your contribution
- Add your rule or workflow following our templates
- Submit a pull request
- Follow the provided templates for rules and workflows
- Include practical, actionable examples
- Keep content focused and specific
- Test with PostQode before submitting
- Ensure proper markdown formatting
- Update the appropriate README.md
awesome-postqode/
├── README.md # Main documentation (you are here)
├── LICENSE # MIT License
├── .gitignore # Standard ignore patterns
├── rules/ # PostQode Rules (24 comprehensive guides)
│ ├── README.md # Rules documentation
│ ├── web/ # Web development rules
│ │ ├── react-best-practices.md
│ │ ├── typescript-standards.md
│ │ ├── vuejs-best-practices.md
│ │ ├── angular-best-practices.md
│ │ └── svelte-best-practices.md
│ ├── backend/ # Backend development rules
│ │ ├── api-design-principles.md
│ │ └── python-django-best-practices.md
│ ├── testing/ # Testing & quality rules
│ │ ├── frameworks/
│ │ │ ├── cypress-e2e-testing.md
│ │ │ ├── jest-unit-testing.md
│ │ │ └── playwright-e2e-testing.md
│ │ ├── principles/
│ │ │ ├── context-driven-testing.md
│ │ │ ├── test-automation-design-patterns.md
│ │ │ ├── test-automation-framework-guidelines.md
│ │ │ └── testing-strategies.md
│ │ └── types/
│ │ └── api-automation-best-practices.md
│ ├── mobile/ # Mobile development rules
│ │ ├── react-native-best-practices.md
│ │ ├── ios-testing-best-practices.md
│ │ └── android-testing-best-practices.md
│ ├── ai-ml/ # AI & ML rules
│ │ └── python-llm-workflow.md
│ ├── security-devops/ # Security & DevOps rules
│ │ ├── security-best-practices.md
│ │ └── docker-best-practices.md
│ ├── database/ # Database rules
│ │ └── sql-best-practices.md
│ ├── languages/ # Language-specific rules
│ │ └── javascript-best-practices.md
│ └── documentation/ # Documentation rules
│ └── documentation-standards.md
└── workflows/ # PostQode Workflows
├── README.md # Workflows documentation
├── development/ # Development workflows
│ ├── code-review.md
│ ├── fix-bug.md
│ └── implement-feature.md
├── examples/ # Example workflows
│ └── component-generator.md
├── project-management/ # Project management workflows
│ └── gather-feature-context.md
├── testing/ # Testing workflows
│ ├── create-automation-tests.md
│ ├── create-test-charters.md
│ ├── heal-failing-tests.md
│ ├── implement-tests.md
│ ├── plan-e2e-tests.md
│ └── review-test-suite.md
└── chaos-engineering/ # Chaos engineering workflows
└── test-breaker.md
└── team-management/ # Team management workflows
└── onboard-new-developer.md
└── documentation/ # Documentation workflows
└── create-technical-spec.md
└── devops/ # DevOps workflows
└── setup-cicd-pipeline.md
- Maintain consistent coding style across projects
- Automate repetitive tasks
- Learn best practices from the community
- Speed up development with proven patterns
- Enforce team coding standards
- Share knowledge and conventions
- Onboard new team members faster
- Standardize project structures
- Maintain enterprise coding standards
- Ensure security and compliance
- Scale development practices
- Reduce code review time
This project is licensed under the MIT License - see the LICENSE file for details.
Inspired by the community's need for consistent, high-quality AI-assisted development practices.
⭐ Star this repo if you find it helpful! Share your custom rules and workflows with #postqode on social media.