Skip to content

Add Agent Skills - #1986

Draft
RhysSullivan wants to merge 6 commits into
mainfrom
agent-skills
Draft

RhysSullivan wants to merge 6 commits into
mainfrom
agent-skills

Conversation

@RhysSullivan

Copy link
Copy Markdown
Collaborator

Users can save Agent Skills (the SKILL.md standard, agentskills.io) to a workspace, personally or shared with the whole org, and every agent connected over MCP can load them. Same sharing model as MCP integrations.

  • New skill table (owner-scoped) and executor.skills with SKILL.md validation, per-file sha256 digests, and size limits.
  • skills HTTP API: list, get, save (upsert by frontmatter name), remove.
  • MCP: the skills tool lists workspace skills in its description and index, serves the body with frontmatter stripped, and reads bundled files via file. The server declares the MCP Skills Extension (SEP-2640): skills/list, skills/get, and skill://<owner>/<name>/<path> resources.
  • Console: Skills page with list, new/edit (owner picker, live frontmatter validation, folder import), and detail.
  • CLI: executor skills list and executor skills pull (writes ~/.agents/skills and ~/.claude/skills, marker-file guarded).
  • e2e: scenarios/skills.test.ts (passes on selfhost).

🤖 Generated with Claude Code

Save SKILL.md directories to a workspace, personally or org-shared, and serve
them to every connected agent through the MCP skills tool and the MCP Skills
Extension. Adds the skill table, the skills HTTP API, console pages, and
executor skills list/pull.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 14, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing 6dd0ac2 Commit Preview URL

Branch Preview URL
Sep 14 2026, 06:03 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 14, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud 6dd0ac2 Sep 14 2026, 06:03 AM

@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Console https://executor-preview-pr-1986.executor-e2e.workers.dev
MCP https://executor-preview-pr-1986.executor-e2e.workers.dev/mcp
Deployed commit 6dd0ac2

Sign-in is Cloudflare Access (one-time PIN to an allowed email). The preview has its own database and encryption key; it is destroyed when this PR closes.

@pkg-pr-new

pkg-pr-new Bot commented Sep 14, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@1986

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@1986

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@1986

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@1986

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@1986

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@1986

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@1986

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@1986

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@1986

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@1986

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@1986

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@1986

executor

npm i https://pkg.pr.new/executor@1986

commit: 6dd0ac2

RhysSullivan and others added 5 commits September 13, 2026 18:21
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Paste a repo, a path inside one, or a skills.sh link; the server lists every
SKILL.md it finds and the console saves the picked ones.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.

1 participant