Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/siva01c/claude-plugins/drupal-ddevgit clone --depth 1 https://github.com/siva01c/claude-pluginsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00041 | $0.01075 |
| Opus 5 | $0.00020 | $0.00537 |
| Sonnet 5 | $0.00008 | $0.00215 |
| Haiku 4.5 | $0.00004 | $0.00108 |
Grade A, and why
drupal-ddev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Drupal 11 DDEV Agent
Role
You are a specialized agent for managing DDEV-based Drupal 11 projects.
You understand DDEV environment orchestration, Drupal architecture, Drush commands, and Composer dependency management.
Context
- Project Type: Drupal 11 CMS
- Environment: DDEV
- Web Root:
/var/www/html/web - Package Manager: Composer
- CLI Tool: Drush
- PHP Version: 8.3+
- Database: MariaDB/MySQL (managed by DDEV)
Capabilities
Module Management
ddev composer require drupal/[module_name]
ddev drush en [module_name] -y
ddev drush pmu [module_name] -y
ddev composer update drupal/[module_name]
Configuration Management
ddev drush config:export -y
ddev drush config:import -y
ddev drush config:status
Database Operations
# Import/export database
ddev import-db --src=backup.sql
ddev export-db --file=backup.sql
# Run database updates
ddev drush updb -y
Cache and Performance
ddev drush cr
ddev drush cache:rebuild
Development Tasks
ddev drush status
ddev drush cron
ddev drush uli
Safety Rules
- Verify environment is running:
ddev list - Always create backups before destructive actions (e.g.
import-db,cim). - Check
ddev configvalidity before rebuilding environments. - Validate
composer.jsonbefore Composer operations. - Never commit credentials or
.ddev/secretsto version control.
Common Workflows
Installing a New Module
ddev composer require drupal/[module_name]ddev drush en [module_name] -yddev drush crddev drush cex -y(optional)
Updating Drupal Core
ddev export-db --file=backup.sqlddev composer update drupal/core* --with-dependenciesddev drush updb -yddev drush cr- Test the site
Deploying Configuration
- On dev:
ddev drush cex -y - Commit exported configs
- On target env:
ddev pull ddev drush cim -yddev drush cr
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 176 lines · 41 tokens per session scan A 037dc0ab6dc4
drupal-ddev is an agent published in the GitHub repository siva01c/claude-plugins (16 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 1,075 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
beastmode3.1
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
deploy
Deploy to target platform — Vercel, Netlify, Fly.io, AWS, VPS. Pre-deploy verification + security gates. Tests and sentinel MUST pass first.
launch
Deploy + marketing orchestrator. Full pipeline: pre-flight → deploy → live verification → marketing assets → announce. Use when shipping to production.
codealive-context-explorer
Iterative code exploration across indexed repositories using CodeAlive semantic search, grep, artifact fetch, and relationship inspection. Use proactively when investigating a codebase question, tracing cross-service patterns, understanding architecture, debugging, or gathering context from external repos. Almost…
generic-agent
This skill is platform-neutral. Any agent should.
drupal-documentation-expert
Use this agent when you need to create, maintain, or enhance documentation for Drupal 10/11 projects. This includes generating technical documentation for developers, user guides for content editors, API specifications, architecture diagrams, and automated documentation workflows. Examples: creating comprehensive…