ekoindia
01Plugin Claude Code
Eko Platform Services (EPS) plugin — dev-time API context MCP + integration skills for coding agents.
Plugin Claude Code
Eko Platform Services (EPS) plugin — dev-time API context MCP + integration skills for coding agents.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check (4 commands). From ekoindia/eps-platform.
Hook Claude Code
Runs before the agent uses a tool for Bash, Grep, Read and Glob tool calls, running /Users/abhi/.local/bin/graphify hook-guard search (2 commands). From ekoindia/eps-platform.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, PreToolUse) and 15 allowed tools.
Instructions file CodexOpenCode
AGENTS.md instructions for ekoindia/eps-platform, covering instructions for ai coding agents, commands, architecture at a glance, coding conventions and layouts & components — reuse, don't duplicate.
Instructions file
Claude Code instructions for ekoindia/eps-platform: This project has a knowledge graph at graphify-out/ with god nodes, community structure, and cross-file relationships.
Plugin Claude Code
Eko Platform Services — context MCP, skills, and commands for integrating EPS APIs.
MCP server Claude CodeCodexCursor
Local MCP server giving AI coding agents context for Eko Platform Services (EPS) APIs. Runs locally from the @ekoindia/eps-context-mcp npm package.
Command
Search EPS APIs and start an integration.
Skill Claude CodeCodex
Use when integrating an Eko Platform Services (EPS) API — looks up the endpoint via the eps MCP, explains backend-only HMAC signing, and scaffolds a signed request.
Skill Claude CodeCodex
Use when running or executing a multi-step EPS flow end to end — fetches the runbook via the eps MCP and executes each step's endpoint in order, branching on the response.
Skill Claude CodeCodex
Use when computing or debugging the EPS secret-key / request signature — emits backend-only HMAC-SHA256 signing code and explains the header set.