agentsclimarketplace

Event api topology checker

Skill aborroy/aiup-alfresco/skills/event-api-topology-checker

Validates ActiveMQ topic names and consumer group patterns against Alfresco event API conventions. Applies to Out-of-Process SDK (Spring Boot) only. Trigger when generating event-driven code with /events.From its SKILL.md

Install
npx -y skills add aborroy/aiup-alfresco --skill event-api-topology-checker

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 256 tokens by cl100k_base, as published. Nobody here has run it

Event API Topology Checker

Validate Out-of-Process event-driven code against Alfresco Java Event API conventions.

This skill applies exclusively to the Spring Boot Out-of-Process SDK (alfresco-java-sdk). In-Process extensions (behaviours, actions) run inside the ACS JVM and do not use this event bus — use behaviours/policies instead.

Topic Naming

  • Default Alfresco topic: alfresco.repo.event2
  • Custom topics must not collide with built-in topics
  • Consumer group names should follow: {extension-prefix}.{purpose}

Event Types

Valid event types from org.alfresco.event.sdk.model.v1:

  • NodeCreatedEvent, NodeUpdatedEvent, NodeDeletedEvent
  • ContentCreatedEvent, ContentUpdatedEvent, ContentDeletedEvent
  • ChildAssocCreatedEvent, ChildAssocDeletedEvent
  • PeerAssocCreatedEvent, PeerAssocDeletedEvent

Configuration Validation

  • Verify spring.activemq.broker-url is set
  • Verify event filters match expected node types/aspects
  • Warn if no error handling or dead-letter queue is configured

Output

Report topology issues, naming violations, and missing error handling.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.