The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Laviya Agent Skills listing page.
Laviya Agent Skills is a repository of reusable orchestration assets for IDE and agent integrations. It provides a production-oriented MCP runtime, shared orchestration prompt assets, and client-specific artifacts for tools such as Cursor and Claude.
laviya-agent-skills: reusable prompt, rule, and skill asset bundle for Node-based toolinglaviya-mcp-server: stdio MCP runtime published from mcp/core/: shared orchestration prompt assetsmcp/: TypeScript MCP runtime scaffold (laviya-mcp-server)cursor/: Cursor rule artifactsclaude/: Claude skill artifactsdocs/: setup, npm publishing, and end-user onboarding guidesRequired environment variable:
LAVIYA_API_KEYInstall the reusable asset bundle:
Example usage:
mcp/README.mddocs/Setup.mddocs/MCPServerPublish.mddocs/InstallationAndUsage.mddocs/InstallationAndUsage.mdThe MCP runtime follows a global-runtime plus project-local-config model:
.laviya/project.json or .laviya.json)Current MCP tool set includes both orchestration and local-direct task feed flows:
laviya_helplaviya_feed_tasklaviya_get_local_work_statuslaviya_cancel_local_worklaviya_add_task_commentlaviya_get_my_worklaviya_start_executionlaviya_complete_executionlaviya_report_token_usagelaviya_diagnosticsAll tools return API envelope JSON text in the shape: { HasFailed, Messages, Data }.
Work items may include a backend-defined ExecutionPolicy. Analysis and review
policies are read-only: agents must not implement changes, and enforced policies
require matching completion executionEvidence and summary policyCompliance.
For full architecture details and file-level scaffolding, refer to mcp/README.md.