-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
AI guides
We are going to generate AI instructions, rules, guides and md files from this repository that could be used on several coding tools like:
- gemini cli
- claude code
- grok cli
- codex
- warp
- opencode
- task-manager
Important sections on README
-
- Site building
-
- Theming, templates
Example files
Examples of files we need to generate
- Claude code skills. Each Skill should refer to the sections above and their sub-sections. E.g.
2. Site building > 2.1 Nodesshould have its own skill. - One AGENTS.md file for AI intructions, inherited from README
- Rules. Same as 1 above but more generic to support any cli tool.
- Bash scripts to validate the best practices (by sub-section)
- AI Commands (e.g.
/drupal-best-practices-nodesshould refer to2. Site building > 2.1 Nodes) - Anything else that should be useful to apply the best practices into Drupal development when we use AI coding or IDE tools.
Restrictions
- Focus on Drupal 10+. Do not add rules related to Drupal 7.x (they start with
(7.x) - Be more generic regarding the cli tool if possible (avoid cli specific rules when they can be generic)
- Add all the new files you create into a new folder with name
ai. Create any other sub-folder if needed. - Drupal developers are using tools like drush, ddev, composer and git. If you prefer can use commands of these tools for No 4 on
## Example files
Claude skills
- Each claude skill should have its own folder.
- Use the recommended format to add skills.
- Each skill should have a SKILL.md with metadata. It should also have folders like examples, scripts, reference etc.
- The claude skills docs are here: https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview
- See an example of a skill on https://github.com/anthropics/skills/tree/main/webapp-testing
Metadata
Metadata
Assignees
Labels
No labels