Artifacts Builder
This "Artifacts Builder" skill generates detailed artifact descriptions for RPGs, streamlining worldbuilding and enhancing immersive storytelling.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jasonraimondi-artifacts-builder npx -- -y @trustedskills/jasonraimondi-artifacts-builder
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jasonraimondi-artifacts-builder": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jasonraimondi-artifacts-builder"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The jasonraimondi-artifacts-builder skill automates the creation of deployable artifacts from TypeScript OAuth 2.0 server code. It handles tasks like compiling TypeScript, bundling dependencies, and generating necessary configuration files. This streamlines the deployment process for applications built with this framework.
When to use it
- Automating deployments: When you need a repeatable and automated way to package your TypeScript OAuth 2.0 server application for deployment.
- Building release candidates: Quickly generate artifacts for testing and staging environments.
- Creating distribution packages: Package the application into a format suitable for sharing or distributing.
- Consistent builds: Ensure consistent artifact generation across different development machines and build pipelines.
Key capabilities
- TypeScript compilation
- Dependency bundling
- Configuration file generation
- Artifact creation
Example prompts
- "Build an artifact for the staging environment."
- "Create a release candidate package."
- "Generate deployment artifacts with debug symbols enabled."
Tips & gotchas
This skill is specifically designed for applications built using the TypeScript OAuth 2.0 server framework. Ensure your project structure and configuration are compatible with this tool to avoid build errors.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.