Skill Claude CodeCodex
Use when adding a new external data source (API, scraper, etc.) to propertycore. Walks through the complete 6-step process with patterns from existing implementations.
9 tagged epc, measured the same way as everything else here.
Browse within: ai-skills 6land-registry 6
Skill Claude CodeCodex
Use when adding a new external data source (API, scraper, etc.) to propertycore. Walks through the complete 6-step process with patterns from existing implementations.
Skill Claude CodeCodex
Use when adding a new API endpoint to app/api/v1/. Covers router creation, registration, and response patterns.
Skill Claude CodeCodex
Use when adding a new MCP tool to the property MCP server (mcpserver/server.py). Provides the exact pattern with a copy-paste template.
Skill Claude CodeCodex
Natively ingest Software AG ARIS process models into the epistemic-graph knowledge graph over the aris-mcp MCP server — push models as typed :ProcessModel nodes, a single model's EPC objects as :EPCFunction/:EPCEvent/ :EPCRule with :flowsTo control-flow edges, and raw model exports as content-addressed :ModelExport…
Skill Claude CodeCodex
Analyze the control flow of Software AG ARIS EPC models over the aris-mcp MCP server — trace event→function→event paths, find splits/joins at rule operators, spot disconnected or dead-end objects, and reason about a model's structure. Use when the agent must explain how a process flows, validate an EPC's…
Skill Claude CodeCodex
Read Software AG ARIS process models over the aris-mcp MCP server — list the model inventory, fetch one model's metadata/attributes, and read its EPC objects (functions/events/rule operators) and directed control-flow connections. Use when the agent must inventory ARIS models, open one model by GUID, or inspect a…