loxtep-procedures

Manage business process graphs with steps, decisions, and dependencies in Loxtep.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/LoxtepInc/loxtep-plugins-skills --skill loxtep-procedures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loxtep-procedures
Source: https://github.com/LoxtepInc/loxtep-plugins-skills/tree/main/cursor/skills/loxtep-procedures
Command: npx skills add https://github.com/LoxtepInc/loxtep-plugins-skills --skill loxtep-procedures

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of managing complex, multi-step business procedures and their interdependencies, ensuring that process graphs remain consistent, discoverable, and governed within the Loxtep platform.

Core Features & Use Cases

  • Process Graph Management: Create, update, and delete procedures, including their associated steps, decisions, and triggers.
  • Dependency Mapping: Visualize and query upstream and downstream procedure dependencies to understand the impact of process changes.
  • Import/Export: Seamlessly move process graphs using JSON-LD or YAML formats for round-trip editing and version control.

Quick Start

Use the loxtep-procedures skill to list all active procedures in the current organization and retrieve the full step graph for a specific procedure ID.

Frequently Asked Questions about loxtep-procedures

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage complex business process graphs with inter-procedure dependencies?

Map and query upstream and downstream procedure dependencies to visualize the full impact of process changes before applying them to your organizational workflows.

Can I import and export business process graphs using JSON-LD?

Yes, you can seamlessly import and export process graphs using JSON-LD or YAML formats to enable round-trip editing and version control for your procedures.

How does role-based access control work for procedure management?

Procedure management requires integration with the loxtep_context job facade to ensure RBAC-governed access and consistent process modeling across all lifecycle operations.

What is the best way to retrieve the full step graph for a specific procedure?

List all active procedures in your current organization, then retrieve the full step graph for a specific procedure ID to inspect its associated steps, decisions, and triggers.

Do I need the loxtep_context job facade to create and delete procedures?

Yes, integration with the loxtep_context job facade is required to ensure RBAC-governed access and consistent process modeling during procedure creation, soft-deletion, and graph imports.