skills-mcp2026
Back to home
05Roadmap

What we're
building next.

Three phases shipping in sequence. The core vision: the boundary between a skill and an MCP server should dissolve. Open a Discussion before starting major work.

Live
6 items
In Progress
6 items
Planned
6 items
01
Phases
Phase 01

Foundation

Live

Core infrastructure shipped and production-ready. Self-hostable on Cloudflare Workers with Qdrant for semantic retrieval.

01

MCP-native server on Cloudflare Workers

FastMCP + SSE transport via src/worker.py

02

Semantic retrieval via Qdrant Cloud

384-dim bge-small-en-v1.5 embeddings, cosine similarity

03

30 production-ready skill procedures

Sourced from Anthropic, Vercel, Stripe, Cloudflare

04

Three-tier progressive disclosure

Frontmatter, Body, References / Scripts / Assets

05

CI/CD skill validation

GitHub Actions to block invalid or malicious skill content in PRs

06

Automated setup scripts

One-command setup for Windows, Linux, and Make

Next phase
Phase 02

Agent Intelligence

In Progress

Making tools self-describing, closing workflow gaps, and improving agent compliance with the three-tier lookup protocol.

01

Self-describing tool preconditions

Tool descriptions encode preconditions and postconditions to guide agent behavior directly. No external instruction files needed.

02

skills_list_all() tool

Browse the complete skill catalogue without a search query

03

skills_suggest_workflow() tool

Multi-step task planning from a single natural-language request

04

Agent compliance instrumentation

Measure why agents call get_body without first calling skills_find_relevant

05

Evaluation framework

Benchmark and calibrate score thresholds for skill retrieval decisions

06

Workflow enforcement

Ensure the find_relevant, get_body lookup sequence is respected in every session

Next phase
Phase 03

Infrastructure

Planned

Modernising transport, decoupling core dependencies, and building a secure community contribution pipeline.

01

Streamable-HTTP transport

Replace SSE with the modern streamable-http MCP transport

02

Multiple skill registry support

Point the server at more than one Qdrant collection or remote registry

03

Decoupled embedding model

Swap bge-small for any Workers AI or external embedding endpoint

04

Enhanced security scanner

Prompt-injection detection at both seed time and query time

05

Community YAML validation pipeline

Automated syntax checks and duplicate detection for contributed skills

06

Cross-platform procedure translation

Automatically adapt skill instructions for different agent architectures

02
Community driven

Want to
contribute?

Open a Discussion before starting major changes. Read src/worker.py and the master-skill files together to find the highest-impact improvements.

contribution areas
New skillsAdd a SKILL.md to skills_data/
Agent toolingMCP tools in src/worker.py
Security researchPrompt injection patterns
Platform adaptersmaster-skill/ templates