@frontmcp/skills 0.0.1 → 1.0.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/README.md +2 -2
  2. package/catalog/TEMPLATE.md +58 -13
  3. package/catalog/frontmcp-config/SKILL.md +156 -0
  4. package/catalog/{auth/configure-auth/references/auth-modes.md → frontmcp-config/references/configure-auth-modes.md} +5 -0
  5. package/catalog/frontmcp-config/references/configure-auth.md +243 -0
  6. package/catalog/frontmcp-config/references/configure-elicitation.md +183 -0
  7. package/catalog/frontmcp-config/references/configure-http.md +210 -0
  8. package/catalog/frontmcp-config/references/configure-session.md +210 -0
  9. package/catalog/{config/configure-throttle/references/guard-config.md → frontmcp-config/references/configure-throttle-guard-config.md} +5 -0
  10. package/catalog/frontmcp-config/references/configure-throttle.md +234 -0
  11. package/catalog/{config/configure-transport/references/protocol-presets.md → frontmcp-config/references/configure-transport-protocol-presets.md} +5 -0
  12. package/catalog/frontmcp-config/references/configure-transport.md +200 -0
  13. package/catalog/frontmcp-config/references/setup-redis.md +9 -0
  14. package/catalog/frontmcp-config/references/setup-sqlite.md +9 -0
  15. package/catalog/frontmcp-deployment/SKILL.md +152 -0
  16. package/catalog/frontmcp-deployment/references/build-for-browser.md +143 -0
  17. package/catalog/frontmcp-deployment/references/build-for-cli.md +191 -0
  18. package/catalog/{deployment/build-for-sdk/SKILL.md → frontmcp-deployment/references/build-for-sdk.md} +66 -20
  19. package/catalog/frontmcp-deployment/references/deploy-to-cloudflare.md +218 -0
  20. package/catalog/{deployment/deploy-to-lambda/SKILL.md → frontmcp-deployment/references/deploy-to-lambda.md} +77 -59
  21. package/catalog/{deployment/deploy-to-node/references/Dockerfile.example → frontmcp-deployment/references/deploy-to-node-dockerfile.md} +18 -4
  22. package/catalog/{deployment/deploy-to-node/SKILL.md → frontmcp-deployment/references/deploy-to-node.md} +69 -36
  23. package/catalog/frontmcp-deployment/references/deploy-to-vercel-config.md +65 -0
  24. package/catalog/frontmcp-deployment/references/deploy-to-vercel.md +229 -0
  25. package/catalog/frontmcp-development/SKILL.md +126 -0
  26. package/catalog/frontmcp-development/references/create-adapter.md +170 -0
  27. package/catalog/{development/create-agent/references/llm-config.md → frontmcp-development/references/create-agent-llm-config.md} +10 -5
  28. package/catalog/{development/create-agent/SKILL.md → frontmcp-development/references/create-agent.md} +83 -40
  29. package/catalog/{development/create-job/SKILL.md → frontmcp-development/references/create-job.md} +62 -15
  30. package/catalog/{plugins/create-plugin-hooks/SKILL.md → frontmcp-development/references/create-plugin-hooks.md} +100 -7
  31. package/catalog/frontmcp-development/references/create-plugin.md +506 -0
  32. package/catalog/{development/create-prompt/SKILL.md → frontmcp-development/references/create-prompt.md} +65 -22
  33. package/catalog/{development/create-provider/SKILL.md → frontmcp-development/references/create-provider.md} +63 -23
  34. package/catalog/{development/create-resource/SKILL.md → frontmcp-development/references/create-resource.md} +148 -26
  35. package/catalog/{development/create-skill-with-tools/SKILL.md → frontmcp-development/references/create-skill-with-tools.md} +174 -20
  36. package/catalog/{development/create-skill/SKILL.md → frontmcp-development/references/create-skill.md} +114 -28
  37. package/catalog/{development/create-tool/references/tool-annotations.md → frontmcp-development/references/create-tool-annotations.md} +5 -0
  38. package/catalog/{development/create-tool/references/output-schema-types.md → frontmcp-development/references/create-tool-output-schema-types.md} +5 -0
  39. package/catalog/{development/create-tool/SKILL.md → frontmcp-development/references/create-tool.md} +172 -23
  40. package/catalog/{development/create-workflow/SKILL.md → frontmcp-development/references/create-workflow.md} +61 -14
  41. package/catalog/frontmcp-development/references/decorators-guide.md +754 -0
  42. package/catalog/frontmcp-development/references/official-adapters.md +199 -0
  43. package/catalog/{plugins/official-plugins/SKILL.md → frontmcp-development/references/official-plugins.md} +97 -27
  44. package/catalog/frontmcp-extensibility/SKILL.md +103 -0
  45. package/catalog/frontmcp-extensibility/references/vectoriadb.md +289 -0
  46. package/catalog/frontmcp-guides/SKILL.md +420 -0
  47. package/catalog/frontmcp-guides/references/example-knowledge-base.md +641 -0
  48. package/catalog/frontmcp-guides/references/example-task-manager.md +517 -0
  49. package/catalog/frontmcp-guides/references/example-weather-api.md +297 -0
  50. package/catalog/frontmcp-production-readiness/SKILL.md +98 -0
  51. package/catalog/frontmcp-production-readiness/references/common-checklist.md +156 -0
  52. package/catalog/frontmcp-production-readiness/references/production-browser.md +46 -0
  53. package/catalog/frontmcp-production-readiness/references/production-cli-binary.md +62 -0
  54. package/catalog/frontmcp-production-readiness/references/production-cli-daemon.md +61 -0
  55. package/catalog/frontmcp-production-readiness/references/production-cloudflare.md +52 -0
  56. package/catalog/frontmcp-production-readiness/references/production-lambda.md +53 -0
  57. package/catalog/frontmcp-production-readiness/references/production-node-sdk.md +66 -0
  58. package/catalog/frontmcp-production-readiness/references/production-node-server.md +61 -0
  59. package/catalog/frontmcp-production-readiness/references/production-vercel.md +52 -0
  60. package/catalog/frontmcp-setup/SKILL.md +132 -0
  61. package/catalog/frontmcp-setup/references/frontmcp-skills-usage.md +280 -0
  62. package/catalog/{setup/multi-app-composition/SKILL.md → frontmcp-setup/references/multi-app-composition.md} +66 -19
  63. package/catalog/{setup/nx-workflow/SKILL.md → frontmcp-setup/references/nx-workflow.md} +79 -17
  64. package/catalog/frontmcp-setup/references/project-structure-nx.md +251 -0
  65. package/catalog/frontmcp-setup/references/project-structure-standalone.md +217 -0
  66. package/catalog/frontmcp-setup/references/readme-guide.md +226 -0
  67. package/catalog/{setup/setup-project/SKILL.md → frontmcp-setup/references/setup-project.md} +63 -58
  68. package/catalog/{setup/setup-redis/SKILL.md → frontmcp-setup/references/setup-redis.md} +60 -82
  69. package/catalog/{setup/setup-sqlite/SKILL.md → frontmcp-setup/references/setup-sqlite.md} +65 -72
  70. package/catalog/frontmcp-testing/SKILL.md +135 -0
  71. package/catalog/{testing/setup-testing/SKILL.md → frontmcp-testing/references/setup-testing.md} +79 -63
  72. package/catalog/{testing/setup-testing → frontmcp-testing}/references/test-auth.md +5 -0
  73. package/catalog/{testing/setup-testing → frontmcp-testing}/references/test-browser-build.md +5 -0
  74. package/catalog/{testing/setup-testing → frontmcp-testing}/references/test-cli-binary.md +5 -0
  75. package/catalog/{testing/setup-testing → frontmcp-testing}/references/test-direct-client.md +5 -0
  76. package/catalog/{testing/setup-testing → frontmcp-testing}/references/test-e2e-handler.md +5 -0
  77. package/catalog/{testing/setup-testing → frontmcp-testing}/references/test-tool-unit.md +6 -0
  78. package/catalog/skills-manifest.json +337 -382
  79. package/package.json +2 -2
  80. package/src/index.d.ts +1 -1
  81. package/src/index.js.map +1 -1
  82. package/src/loader.js +0 -1
  83. package/src/loader.js.map +1 -1
  84. package/src/manifest.d.ts +15 -3
  85. package/src/manifest.js +3 -3
  86. package/src/manifest.js.map +1 -1
  87. package/catalog/adapters/create-adapter/SKILL.md +0 -127
  88. package/catalog/adapters/official-adapters/SKILL.md +0 -136
  89. package/catalog/auth/configure-auth/SKILL.md +0 -250
  90. package/catalog/auth/configure-session/SKILL.md +0 -201
  91. package/catalog/config/configure-elicitation/SKILL.md +0 -136
  92. package/catalog/config/configure-http/SKILL.md +0 -167
  93. package/catalog/config/configure-throttle/SKILL.md +0 -189
  94. package/catalog/config/configure-transport/SKILL.md +0 -151
  95. package/catalog/deployment/build-for-browser/SKILL.md +0 -95
  96. package/catalog/deployment/build-for-cli/SKILL.md +0 -100
  97. package/catalog/deployment/deploy-to-cloudflare/SKILL.md +0 -192
  98. package/catalog/deployment/deploy-to-vercel/SKILL.md +0 -196
  99. package/catalog/deployment/deploy-to-vercel/references/vercel.json.example +0 -60
  100. package/catalog/development/decorators-guide/SKILL.md +0 -598
  101. package/catalog/plugins/create-plugin/SKILL.md +0 -336
  102. package/catalog/setup/frontmcp-skills-usage/SKILL.md +0 -200
  103. package/catalog/setup/project-structure-nx/SKILL.md +0 -186
  104. package/catalog/setup/project-structure-standalone/SKILL.md +0 -153
