streamable-httpupdated 1mo ago
skillfoundry-products is the implementation repository for the probes, mechanisms, and offerings that Skillfoundry builds and operates.
Was kannst du mit Preflight machen?
skillfoundry-products
skillfoundry-products is the implementation repository for the probes, mechanisms,
and offerings that Skillfoundry builds and operates.
Lifecycle: active. This monorepo is the canonical source for its maintained products, including Preflight.
Verified today: TypeScript workspace checks and both Python suites run through the root gate. Registry publication is separate and occurs only from pinned, checksum-verified OIDC workflows.
make setup
make check
See docs/architecture.md for ownership boundaries, artifact roles, and dated migration exceptions.
This repo has two different lanes on purpose:
mechanisms/: internal factory tools that help Skillfoundry identify, design, and improve opportunities. These are not automatically public products.products/: external, user-facing software artifacts that have been selected for public deployment, distribution, and monetization.templates/: reusable implementation starters for future external product lanes.
Public product routing should stay platform-centric. The preferred external shape is:
https://skillfoundry.synaplex.ai/products/<product-slug>/...
not one public hostname per product.
The distinction matters. Internal mechanisms help the agent system think and decide better. External products are what we eventually sell or distribute through channels such as AgenticMarket.
Default External Stack
The default lane for new external MCP offerings or probes is now:
- TypeScript-first
- remote MCP over Streamable HTTP
- Cloudflare Workers for stateless offerings
- Skillfoundry-owned public routes for the canonical runtime surface
That keeps the runtime independent from any single marketplace while preserving a simple path to distribution through registries and marketplaces later.
Current Layout
mechanisms/bottleneck-radar/: internal MCP mechanism for turning noisy source signals into ranked bottlenecks and builder-ready opportunity briefs.products/launchpad-lint/: first external MCP product candidate for auditing launch readiness and drafting marketplace launch packages.templates/remote-skill-ts/: default starter for new remote TypeScript MCP probes or offerings.
Working Rule
Do not treat a mechanism as an offering by default.
A mechanism graduates into an offering only when Skillfoundry has made an explicit decision that:
- the user-facing utility is clear,
- the deployment surface is chosen,
- the pricing or monetization path is chosen,
- and the artifact deserves its own external lifecycle.
Factory Documents
docs/CASHFLOW_ENGINE.md: repo-level operating loop for commercial probes and offeringsdocs/BUILD_NEXT_PORTFOLIO.md: current ranking of the next revenue lanesdocs/LEARNING_LAB.md: standard for turning launches and failures into reusable learningdocs/HYPOTHESIS_TEMPLATE.md: required hypothesis format for major changesdocs/SKILL_FACTORY_SCORECARD.md: build-next scoring heuristicdocs/TELEMETRY_MODEL.md: minimum telemetry and evidence envelope for compounding learningdocs/SKILL_PROPOSAL_TEMPLATE.md: required pre-build probe templatedocs/PORTFOLIO_INTAKE.md: intake workflow for new product and suite ideas before they graduate into active buildsdocs/POST_LAUNCH_REVIEW_TEMPLATE.md: required after-launch learning templatedocs/ADVERSARIAL_REVIEW_PRIMITIVES.md: multi-lens skeptical review primitive for sharpening products and extracting reusable heuristics
TypeScript Workspace Setup
The repo now includes a pnpm workspace for future TypeScript skills. If pnpm is not
installed globally, use corepack:
corepack pnpm install
Installation
Preflight zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http preflight https://skillfoundry.synaplex.ai/products/preflight/mcp/codex mcp add preflight --url https://skillfoundry.synaplex.ai/products/preflight/mcp/{
"mcpServers": {
"preflight": {
"url": "https://skillfoundry.synaplex.ai/products/preflight/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"preflight": {
"type": "http",
"url": "https://skillfoundry.synaplex.ai/products/preflight/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"preflight": {
"url": "https://skillfoundry.synaplex.ai/products/preflight/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"preflight": {
"serverUrl": "https://skillfoundry.synaplex.ai/products/preflight/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation18/25
- Pflege16/25
- Vertrauen6/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 30 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.1Aktuell | 26. Juli 2026 |
| 0.1.0 | 12. Apr. 2026 |