@jaypie/mcp 0.3.4 → 0.4.1
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/dist/createMcpServer.d.ts +7 -1
- package/dist/index.js +22 -2088
- package/dist/index.js.map +1 -1
- package/dist/suite.js +1197 -7
- package/dist/suite.js.map +1 -1
- package/package.json +1 -2
- package/release-notes/constructs/1.2.18.md +12 -0
- package/release-notes/fabric/0.1.3.md +25 -0
- package/release-notes/fabric/0.1.4.md +42 -0
- package/release-notes/llm/1.2.5.md +25 -0
- package/release-notes/llm/1.2.6.md +55 -0
- package/release-notes/mcp/0.4.0.md +27 -0
- package/release-notes/testkit/1.2.15.md +23 -0
- package/skills/agents.md +18 -8
- package/skills/aws.md +232 -60
- package/skills/datadog.md +98 -64
- package/skills/dynamodb.md +37 -28
- package/skills/fabric.md +30 -3
- package/skills/issues.md +55 -0
- package/skills/llm.md +381 -0
- package/skills/secrets.md +74 -18
- package/skills/skills.md +23 -0
- package/skills/tools-aws.md +148 -0
- package/skills/tools-datadog.md +190 -0
- package/skills/tools-dynamodb.md +140 -0
- package/skills/tools.md +19 -54
- package/skills/vocabulary.md +25 -0
- package/dist/aws-B3dW_-bD.js +0 -1202
- package/dist/aws-B3dW_-bD.js.map +0 -1
- package/prompts/Branch_Management.md +0 -34
- package/prompts/Development_Process.md +0 -89
- package/prompts/Jaypie_Agent_Rules.md +0 -110
- package/prompts/Jaypie_Auth0_Express_Mongoose.md +0 -736
- package/prompts/Jaypie_Browser_and_Frontend_Web_Packages.md +0 -18
- package/prompts/Jaypie_CDK_Constructs_and_Patterns.md +0 -430
- package/prompts/Jaypie_CICD_with_GitHub_Actions.md +0 -371
- package/prompts/Jaypie_Commander_CLI_Package.md +0 -166
- package/prompts/Jaypie_Core_Errors_and_Logging.md +0 -39
- package/prompts/Jaypie_DynamoDB_Package.md +0 -774
- package/prompts/Jaypie_Eslint_NPM_Package.md +0 -78
- package/prompts/Jaypie_Express_Package.md +0 -630
- package/prompts/Jaypie_Fabric_Commander.md +0 -411
- package/prompts/Jaypie_Fabric_LLM.md +0 -312
- package/prompts/Jaypie_Fabric_Lambda.md +0 -308
- package/prompts/Jaypie_Fabric_MCP.md +0 -316
- package/prompts/Jaypie_Fabric_Package.md +0 -599
- package/prompts/Jaypie_Fabricator.md +0 -617
- package/prompts/Jaypie_Ideal_Project_Structure.md +0 -78
- package/prompts/Jaypie_Init_CICD_with_GitHub_Actions.md +0 -1186
- package/prompts/Jaypie_Init_Express_on_Lambda.md +0 -115
- package/prompts/Jaypie_Init_Jaypie_CDK_Package.md +0 -35
- package/prompts/Jaypie_Init_Lambda_Package.md +0 -505
- package/prompts/Jaypie_Init_Monorepo_Project.md +0 -44
- package/prompts/Jaypie_Init_Project_Subpackage.md +0 -65
- package/prompts/Jaypie_Legacy_Patterns.md +0 -15
- package/prompts/Jaypie_Llm_Calls.md +0 -449
- package/prompts/Jaypie_Llm_Tools.md +0 -155
- package/prompts/Jaypie_MCP_Package.md +0 -281
- package/prompts/Jaypie_Mocks_and_Testkit.md +0 -137
- package/prompts/Jaypie_Repokit.md +0 -103
- package/prompts/Jaypie_Scrub.md +0 -177
- package/prompts/Jaypie_Streaming.md +0 -467
- package/prompts/Templates_CDK_Subpackage.md +0 -115
- package/prompts/Templates_Express_Subpackage.md +0 -187
- package/prompts/Templates_Project_Monorepo.md +0 -326
- package/prompts/Templates_Project_Subpackage.md +0 -93
- package/prompts/Write_Efficient_Prompt_Guides.md +0 -48
- package/prompts/Write_and_Maintain_Engaging_Readme.md +0 -67
- package/skills/topics.md +0 -116
- /package/skills/{writing.md → documentation.md} +0 -0
package/skills/topics.md
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Topic index and cross-reference
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Topic Index
|
|
6
|
-
|
|
7
|
-
Quick reference for finding the right skill for your task.
|
|
8
|
-
|
|
9
|
-
## By Task
|
|
10
|
-
|
|
11
|
-
### Starting a New Project
|
|
12
|
-
- `skill("jaypie")` - Jaypie overview
|
|
13
|
-
- `skill("style")` - Code conventions
|
|
14
|
-
- `skill("cdk")` - Infrastructure setup
|
|
15
|
-
|
|
16
|
-
### Writing Code
|
|
17
|
-
- `skill("style")` - Code style
|
|
18
|
-
- `skill("errors")` - Error handling
|
|
19
|
-
- `skill("services")` - Service patterns
|
|
20
|
-
- `skill("models")` - Data models
|
|
21
|
-
|
|
22
|
-
### Testing
|
|
23
|
-
- `skill("tests")` - Vitest patterns
|
|
24
|
-
- `skill("mocks")` - @jaypie/testkit mocks
|
|
25
|
-
|
|
26
|
-
### Deploying
|
|
27
|
-
- `skill("cdk")` - CDK constructs
|
|
28
|
-
- `skill("cicd")` - GitHub Actions
|
|
29
|
-
- `skill("variables")` - Environment config
|
|
30
|
-
|
|
31
|
-
### Debugging
|
|
32
|
-
- `skill("debugging")` - Debug techniques
|
|
33
|
-
- `skill("logs")` - Log searching
|
|
34
|
-
- `skill("datadog")` - Observability tools
|
|
35
|
-
|
|
36
|
-
### AWS Integration
|
|
37
|
-
- `skill("aws")` - AWS tools overview
|
|
38
|
-
- `skill("dynamodb")` - DynamoDB patterns
|
|
39
|
-
- `skill("secrets")` - Secret management
|
|
40
|
-
|
|
41
|
-
## By Package
|
|
42
|
-
|
|
43
|
-
### jaypie (main package)
|
|
44
|
-
- `skill("jaypie")` - Overview
|
|
45
|
-
- `skill("errors")` - Error types
|
|
46
|
-
- `skill("logs")` - Logging
|
|
47
|
-
- `skill("secrets")` - Secret access
|
|
48
|
-
|
|
49
|
-
### @jaypie/constructs
|
|
50
|
-
- `skill("cdk")` - CDK constructs
|
|
51
|
-
|
|
52
|
-
### @jaypie/testkit
|
|
53
|
-
- `skill("mocks")` - Mock patterns
|
|
54
|
-
- `skill("tests")` - Test patterns
|
|
55
|
-
|
|
56
|
-
### @jaypie/fabric
|
|
57
|
-
- `skill("fabric")` - Service patterns
|
|
58
|
-
- `skill("services")` - Service layer
|
|
59
|
-
|
|
60
|
-
### Legacy Packages
|
|
61
|
-
- `skill("legacy")` - Deprecated patterns
|
|
62
|
-
|
|
63
|
-
## By Concept
|
|
64
|
-
|
|
65
|
-
### Error Handling
|
|
66
|
-
- `skill("errors")` - Error types and usage
|
|
67
|
-
|
|
68
|
-
### Environment Configuration
|
|
69
|
-
- `skill("variables")` - Environment variables
|
|
70
|
-
- `skill("secrets")` - Secret management
|
|
71
|
-
|
|
72
|
-
### Infrastructure
|
|
73
|
-
- `skill("cdk")` - CDK constructs
|
|
74
|
-
- `skill("aws")` - AWS integration
|
|
75
|
-
- `skill("dns")` - Domain configuration
|
|
76
|
-
|
|
77
|
-
### Observability
|
|
78
|
-
- `skill("logs")` - Logging patterns
|
|
79
|
-
- `skill("datadog")` - Datadog integration
|
|
80
|
-
- `skill("debugging")` - Debug techniques
|
|
81
|
-
|
|
82
|
-
### Data
|
|
83
|
-
- `skill("models")` - Data models and types
|
|
84
|
-
- `skill("dynamodb")` - DynamoDB patterns
|
|
85
|
-
|
|
86
|
-
## Quick Answers
|
|
87
|
-
|
|
88
|
-
### "How do I throw an error?"
|
|
89
|
-
```typescript
|
|
90
|
-
import { NotFoundError } from "jaypie";
|
|
91
|
-
throw new NotFoundError("Item not found");
|
|
92
|
-
```
|
|
93
|
-
See: `skill("errors")`
|
|
94
|
-
|
|
95
|
-
### "How do I mock Jaypie in tests?"
|
|
96
|
-
```typescript
|
|
97
|
-
vi.mock("jaypie", async () => {
|
|
98
|
-
const { mockJaypie } = await import("@jaypie/testkit");
|
|
99
|
-
return mockJaypie(vi);
|
|
100
|
-
});
|
|
101
|
-
```
|
|
102
|
-
See: `skill("mocks")`
|
|
103
|
-
|
|
104
|
-
### "How do I get a secret?"
|
|
105
|
-
```typescript
|
|
106
|
-
import { getSecret } from "jaypie";
|
|
107
|
-
const apiKey = await getSecret("my-api-key");
|
|
108
|
-
```
|
|
109
|
-
See: `skill("secrets")`
|
|
110
|
-
|
|
111
|
-
### "How do I log with context?"
|
|
112
|
-
```typescript
|
|
113
|
-
import { log } from "jaypie";
|
|
114
|
-
log.info("Operation completed", { userId, duration });
|
|
115
|
-
```
|
|
116
|
-
See: `skill("logs")`
|
|
File without changes
|