@@ -2,413 +2,368 @@
2
2
  "version": 1,
3
3
  "skills": [
4
4
  {
5
- "name": "frontmcp-skills-usage",
6
- "category": "setup",
7
- "description": "Search, install, and manage FrontMCP development skills for Claude Code and Codex. Use when setting up skills for AI-assisted development, choosing between static and dynamic skill delivery, or configuring skill providers.",
8
- "path": "setup/frontmcp-skills-usage",
9
- "targets": ["all"],
10
- "hasResources": false,
11
- "tags": ["skills", "cli", "install", "claude", "codex", "search", "catalog"],
12
- "bundle": ["recommended", "minimal", "full"],
13
- "install": { "destinations": ["project-local", ".claude/skills", "codex"], "mergeStrategy": "skip-existing" }
14
- },
15
- {
16
- "name": "setup-project",
17
- "category": "setup",
18
- "description": "Scaffold and configure a new FrontMCP MCP server project. Use when creating a new project, setting up @FrontMcp and @App decorators, or choosing a deployment target.",
19
- "path": "setup/setup-project",
20
- "targets": ["all"],
21
- "hasResources": false,
22
- "tags": ["setup", "project", "scaffold", "getting-started"],
23
- "bundle": ["recommended", "minimal", "full"],
24
- "install": { "destinations": ["project-local"], "mergeStrategy": "skip-existing" }
25
- },
26
- {
27
- "name": "setup-redis",
28
- "category": "setup",
29
- "description": "Configure Redis for session storage and distributed state management. Use when adding Redis, Docker Redis, Vercel KV, or setting up pub/sub for resource subscriptions.",
30
- "path": "setup/setup-redis",
31
- "targets": ["node", "vercel"],
32
- "hasResources": false,
33
- "storageDefault": { "node": "redis-docker", "vercel": "vercel-kv" },
34
- "tags": ["setup", "redis", "storage", "session"],
35
- "bundle": ["recommended", "full"],
36
- "install": { "destinations": ["project-local"], "mergeStrategy": "overwrite", "dependencies": ["setup-project"] }
37
- },
38
- {
39
- "name": "setup-sqlite",
40
- "category": "setup",
41
- "description": "Configure SQLite for local development and single-instance deployments. Use when setting up local storage, CLI tools, unix-socket daemons, or WAL mode.",
42
- "path": "setup/setup-sqlite",
43
- "targets": ["node"],
44
- "hasResources": false,
45
- "storageDefault": { "node": "sqlite" },
46
- "tags": ["setup", "sqlite", "storage", "local"],
47
- "bundle": ["minimal", "full"],
48
- "install": { "destinations": ["project-local"], "mergeStrategy": "overwrite", "dependencies": ["setup-project"] }
49
- },
50
- {
51
- "name": "multi-app-composition",
52
- "category": "setup",
53
- "description": "Compose multiple apps in a single server with shared tools, scoped auth, and external app loading. Use when building multi-app servers, sharing tools between apps, loading ESM or remote apps, or configuring per-app auth.",
54
- "path": "setup/multi-app-composition",
55
- "targets": ["all"],
56
- "hasResources": false,
57
- "tags": ["multi-app", "composition", "architecture", "scope", "shared-tools"],
58
- "bundle": ["recommended", "full"],
59
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
60
- },
61
- {
62
- "name": "nx-workflow",
63
- "category": "setup",
64
- "description": "Complete Nx monorepo workflow for FrontMCP with all generators, build, test, and deployment commands. Use when working in an Nx workspace, running generators, or managing monorepo builds.",
65
- "path": "setup/nx-workflow",
66
- "targets": ["all"],
67
- "hasResources": false,
68
- "tags": ["nx", "monorepo", "generators", "workflow", "scaffold"],
69
- "bundle": ["recommended", "full"],
70
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
71
- },
72
- {
73
- "name": "project-structure-standalone",
74
- "category": "setup",
75
- "description": "Best practices for organizing a standalone FrontMCP project — file layout, naming conventions, and folder hierarchy. Use when scaffolding with frontmcp create or organizing an existing standalone project.",
76
- "path": "setup/project-structure-standalone",
77
- "targets": ["all"],
78
- "hasResources": false,
79
- "tags": ["project", "structure", "standalone", "organization", "best-practices"],
80
- "bundle": ["recommended", "minimal", "full"],
81
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
82
- },
83
- {
84
- "name": "project-structure-nx",
85
- "category": "setup",
86
- "description": "Best practices for organizing a FrontMCP Nx monorepo — apps, libs, servers, generators, and multi-app composition. Use when working with frontmcp create --nx or an Nx workspace.",
87
- "path": "setup/project-structure-nx",
88
- "targets": ["all"],
89
- "hasResources": false,
90
- "tags": ["project", "structure", "nx", "monorepo", "organization", "best-practices"],
91
- "bundle": ["recommended", "full"],
92
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
93
- },
94
- {
95
- "name": "configure-transport",
5
+ "name": "frontmcp-config",
96
6
  "category": "config",
97
- "description": "Choose and configure transport protocols SSE, Streamable HTTP, stateless API, or legacy. Use when deciding between transport modes, enabling distributed sessions, or configuring event stores.",
98
- "path": "config/configure-transport",
7
+ "description": "Use when you want to configure auth, set up CORS, add rate limiting, throttle requests, manage sessions, choose transport, set HTTP options, add authentication, configure JWT, or set up OAuth. The skill for server CONFIGURATION.",
8
+ "path": "frontmcp-config",
99
9
  "targets": ["all"],
100
10
  "hasResources": true,
101
- "tags": ["transport", "sse", "streamable-http", "stateless", "protocol", "session"],
11
+ "tags": ["router", "config", "transport", "http", "auth", "session", "redis", "sqlite", "throttle", "guide"],
102
12
  "bundle": ["recommended", "full"],
103
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
104
- },
105
- {
106
- "name": "configure-elicitation",
107
- "category": "config",
108
- "description": "Enable interactive user input requests from tools during execution. Use when tools need to ask the user for confirmation, choices, or additional data mid-execution.",
109
- "path": "config/configure-elicitation",
110
- "targets": ["all"],
111
- "hasResources": false,
112
- "tags": ["elicitation", "user-input", "interactive", "confirmation", "form"],
113
- "bundle": ["full"],
114
- "install": { "destinations": ["project-local"], "mergeStrategy": "skip-existing" }
115
- },
116
- {
117
- "name": "configure-http",
118
- "category": "config",
119
- "description": "Configure HTTP server options including port, CORS, unix sockets, and entry path. Use when customizing the HTTP listener, enabling CORS, or binding to a unix socket.",
120
- "path": "config/configure-http",
121
- "targets": ["all"],
122
- "hasResources": false,
123
- "tags": ["http", "cors", "port", "socket", "server", "configuration"],
124
- "bundle": ["recommended", "full"],
125
- "install": { "destinations": ["project-local"], "mergeStrategy": "skip-existing" }
126
- },
127
- {
128
- "name": "configure-throttle",
129
- "category": "config",
130
- "description": "Set up rate limiting, concurrency control, timeouts, and IP filtering at server and per-tool level. Use when protecting against abuse, limiting request rates, or configuring IP allow/deny lists.",
131
- "path": "config/configure-throttle",
13
+ "references": [
14
+ {
15
+ "name": "configure-auth-modes",
16
+ "description": "Detailed comparison of public, transparent, remote, and managed auth modes"
17
+ },
18
+ {
19
+ "name": "configure-auth",
20
+ "description": "Set up authentication modes, credential vault, and OAuth flows for FrontMCP servers"
21
+ },
22
+ {
23
+ "name": "configure-elicitation",
24
+ "description": "Configure interactive user input during tool execution for confirmations, choices, and forms"
25
+ },
26
+ {
27
+ "name": "configure-http",
28
+ "description": "Configure HTTP server port, CORS policy, unix sockets, and entry path prefix"
29
+ },
30
+ {
31
+ "name": "configure-session",
32
+ "description": "Set up session storage with Redis or Vercel KV for persistent user state across requests"
33
+ },
34
+ {
35
+ "name": "configure-throttle-guard-config",
36
+ "description": "Complete GuardConfig interface reference for rate limiting, concurrency, and IP filtering"
37
+ },
38
+ {
39
+ "name": "configure-throttle",
40
+ "description": "Protect servers with rate limiting, concurrency control, execution timeouts, and IP filtering"
41
+ },
42
+ {
43
+ "name": "configure-transport-protocol-presets",
44
+ "description": "Reference for legacy, modern, stateless, and minimal transport protocol presets"
45
+ },
46
+ {
47
+ "name": "configure-transport",
48
+ "description": "Configure client transport protocols including SSE, Streamable HTTP, and stateless API modes"
49
+ },
50
+ {
51
+ "name": "setup-redis",
52
+ "description": "Cross-reference to the full Redis configuration guide in frontmcp-setup"
53
+ },
54
+ {
55
+ "name": "setup-sqlite",
56
+ "description": "Cross-reference to the full SQLite configuration guide in frontmcp-setup"
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "name": "frontmcp-deployment",
62
+ "category": "deployment",
63
+ "description": "Use when you need to deploy, build for production, containerize, or ship a FrontMCP server. Covers Vercel, Lambda, Cloudflare, Docker, edge runtime, serverless, bundle for CLI, and Node targets. Triggers: deploy, build for production, dockerize, serverless, go live.",
64
+ "path": "frontmcp-deployment",
132
65
  "targets": ["all"],
133
66
  "hasResources": true,
134
- "tags": ["throttle", "rate-limit", "concurrency", "timeout", "security", "guard", "ip-filter"],
135
- "bundle": ["recommended", "full"],
136
- "install": { "destinations": ["project-local"], "mergeStrategy": "skip-existing" }
137
- },
138
- {
139
- "name": "decorators-guide",
140
- "category": "development",
141
- "description": "Complete reference for all FrontMCP decorators and when to use each one. Use when choosing between decorators, understanding the architecture, or looking up decorator signatures.",
142
- "path": "development/decorators-guide",
143
- "targets": ["all"],
144
- "hasResources": false,
145
- "tags": ["decorators", "reference", "architecture", "guide"],
67
+ "tags": ["router", "deployment", "node", "vercel", "lambda", "cloudflare", "cli", "browser", "sdk", "guide"],
146
68
  "bundle": ["recommended", "minimal", "full"],
147
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
148
- },
149
- {
150
- "name": "create-tool",
69
+ "references": [
70
+ {
71
+ "name": "build-for-browser",
72
+ "description": "Build a FrontMCP server or client for browser environments and frontend frameworks"
73
+ },
74
+ {
75
+ "name": "build-for-cli",
76
+ "description": "Build a FrontMCP server as a standalone CLI binary using Node.js SEA or bundled JS"
77
+ },
78
+ {
79
+ "name": "build-for-sdk",
80
+ "description": "Build a FrontMCP server as an embeddable library with create() and connect() APIs"
81
+ },
82
+ {
83
+ "name": "deploy-to-cloudflare",
84
+ "description": "Deploy a FrontMCP server to Cloudflare Workers with KV, D1, and Durable Objects"
85
+ },
86
+ {
87
+ "name": "deploy-to-lambda",
88
+ "description": "Deploy a FrontMCP server to AWS Lambda with API Gateway using SAM or CDK"
89
+ },
90
+ {
91
+ "name": "deploy-to-node-dockerfile",
92
+ "description": "Multi-stage Dockerfile for building and running a FrontMCP server in production"
93
+ },
94
+ {
95
+ "name": "deploy-to-node",
96
+ "description": "Deploy a FrontMCP server as a standalone Node.js app with Docker and process managers"
97
+ },
98
+ {
99
+ "name": "deploy-to-vercel-config",
100
+ "description": "Reference vercel.json configuration for deploying a FrontMCP server to Vercel"
101
+ },
102
+ {
103
+ "name": "deploy-to-vercel",
104
+ "description": "Deploy a FrontMCP server to Vercel serverless functions with Vercel KV storage"
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "name": "frontmcp-development",
151
110
  "category": "development",
152
- "description": "Create and register an MCP tool with Zod input validation and typed output. Use when building tools, defining input schemas, adding output validation, or registering tools in an app.",
153
- "path": "development/create-tool",
111
+ "description": "Use when you want to create a tool, add a resource, build a prompt, write a provider, implement an adapter, add OpenAPI integration, create a plugin, agent, job, or workflow. The skill for BUILDING any FrontMCP component.",
112
+ "path": "frontmcp-development",
154
113
  "targets": ["all"],
155
114
  "hasResources": true,
156
- "tags": ["tools", "mcp", "zod", "schema"],
115
+ "tags": ["router", "development", "tools", "resources", "prompts", "agents", "skills", "guide"],
157
116
  "bundle": ["recommended", "minimal", "full"],
158
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
159
- },
160
- {
161
- "name": "create-resource",
162
- "category": "development",
163
- "description": "Create MCP resources and resource templates with URI-based access. Use when exposing data via URIs, creating resource templates, or serving dynamic content.",
164
- "path": "development/create-resource",
165
- "targets": ["all"],
166
- "hasResources": false,
167
- "tags": ["resources", "mcp", "uri", "templates"],
168
- "bundle": ["recommended", "full"],
169
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
170
- },
171
- {
172
- "name": "create-prompt",
173
- "category": "development",
174
- "description": "Create MCP prompts for reusable AI interaction patterns. Use when building prompts, defining prompt arguments, or creating conversation templates.",
175
- "path": "development/create-prompt",
176
- "targets": ["all"],
177
- "hasResources": false,
178
- "tags": ["prompts", "mcp", "templates"],
179
- "bundle": ["recommended", "full"],
180
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
181
- },
182
- {
183
- "name": "create-agent",
184
- "category": "development",
185
- "description": "Create autonomous AI agents with inner tools, LLM providers, and multi-agent swarms. Use when building agents, configuring LLM adapters, adding inner tools, or setting up agent handoff.",
186
- "path": "development/create-agent",
117
+ "references": [
118
+ {
119
+ "name": "create-adapter",
120
+ "description": "Build adapters that generate MCP tools and resources from external sources automatically"
121
+ },
122
+ {
123
+ "name": "create-agent-llm-config",
124
+ "description": "Reference for supported LLM provider configurations including Anthropic and OpenAI"
125
+ },
126
+ {
127
+ "name": "create-agent",
128
+ "description": "Create autonomous AI agents that use LLM reasoning to plan and invoke inner tools"
129
+ },
130
+ {
131
+ "name": "create-job",
132
+ "description": "Create long-running background jobs with retry policies, progress tracking, and permissions"
133
+ },
134
+ {
135
+ "name": "create-plugin-hooks",
136
+ "description": "Intercept and extend FrontMCP flows using before, after, around, and stage hook decorators"
137
+ },
138
+ {
139
+ "name": "create-plugin",
140
+ "description": "Build plugins with providers, context extensions, lifecycle hooks, and contributed tools"
141
+ },
142
+ {
143
+ "name": "create-prompt",
144
+ "description": "Define reusable AI interaction patterns that produce structured message sequences"
145
+ },
146
+ {
147
+ "name": "create-provider",
148
+ "description": "Create singleton DI providers for database pools, API clients, and shared services"
149
+ },
150
+ {
151
+ "name": "create-resource",
152
+ "description": "Expose data to AI clients via URI-based static resources and parameterized templates"
153
+ },
154
+ {
155
+ "name": "create-skill-with-tools",
156
+ "description": "Create skills that combine structured instructions with MCP tool references for orchestration"
157
+ },
158
+ {
159
+ "name": "create-skill",
160
+ "description": "Create instruction-only skills that package knowledge and workflow guides for AI clients"
161
+ },
162
+ {
163
+ "name": "create-tool-annotations",
164
+ "description": "Reference for MCP tool annotation hints like readOnly, destructive, and idempotent"
165
+ },
166
+ {
167
+ "name": "create-tool-output-schema-types",
168
+ "description": "Reference for all supported outputSchema types including Zod shapes and JSON Schema"
169
+ },
170
+ {
171
+ "name": "create-tool",
172
+ "description": "Build MCP tools with Zod input/output validation and dependency injection"
173
+ },
174
+ {
175
+ "name": "create-workflow",
176
+ "description": "Connect multiple jobs into managed DAG pipelines with dependencies, conditions, and triggers"
177
+ },
178
+ {
179
+ "name": "decorators-guide",
180
+ "description": "Complete reference for the hierarchical decorator system from @FrontMcp to @Tool"
181
+ },
182
+ {
183
+ "name": "official-adapters",
184
+ "description": "Convert OpenAPI specs and external definitions into MCP tools automatically"
185
+ },
186
+ {
187
+ "name": "official-plugins",
188
+ "description": "Guide to the 6 official plugins for discovery, memory, auth, caching, flags, and monitoring"
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ "name": "frontmcp-extensibility",
194
+ "category": "extensibility",
195
+ "description": "Extend FrontMCP servers with external npm packages and libraries. Covers VectoriaDB for semantic search, and patterns for integrating third-party services into providers and tools. Use when adding search, ML, database, or external API capabilities beyond the core SDK.",
196
+ "path": "frontmcp-extensibility",
187
197
  "targets": ["all"],
188
198
  "hasResources": true,
189
- "tags": ["agent", "ai", "llm", "tools", "autonomous"],
190
- "bundle": ["recommended", "full"],
191
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
192
- },
193
- {
194
- "name": "create-skill-with-tools",
195
- "category": "development",
196
- "description": "Create skills that reference and orchestrate MCP tools for multi-step workflows. Use when building skills with tool references, SKILL.md directories, or workflow instructions.",
197
- "path": "development/create-skill-with-tools",
198
- "targets": ["all"],
199
- "hasResources": false,
200
- "tags": ["skill", "tools", "workflow", "instructions"],
201
- "bundle": ["recommended", "full"],
202
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
203
- },
204
- {
205
- "name": "create-skill",
206
- "category": "development",
207
- "description": "Create instruction-only skills that guide AI through workflows without tool references. Use when building knowledge packages, coding guidelines, or workflow templates.",
208
- "path": "development/create-skill",
209
- "targets": ["all"],
210
- "hasResources": false,
211
- "tags": ["skill", "instructions", "knowledge", "workflow", "guide"],
212
- "bundle": ["recommended", "full"],
213
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
214
- },
215
- {
216
- "name": "create-provider",
217
- "category": "development",
218
- "description": "Create dependency injection providers for database connections, API clients, and singleton services. Use when tools and resources need shared services, DB pools, or configuration objects.",
219
- "path": "development/create-provider",
220
- "targets": ["all"],
221
- "hasResources": false,
222
- "tags": ["provider", "di", "dependency-injection", "singleton", "database", "service"],
223
- "bundle": ["recommended", "full"],
224
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
225
- },
226
- {
227
- "name": "create-job",
228
- "category": "development",
229
- "description": "Create long-running jobs with retry policies, progress tracking, and permission controls. Use when building background tasks, data processing pipelines, or scheduled operations.",
230
- "path": "development/create-job",
231
- "targets": ["all"],
232
- "hasResources": false,
233
- "tags": ["job", "background", "retry", "progress", "long-running"],
199
+ "tags": ["extensibility", "vectoriadb", "search", "integration", "npm", "provider", "external-services"],
234
200
  "bundle": ["full"],
235
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
236
- },
237
- {
238
- "name": "create-workflow",
239
- "category": "development",
240
- "description": "Create multi-step workflows that connect jobs into managed execution pipelines with dependencies and conditions. Use when orchestrating sequential or parallel job execution.",
241
- "path": "development/create-workflow",
201
+ "references": [
202
+ {
203
+ "name": "vectoriadb",
204
+ "description": "Use VectoriaDB for in-memory vector search with ML-based or TF-IDF engines in FrontMCP servers"
205
+ }
206
+ ]
207
+ },
208
+ {
209
+ "name": "frontmcp-guides",
210
+ "category": "guides",
211
+ "description": "Tutorials, walkthroughs, and end-to-end examples for building FrontMCP servers. Use when you want a getting started guide, how to build a complete project, learn best practices, or follow a step-by-step example. Triggers: tutorial, walkthrough, how to build, getting started, learn FrontMCP.",
212
+ "path": "frontmcp-guides",
242
213
  "targets": ["all"],
243
- "hasResources": false,
244
- "tags": ["workflow", "pipeline", "orchestration", "steps", "jobs"],
245
- "bundle": ["full"],
246
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
247
- },
248
- {
249
- "name": "deploy-to-node",
250
- "category": "deployment",
251
- "description": "Deploy a FrontMCP server as a standalone Node.js application with Docker. Use when deploying to a VPS, Docker, or bare metal server.",
252
- "path": "deployment/deploy-to-node",
253
- "targets": ["node"],
254
- "hasResources": true,
255
- "tags": ["deployment", "node", "docker", "production"],
256
- "bundle": ["recommended", "full"],
257
- "install": { "destinations": ["project-local"], "mergeStrategy": "overwrite" }
258
- },
259
- {
260
- "name": "deploy-to-vercel",
261
- "category": "deployment",
262
- "description": "Deploy a FrontMCP server to Vercel serverless functions. Use when deploying to Vercel, configuring Vercel KV, or setting up serverless MCP.",
263
- "path": "deployment/deploy-to-vercel",
264
- "targets": ["vercel"],
265
214
  "hasResources": true,
266
- "tags": ["deployment", "vercel", "serverless", "edge"],
267
- "bundle": ["recommended", "full"],
268
- "install": { "destinations": ["project-local"], "mergeStrategy": "overwrite" }
269
- },
270
- {
271
- "name": "deploy-to-lambda",
272
- "category": "deployment",
273
- "description": "Deploy a FrontMCP server to AWS Lambda with API Gateway. Use when deploying to AWS, setting up SAM or CDK, or configuring Lambda handlers.",
274
- "path": "deployment/deploy-to-lambda",
275
- "targets": ["lambda"],
276
- "hasResources": false,
277
- "tags": ["deployment", "lambda", "aws", "serverless"],
215
+ "tags": ["guides", "examples", "best-practices", "architecture", "walkthrough", "end-to-end"],
278
216
  "bundle": ["recommended", "full"],
279
- "install": { "destinations": ["project-local"], "mergeStrategy": "overwrite" }
280
- },
281
- {
282
- "name": "deploy-to-cloudflare",
283
- "category": "deployment",
284
- "description": "Deploy a FrontMCP server to Cloudflare Workers. Use when deploying to Cloudflare, configuring wrangler.toml, or setting up Workers KV storage.",
285
- "path": "deployment/deploy-to-cloudflare",
286
- "targets": ["cloudflare"],
287
- "hasResources": false,
288
- "tags": ["deployment", "cloudflare", "workers", "serverless"],
289
- "bundle": ["full"],
290
- "install": { "destinations": ["project-local"], "mergeStrategy": "overwrite" }
291
- },
292
- {
293
- "name": "build-for-cli",
294
- "category": "deployment",
295
- "description": "Build a distributable CLI binary (SEA) or JS bundle from an MCP server. Use when creating standalone executables, CLI tools, or self-contained binaries.",
296
- "path": "deployment/build-for-cli",
297
- "targets": ["node"],
298
- "hasResources": false,
299
- "tags": ["deployment", "cli", "binary", "sea", "executable"],
300
- "bundle": ["full"],
301
- "install": { "destinations": ["project-local"], "mergeStrategy": "overwrite" }
302
- },
303
- {
304
- "name": "build-for-browser",
305
- "category": "deployment",
306
- "description": "Build a FrontMCP server for browser environments. Use when creating browser-compatible MCP clients, embedding MCP in web apps, or building client-side tool interfaces.",
307
- "path": "deployment/build-for-browser",
308
- "targets": ["all"],
309
- "hasResources": false,
310
- "tags": ["deployment", "browser", "client", "web", "frontend"],
311
- "bundle": ["full"],
312
- "install": { "destinations": ["project-local"], "mergeStrategy": "overwrite" }
313
- },
314
- {
315
- "name": "build-for-sdk",
316
- "category": "deployment",
317
- "description": "Build a FrontMCP server as an embeddable SDK library for Node.js applications without HTTP serving. Use when embedding MCP in existing apps, using connect()/connectOpenAI()/connectClaude(), or distributing as an npm package.",
318
- "path": "deployment/build-for-sdk",
319
- "targets": ["all"],
320
- "hasResources": false,
321
- "tags": ["deployment", "sdk", "library", "embed", "programmatic", "connect"],
322
- "bundle": ["recommended", "full"],
323
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
324
- },
325
- {
326
- "name": "configure-auth",
327
- "category": "auth",
328
- "description": "Set up authentication with public, transparent, local, or remote auth modes. Use when adding auth, OAuth, login, session security, or protecting tools and resources.",
329
- "path": "auth/configure-auth",
217
+ "references": [
218
+ {
219
+ "name": "example-knowledge-base",
220
+ "description": "Multi-app knowledge base with vector storage, semantic search, AI research agent, and audit plugin"
221
+ },
222
+ {
223
+ "name": "example-task-manager",
224
+ "description": "Authenticated task management server with CRUD tools, Redis storage, OAuth, and Vercel deployment"
225
+ },
226
+ {
227
+ "name": "example-weather-api",
228
+ "description": "Beginner MCP server with a weather lookup tool, static resource, Zod schemas, and E2E tests"
229
+ }
230
+ ]
231
+ },
232
+ {
233
+ "name": "frontmcp-production-readiness",
234
+ "category": "production",
235
+ "description": "Pre-production audit and checklist for FrontMCP servers. Use before go-live to verify security hardening, performance checks, observability, monitoring, and health checks. Triggers: production ready, security audit, performance check, production checklist, hardening, go live.",
236
+ "path": "frontmcp-production-readiness",
330
237
  "targets": ["all"],
331
238
  "hasResources": true,
332
- "tags": ["auth", "oauth", "security", "session"],
333
- "bundle": ["recommended", "full"],
334
- "install": { "destinations": ["project-local"], "mergeStrategy": "overwrite" }
335
- },
336
- {
337
- "name": "configure-session",
338
- "category": "auth",
339
- "description": "Configure session storage with Redis, Vercel KV, or in-memory backends. Use when setting up sessions, choosing a storage provider, or configuring TTL and key prefixes.",
340
- "path": "auth/configure-session",
341
- "targets": ["node", "vercel"],
342
- "hasResources": false,
343
- "tags": ["session", "storage", "redis", "memory"],
344
- "bundle": ["recommended", "full"],
345
- "install": { "destinations": ["project-local"], "mergeStrategy": "overwrite", "dependencies": ["configure-auth"] }
346
- },
347
- {
348
- "name": "create-plugin",
349
- "category": "plugins",
350
- "description": "Build a FrontMCP plugin with lifecycle hooks and context extensions. Use when creating custom plugins, extending tool context, or adding cross-cutting concerns.",
351
- "path": "plugins/create-plugin",
352
- "targets": ["all"],
353
- "hasResources": false,
354
- "tags": ["plugins", "extensibility", "hooks", "context"],
355
- "bundle": ["full"],
356
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
357
- },
358
- {
359
- "name": "create-plugin-hooks",
360
- "category": "plugins",
361
- "description": "Create plugins with flow lifecycle hooks using @Will, @Did, @Stage, and @Around decorators. Use when intercepting tool calls, adding logging, modifying request/response, or implementing cross-cutting middleware.",
362
- "path": "plugins/create-plugin-hooks",
363
- "targets": ["all"],
364
- "hasResources": false,
365
- "tags": ["plugin", "hooks", "will", "did", "stage", "around", "flow", "middleware"],
366
- "bundle": ["full"],
367
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
368
- },
369
- {
370
- "name": "official-plugins",
371
- "category": "plugins",
372
- "description": "Install and configure official FrontMCP plugins including CodeCall, Remember, Approval, Cache, Feature Flags, and Dashboard. Use when adding caching, memory, tool approval, feature gating, or CodeCall orchestration.",
373
- "path": "plugins/official-plugins",
374
- "targets": ["all"],
375
- "hasResources": false,
376
- "tags": ["plugins", "codecall", "remember", "approval", "cache", "feature-flags", "dashboard"],
239
+ "tags": ["production", "security", "performance", "reliability", "observability", "audit", "best-practices"],
377
240
  "bundle": ["recommended", "full"],
378
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
379
- },
380
- {
381
- "name": "official-adapters",
382
- "category": "adapters",
383
- "description": "Use the OpenAPI adapter to convert REST APIs into MCP tools automatically. Use when integrating external APIs, OpenAPI specs, or converting Swagger docs to MCP tools.",
384
- "path": "adapters/official-adapters",
385
- "targets": ["all"],
386
- "hasResources": false,
387
- "tags": ["adapters", "openapi", "rest-api", "swagger", "integration"],
388
- "bundle": ["recommended", "full"],
389
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
390
- },
391
- {
392
- "name": "create-adapter",
393
- "category": "adapters",
394
- "description": "Create custom adapters that convert external definitions into MCP tools, resources, and prompts. Use when building integrations beyond OpenAPI, connecting to proprietary APIs, or generating tools from custom schemas.",
395
- "path": "adapters/create-adapter",
241
+ "references": [
242
+ {
243
+ "name": "common-checklist",
244
+ "description": "Security, performance, reliability, and observability checks for all deployment targets"
245
+ },
246
+ {
247
+ "name": "production-browser",
248
+ "description": "Checklist for publishing FrontMCP as a browser-compatible SDK bundle"
249
+ },
250
+ {
251
+ "name": "production-cli-binary",
252
+ "description": "Checklist for publishing FrontMCP as a one-shot CLI binary with stdin/stdout transport"
253
+ },
254
+ {
255
+ "name": "production-cli-daemon",
256
+ "description": "Checklist for deploying FrontMCP as a long-running local daemon with socket transport"
257
+ },
258
+ {
259
+ "name": "production-cloudflare",
260
+ "description": "Checklist for deploying FrontMCP to Cloudflare Workers with KV and Durable Objects"
261
+ },
262
+ {
263
+ "name": "production-lambda",
264
+ "description": "Checklist for deploying FrontMCP to AWS Lambda with SAM, API Gateway, and DynamoDB"
265
+ },
266
+ {
267
+ "name": "production-node-sdk",
268
+ "description": "Checklist for publishing FrontMCP as an embedded npm package used as a direct client SDK"
269
+ },
270
+ {
271
+ "name": "production-node-server",
272
+ "description": "Checklist for deploying FrontMCP as a long-running Node.js server with Docker"
273
+ },
274
+ {
275
+ "name": "production-vercel",
276
+ "description": "Checklist for deploying FrontMCP to Vercel serverless or edge functions with Vercel KV"
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "name": "frontmcp-setup",
282
+ "category": "setup",
283
+ "description": "Domain router for project setup, scaffolding, and organization. Use this skill whenever someone asks to create a new FrontMCP project, set up an Nx monorepo, configure Redis or SQLite storage, organize project structure, compose multiple apps into one server, or manage the skills system. Also triggers for questions like 'how do I start', 'project layout', 'folder structure', 'add redis', 'set up database', or 'create a new app'.",
284
+ "path": "frontmcp-setup",
396
285
  "targets": ["all"],
397
- "hasResources": false,
398
- "tags": ["adapter", "custom", "dynamic-adapter", "integration", "codegen"],
399
- "bundle": ["full"],
400
- "install": { "destinations": ["project-local", ".claude/skills"], "mergeStrategy": "skip-existing" }
401
- },
402
- {
403
- "name": "setup-testing",
286
+ "hasResources": true,
287
+ "tags": ["router", "setup", "scaffold", "project", "nx", "redis", "sqlite", "structure", "guide"],
288
+ "bundle": ["recommended", "minimal", "full"],
289
+ "references": [
290
+ {
291
+ "name": "frontmcp-skills-usage",
292
+ "description": "Search, install, and manage FrontMCP skill catalog for AI agents (Claude Code, Codex)"
293
+ },
294
+ {
295
+ "name": "multi-app-composition",
296
+ "description": "Compose multiple @App classes, ESM packages, and remote MCP servers into a single FrontMCP gateway"
297
+ },
298
+ {
299
+ "name": "nx-workflow",
300
+ "description": "Scaffold, build, test, and deploy FrontMCP projects using the @frontmcp/nx plugin in a monorepo"
301
+ },
302
+ {
303
+ "name": "project-structure-nx",
304
+ "description": "Canonical directory layout, generators, and dependency rules for FrontMCP Nx monorepos"
305
+ },
306
+ {
307
+ "name": "project-structure-standalone",
308
+ "description": "File layout, naming conventions, and dev workflow for standalone FrontMCP projects"
309
+ },
310
+ {
311
+ "name": "readme-guide",
312
+ "description": "Generate deployment-target-aware README.md files for FrontMCP MCP servers"
313
+ },
314
+ {
315
+ "name": "setup-project",
316
+ "description": "Scaffold a new FrontMCP project with CLI or manual setup, decorators, apps, and deployment config"
317
+ },
318
+ {
319
+ "name": "setup-redis",
320
+ "description": "Provision and configure Redis or Vercel KV for session storage and distributed state"
321
+ },
322
+ {
323
+ "name": "setup-sqlite",
324
+ "description": "Configure SQLite with WAL mode and optional encryption for local single-instance deployments"
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "name": "frontmcp-testing",
404
330
  "category": "testing",
405
- "description": "Configure and run unit and E2E tests for FrontMCP applications. Use when writing tests, setting up Jest, configuring coverage, or testing tools and resources.",
406
- "path": "testing/setup-testing",
331
+ "description": "Use when you want to write tests, run tests, add e2e tests, improve test coverage, test a tool, test a resource, or learn how to test any FrontMCP component. The skill for ALL testing needs.",
332
+ "path": "frontmcp-testing",
407
333
  "targets": ["all"],
408
334
  "hasResources": true,
409
- "tags": ["testing", "jest", "e2e", "quality"],
335
+ "tags": ["router", "testing", "jest", "e2e", "coverage", "quality", "guide"],
410
336
  "bundle": ["recommended", "full"],
411
- "install": { "destinations": ["project-local"], "mergeStrategy": "skip-existing" }
337
+ "references": [
338
+ {
339
+ "name": "setup-testing",
340
+ "description": "Configure Jest, write unit and E2E tests, and enforce 95%+ coverage for FrontMCP applications"
341
+ },
342
+ {
343
+ "name": "test-auth",
344
+ "description": "Test authenticated MCP servers with TestTokenFactory, MockOAuthServer, and role-based access"
345
+ },
346
+ {
347
+ "name": "test-browser-build",
348
+ "description": "Validate browser build output for Node.js-free bundles and test with Playwright"
349
+ },
350
+ {
351
+ "name": "test-cli-binary",
352
+ "description": "Test CLI binary and SEA build for startup, health check, and JS bundle import"
353
+ },
354
+ {
355
+ "name": "test-direct-client",
356
+ "description": "In-memory testing with create() and connectOpenAI/connectClaude without HTTP overhead"
357
+ },
358
+ {
359
+ "name": "test-e2e-handler",
360
+ "description": "Full MCP protocol E2E tests over HTTP with McpTestClient and TestServer"
361
+ },
362
+ {
363
+ "name": "test-tool-unit",
364
+ "description": "Unit test a ToolContext execute method with mock context, inputs, and Zod schema validation"
365
+ }
366
+ ]
412
367
  }
413
368
  ]
414
369
  }