730 B
730 B
Claude Code Instructions
Plugin Development Workflow
When creating, modifying, or removing plugins:
- Always update the plugin documentation in
docs/plugins.md
after any plugin changes - Ensure the documentation includes:
- Plugin name and category (Development, Fun and entertainment, Utility, Security, Social Media)
- Brief description of functionality
- Usage instructions with examples
- Any configuration requirements
Testing
Before committing plugin changes:
- Check files are properly formatted: Run
make format
- Check code style and linting: Run
make lint
- Test the plugin functionality: Run
make test
- Verify documentation accuracy
- Ensure all examples work as described