Add Agent Skills - #1986
Draft
RhysSullivan wants to merge 6 commits into
Draft
Add Agent Skills#1986RhysSullivan wants to merge 6 commits into
RhysSullivan wants to merge 6 commits into
Conversation
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>
Deploying with
|
| 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 |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | 6dd0ac2 | Sep 14 2026, 06:03 AM |
Contributor
Cloudflare preview
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. |
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
executor
commit: |
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
skilltable (owner-scoped) andexecutor.skillswith SKILL.md validation, per-file sha256 digests, and size limits.skillsHTTP API: list, get, save (upsert by frontmatter name), remove.skillstool lists workspace skills in its description and index, serves the body with frontmatter stripped, and reads bundled files viafile. The server declares the MCP Skills Extension (SEP-2640):skills/list,skills/get, andskill://<owner>/<name>/<path>resources.executor skills listandexecutor skills pull(writes~/.agents/skillsand~/.claude/skills, marker-file guarded).scenarios/skills.test.ts(passes on selfhost).🤖 Generated with Claude Code