fa-mcp-sdk 0.4.54 → 0.4.56
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.
- package/cli-template/.claude/skills/{feature-generator → feature-prompt-generator}/SKILL.md +3 -3
- package/cli-template/.claude/skills/readme-generator/SKILL.md +8 -8
- package/cli-template/.claude/skills/readme-generator/reference/satellite-templates.md +2 -2
- package/cli-template/.claude/skills/readme-generator/reference/templates.md +1 -1
- package/cli-template/README.md +1 -1
- package/cli-template/SKILL_README.md +6 -6
- package/cli-template/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: feature-generator
|
|
2
|
+
name: feature-prompt-generator
|
|
3
3
|
description: >-
|
|
4
4
|
Command-only META-SKILL (invoked explicitly, no auto-trigger). Produces an exhaustive,
|
|
5
5
|
self-sufficient prompt for an AI CLI (Claude Code) to implement a feature turnkey.
|
|
@@ -11,7 +11,7 @@ argument-hint: "[feature description | path to task file]"
|
|
|
11
11
|
allowed-tools: Read, Grep, Glob, Bash(git *), Bash(yarn *), Bash(npm *), Bash(node *), Bash(ls *), Bash(cat *)
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
# feature-generator — META-SKILL for generating prompts for an AI CLI
|
|
14
|
+
# feature-prompt-generator — META-SKILL for generating prompts for an AI CLI
|
|
15
15
|
|
|
16
16
|
## Essence
|
|
17
17
|
|
|
@@ -28,7 +28,7 @@ implementation. You do not touch any code in the target repository.
|
|
|
28
28
|
## How to invoke
|
|
29
29
|
|
|
30
30
|
**Command-only.** The skill is **never auto-invoked by the model** — `disable-model-invocation`
|
|
31
|
-
is set to `true`. Runs solely when the operator explicitly calls it (e.g. `/feature-generator`
|
|
31
|
+
is set to `true`. Runs solely when the operator explicitly calls it (e.g. `/feature-prompt-generator`
|
|
32
32
|
or the equivalent UI invocation). Ignore any implicit triggers from phrasing in user messages.
|
|
33
33
|
|
|
34
34
|
## When to use
|
|
@@ -167,8 +167,8 @@ Canonical section order. Include only sections backed by actual findings; omit a
|
|
|
167
167
|
- Impersonation → `readme-docs/impersonation.md`
|
|
168
168
|
- Project-specific: fuzzy resolution, caching strategy, API version detection, batch limits,
|
|
169
169
|
content-format conversion, etc. → `readme-docs/<topic>.md` as appropriate
|
|
170
|
-
13. **Skills** — short paragraph linking to `
|
|
171
|
-
|
|
170
|
+
13. **Skills** — short paragraph linking to `readme-docs/SKILLS.md` (kept under `readme-docs/`
|
|
171
|
+
so it is picked up as a satellite and assembled into the `doc://readme` resource)
|
|
172
172
|
14. **Stack** — 4–7 bullets: framework (`fa-mcp-sdk`), transport, language, key libs
|
|
173
173
|
15. **License**
|
|
174
174
|
|
|
@@ -199,12 +199,12 @@ For project-specific capabilities (fuzzy resolution, custom endpoints, etc.) com
|
|
|
199
199
|
|
|
200
200
|
Every satellite MD begins with a 1-sentence summary so it stands alone when opened directly.
|
|
201
201
|
|
|
202
|
-
### Step 6 — Update `
|
|
202
|
+
### Step 6 — Update `readme-docs/SKILLS.md`
|
|
203
203
|
|
|
204
|
-
If `.claude/skills/` is non-empty, regenerate `
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
it
|
|
204
|
+
If `.claude/skills/` is non-empty, regenerate `readme-docs/SKILLS.md`. Keep the existing format
|
|
205
|
+
(per-skill sections with command, launch mode, arguments table, examples). The file lives under
|
|
206
|
+
`readme-docs/` so it is included as a satellite in the `doc://readme` assembled document — link
|
|
207
|
+
to it from the main README's **Skills** section.
|
|
208
208
|
|
|
209
209
|
### Step 7 — Validate
|
|
210
210
|
|
|
@@ -227,7 +227,7 @@ Run through this checklist before declaring done:
|
|
|
227
227
|
|
|
228
228
|
1. `README.md` — restructured per canonical order
|
|
229
229
|
2. `readme-docs/<topic>.md` — one per satellite topic, only those the project needs
|
|
230
|
-
3. `
|
|
230
|
+
3. `readme-docs/SKILLS.md` — regenerated if `.claude/skills/` is present
|
|
231
231
|
4. `README.backup.md` — backup of previous README when rewriting
|
|
232
232
|
|
|
233
233
|
## References
|
|
@@ -76,7 +76,7 @@ supply their own identity).
|
|
|
76
76
|
## Related
|
|
77
77
|
|
|
78
78
|
- Admin panel for token generation: [Admin Panel](./admin-panel.md)
|
|
79
|
-
- `/gen-jwt` skill: [
|
|
79
|
+
- `/gen-jwt` skill: [SKILLS](./SKILLS.md)
|
|
80
80
|
```
|
|
81
81
|
|
|
82
82
|
---
|
|
@@ -136,7 +136,7 @@ Response shape:
|
|
|
136
136
|
## `/headless-test` skill
|
|
137
137
|
|
|
138
138
|
Runs intelligent tests against all tools in a controlled scope (project / space / etc.) and writes
|
|
139
|
-
a Markdown report to `claudedocs/test-report-{RUN_ID}.md`. See [
|
|
139
|
+
a Markdown report to `claudedocs/test-report-{RUN_ID}.md`. See [SKILLS](./SKILLS.md).
|
|
140
140
|
```
|
|
141
141
|
|
|
142
142
|
---
|
|
@@ -357,7 +357,7 @@ The project ships with custom skills in `.claude/skills/`:
|
|
|
357
357
|
| `/headless-test` | Run headless tests for all MCP tools via curl API |
|
|
358
358
|
| `/upgrade-guide` | Generate migration guide for fa-mcp-sdk upgrades |
|
|
359
359
|
|
|
360
|
-
Details, launch modes, and examples: [
|
|
360
|
+
Details, launch modes, and examples: [SKILLS](./readme-docs/SKILLS.md).
|
|
361
361
|
```
|
|
362
362
|
|
|
363
363
|
---
|
package/cli-template/README.md
CHANGED
|
@@ -166,7 +166,7 @@ The project ships with custom skills in `.claude/skills/`:
|
|
|
166
166
|
|----------------------|-------------------------------------------------------------------------|
|
|
167
167
|
| `/gen-jwt` | Generate JWT tokens for MCP server authentication |
|
|
168
168
|
| `/upgrade-guide` | Generate migration guide for `fa-mcp-sdk` upgrades |
|
|
169
|
-
| `/feature-generator` | Turn a feature description into a self-sufficient prompt for an AI CLI |
|
|
169
|
+
| `/feature-prompt-generator` | Turn a feature description into a self-sufficient prompt for an AI CLI |
|
|
170
170
|
| `/readme-generator` | Generate structured README.md + satellite `readme-docs/*.md` |
|
|
171
171
|
|
|
172
172
|
Details, launch modes, and examples: [SKILL_README.md](SKILL_README.md)
|
|
@@ -66,7 +66,7 @@ via `git show <ref>:package.json`. To reference SDK versions/commits directly, m
|
|
|
66
66
|
|
|
67
67
|
---
|
|
68
68
|
|
|
69
|
-
### `/feature-generator` — Feature Prompt Generator
|
|
69
|
+
### `/feature-prompt-generator` — Feature Prompt Generator
|
|
70
70
|
|
|
71
71
|
A **META-skill**: turns a feature description into a self-sufficient prompt for an AI CLI (Claude Code or another
|
|
72
72
|
agent) to implement the feature turnkey. The skill itself does NOT write feature code — it produces the prompt.
|
|
@@ -83,7 +83,7 @@ What it does:
|
|
|
83
83
|
|
|
84
84
|
Characteristics:
|
|
85
85
|
|
|
86
|
-
- **Launch**: **command-only** via `/feature-generator`. Has `disable-model-invocation: true` — does NOT activate
|
|
86
|
+
- **Launch**: **command-only** via `/feature-prompt-generator`. Has `disable-model-invocation: true` — does NOT activate
|
|
87
87
|
on trigger phrases or implicit mentions
|
|
88
88
|
- **Input**: free-form feature description OR path to a file with the description (e.g. `task.md`, ticket dump)
|
|
89
89
|
- **Output**: file `prop-<kebab-name>.md` in repository root. If the file already exists, a numeric suffix is
|
|
@@ -92,10 +92,10 @@ Characteristics:
|
|
|
92
92
|
**Examples:**
|
|
93
93
|
|
|
94
94
|
```
|
|
95
|
-
/feature-generator Add a tool for batch-processing customer records across a project
|
|
96
|
-
/feature-generator task.md
|
|
97
|
-
/feature-generator REQ-1234: implement webhook callback receiver for external events
|
|
98
|
-
/feature-generator Add OAuth2 token refresh logic to the HTTP client
|
|
95
|
+
/feature-prompt-generator Add a tool for batch-processing customer records across a project
|
|
96
|
+
/feature-prompt-generator task.md
|
|
97
|
+
/feature-prompt-generator REQ-1234: implement webhook callback receiver for external events
|
|
98
|
+
/feature-prompt-generator Add OAuth2 token refresh logic to the HTTP client
|
|
99
99
|
```
|
|
100
100
|
|
|
101
101
|
---
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fa-mcp-sdk",
|
|
3
3
|
"productName": "FA MCP SDK",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.56",
|
|
5
5
|
"description": "Core infrastructure and templates for building Model Context Protocol (MCP) servers with TypeScript",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/core/index.js",
|