Skip to content

Add Agent Skill and Claude Marketplace#33

Merged
devwhodevs merged 5 commits into
devwhodevs:mainfrom
jsynowiec:feat/agent-skills
May 27, 2026
Merged

Add Agent Skill and Claude Marketplace#33
devwhodevs merged 5 commits into
devwhodevs:mainfrom
jsynowiec:feat/agent-skills

Conversation

@jsynowiec
Copy link
Copy Markdown
Contributor

Summary

Adds a new engraph agent skill that exposes engraph's capabilities to AI agents and applications supporting agent skills. Also includes marketplace registration and validation that the engraph CLI is installed before allowing tool use.

@devwhodevs I've listed you in the marketplace, but myself in the skill. Hope that's fine.

Use case this solves

I'm using this skill myself alongside qmd to search through my Markdown vaults. I'm mostly using this with pi but it'll work with any agent.

Verification

  • I'm using the skill myself and I think it's already good enough. Haven't changed anything for a while.
  • I've installed the Claude marketplace plugin locally, tested the MCP and skill, both are working.
  • I've installed the skill using the npx skill and it worked.

However, best to check both the Claude marketplace and the Vercel Skills after this is merged to main. It should work, but the maintainer/repository path changes, and I can't simulate that.

@devwhodevs
Copy link
Copy Markdown
Owner

Looks good, thank you!
I will review and merge it shortly

Review found factual errors in the skill docs, verified against engraph 1.6.1 --help:
- remove `engraph context health` (not a real subcommand); point to the MCP `health` tool / HTTP `GET /api/health` instead
- `engraph context list --tag` -> `--tags` (real flag is plural, comma-separated)
- `engraph clear` only drops the index; note that `--all` also removes models
- mcp-setup.md: default HTTP port is 3000, not 3030 (matches config + the HTTP reference doc)
- http-rest-api.md: `--revoke-api-key` requires a key-name argument
- link references/ docs from SKILL.md for progressive disclosure

Marketplace manifest unchanged.
@devwhodevs devwhodevs merged commit 7a722af into devwhodevs:main May 27, 2026
1 check passed
devwhodevs added a commit that referenced this pull request May 27, 2026
… 3000

- CLAUDE.md: edges are now directional (one per [[link]]), graph agent traverses backlinks too via get_neighbors, unresolved_links is populated (PR #37); test count 426 -> 466
- README: default HTTP port is 3000, not 3030 (matches config default + the skill docs from PR #33)
@jsynowiec jsynowiec deleted the feat/agent-skills branch May 27, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants