Agent skills for reading Drupal.org issues as clean Markdown. Works with Claude Code, Cursor, Copilot & 40+ AI agents.
# drupal-issue-md-skills Agent skills for reading Drupal.org issues as clean, LLM-friendly Markdown. ## Install ```bash npx skills add abderrahimghazali/drupal-issue-md-skills ``` That's it. No other setup needed. ## What it does When you paste a Drupal.org issue URL in your AI agent, it automatically fetches the issue via the Drupal.org REST API and converts it to structured Markdown — metadata, issue summary, patches, and full comment history. ## Works with Claude Code, Cursor, Cursor, and 40+ other AI coding agents. ## Example Paste this in your agent: ``` What's the status of https://www.drupal.org/project/drupal/issues/2494073? ``` Your agent runs `npx drupal-issue-md` behind the scenes and gets clean Markdown instead of struggling with the HTML. ## Powered by [drupal-issue-md](https://www.npmjs.com/package/drupal-issue-md) — the underlying CLI tool. Also usable standalone. ## License MIT
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.