general
01Cursor rule Cursor
SWE-agent takes a GitHub issue and tries to automatically fix it, using your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges. [NeurIPS 2024].
29 tagged lms, measured the same way as everything else here.
Browse within: edtech 24ai-coding-assistant 23claude-plugin 23moodle 23
Cursor rule Cursor
SWE-agent takes a GitHub issue and tries to automatically fix it, using your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges. [NeurIPS 2024].
Cursor rule Cursor
SWE-agent implements an AI software engineering agent that uses language models to fix github issues. Here's what you need to know about the project structure.
Cursor rule Cursor
Workflow for adding a new org landing-page template (editorial, vibrant, terminal, etc.) to the ClassroomIO monorepo. Activate when the user asks to add/create/build a new landing template or theme, or hands over a design reference for a new landing visual style.
Cursor rule Cursor
Keep imports at top of file and avoid inline imports.
Cursor rule Cursor
Ensure all tests pass before merging.
Cursor rule Cursor
Use exhaustive switch handling for TypeScript unions and enums.
SaadRahman01/claude-moodle-dev
Cursor rule Cursor
Use when integrating a Moodle plugin with the Moodle Mobile app — db/mobile.php remote templates, Ionic/Angular components delivered server-side, mobile.php view types, addons, push notifications, and offline support.
SaadRahman01/claude-moodle-dev
Cursor rule Cursor
Use when creating, modifying, upgrading, or reviewing Moodle plugins (local, mod, block, format, theme, auth, enrol, report, qtype, filter, repository) - covers version.php, db/install.xml + upgrade.php, db/access.php capabilities, db/services.php web services, lang strings, classes/ PSR-4 autoloading, lib.php hooks…
SaadRahman01/claude-moodle-dev
Cursor rule Cursor
Use when upgrading a Moodle plugin across versions, fixing deprecated API usage, or migrating to Moodle 4.x/5.x (incl. 5.1/5.2) conventions — printerror, addtolog, formslib changes, externalapi namespace, Hooks API, /public doc-root, Routing Engine, PSR-4 migration, PHP 8.1–8.4 upgrades, and required upgrade.txt notes.