A GitHub star count, README claim, package install, or DB binding is not proof of competence.
Gradual learning
Do not overload all agents simultaneously. Process small rotating cohorts. Each cycle should prioritize:
missing universal safety/governance basics;
research/data literacy;
communication/documentation;
browser/automation literacy;
coding/debugging literacy;
defensive security literacy;
media/visual literacy;
adjacent-domain skills;
advanced cross-domain skills.
Promotion evidence
A skill is VERIFIED for an agent only after representative tasks and failure cases pass with evidence. High-impact/native-engine capabilities require their own runtime evidence.
No skill may grant wallet signing, secret access, unrestricted spending, policy override, Guardian bypass, or irreversible external action unless the canonical governance path explicitly authorizes it.
Cost boundary
DEFAULT_COST_MODE = FREE_ONLY.
PAID_PROVISIONING = ARCHITECT_APPROVAL_REQUIRED.
Never silently activate a paid API, GPU, SaaS plan, domain, proxy, cloud instance, or subscription.
Source priority
GitHub and official upstream repositories are preferred for discovery of open-source skills. Always verify current license and release state before adoption.
License: Apache-2.0 for new contributions; existing code under MIT per upstream.
Release state: v2.0.0 stable line, released 2026-07-27 for the 2026-07-28 MCP spec.
Runtime: Node.js, Bun, and Deno. This makes a Val Town adapter technically feasible without GPU or a paid API.
API key: not required by the SDK itself.
GPU: not required.
Canary evidence: @modelcontextprotocol/server@2.0.0 imported and McpServer constructed successfully in Val Town/Deno on branch canary-mcp-ts-sdk-v2 of imperial-capability-hub.
Security note: older v1 releases had published high-severity advisories, including a cross-client response leak fixed in v1.26.0. Any IMPERIAL binding must pin reviewed versions and avoid transport/server instance reuse patterns that can cross client boundaries.
Status: CANARY_PASS / NOT_FLEET_ROLLED_OUT.
Promotion gate: protocol-level tool/resource tests, transport isolation tests, auth boundary tests, regression comparison against existing IMPERIAL adapters, then bounded binding only if materially better.