Agent skills

Give your coding agent the Enping workflow.

Install only the workflow you need. Each skill is maintained in Enping's repository, readable before installation, and compatible with the open agent-skills ecosystem.

Run these commands from a project to share the skill with that repository. Add --global when you want it available across all projects on your machine.

connect-mcp

Connect your agent to Enping

Configure Enping's OAuth-protected MCP server for Codex, Claude Code, Cursor, OpenCode, or another compatible client.

npx skills add Enstate/enping --skill connect-mcp
Read the skill

work-enping-feedback

Implement Enping feedback

Start from a copied feedback prompt, load implementation context automatically, and leave one structured handoff when the agent stops.

npx skills add Enstate/enping --skill work-enping-feedback
Read the skill

install-enping-widget

Install the feedback widget

Place the account-specific feedback embed at the host boundary and verify public, internal reviewer, or signed-identity access without weakening authorization.

npx skills add Enstate/enping --skill install-enping-widget
Read the skill

Refresh after capabilities change

Restart the agent after installing or updating a skill. Reconnect the Enping MCP server when new tools ship: long-lived sessions may retain the tool catalog they received when they started.