You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`logger.transports.amqp.durable`| Whether the AMQP exchange is durable. |`false`|
165
164
166
165
3. Start the server
167
166
@@ -295,34 +294,6 @@ copilot plugin --help
295
294
copilot plugin install --help
296
295
```
297
296
298
-
#### Use the plugin in day-to-day work
299
-
300
-
Once installed, developers can use the packaged agents and skills in any target project without copying files from this repository.
301
-
302
-
Examples:
303
-
304
-
- Ask the `application-security-architect` agent to threat-model a feature or repository.
305
-
- Use the `access-control-review` skill to map roles, claims, policies, and enforcement points.
306
-
- Use the `dependency-cve-triage` skill to evaluate a known dependency CVE against local code.
307
-
- Use the `threat-model` skill when you need durable Markdown output plus script-validated Mermaid diagrams.
308
-
309
-
Example prompts you can use in Copilot Chat or Copilot CLI:
310
-
311
-
```text
312
-
Use the application-security-architect agent to threat-model this repository.
313
-
Use the access-control-review skill to review authorization boundaries in this codebase.
314
-
Use the dependency-cve-triage skill to assess CVE-2024-12345 in this project.
315
-
```
316
-
317
-
#### Precedence and overrides
318
-
319
-
GitHub Copilot CLI loads project and user agents or skills before plugin components.
320
-
321
-
- If a project-level or user-level agent has the same ID as a plugin agent, the plugin agent is ignored.
322
-
- If a project-level or user-level skill has the same `name` as a plugin skill, the plugin skill is ignored.
323
-
324
-
This means the plugin is best used as a reusable baseline that projects can extend, rather than as a mechanism to forcibly override local customizations.
0 commit comments