بنقرة واحدة
agents-md-updater
// Skill for updating AGENTS.md, using ONLY the exact plain text and tag syntax found in AGENTS.md. No markdown, no extra formatting, no chapter headers.
// Skill for updating AGENTS.md, using ONLY the exact plain text and tag syntax found in AGENTS.md. No markdown, no extra formatting, no chapter headers.
| name | agents-md-updater |
| description | Skill for updating AGENTS.md, using ONLY the exact plain text and tag syntax found in AGENTS.md. No markdown, no extra formatting, no chapter headers. |
PURPOSE Update AGENTS.md by adding, updating, or removing entries using ONLY the exact plain text and tag syntax found in AGENTS.md. No markdown, no extra formatting, and no chapter headers are allowed. The only acceptable format is:
The tags below are examples. Each tag represents a specific area with its own rules or information. Include only tags that are relevant to the project. Omit any tag for an area that does not exist in the project.
<project_description>
Project description goes here. This section should briefly explain the purpose and scope of the project, e.g.:
AiPortal is Region Halland’s internal AI assistant portal: a product that standardizes how the organization uses AI by providing a single, governed place for chat-based assistants, approved capabilities, and operational oversight.
</project_description>
<Global_rules>
- Global rules for the project. List each rule as a bullet point, e.g.:
- Do not log credentials, api keys, tokens, or connection strings.
- All async dotnet methods accept and pass CancellationToken to every async dependency.
<Global_rules>
<backend>
Backend section. Summarize backend architecture, then specify paths and rules:
<backend_paths>
- List backend paths here
</backend_paths>
<backend_rules>
- List backend rules here
</backend_rules>
<backend>
<database>
Database section. Summarize database technology, then specify paths:
<database_paths>
- List database paths here
</database_paths>
</database>
<frontend>
Frontend section. Summarize frontend stack, then specify paths and rules:
<frontend_paths>
- List frontend paths here
</frontend_paths>
<frontend_rules>
- List frontend rules here
</frontend_rules>
<frontend>
WHEN TO USE
RULE QUALITY STANDARD
FILE STRUCTURE RULES
WORKFLOW
COMPLETION CHECK