Interact with the Ampel Prins switch fixture over TCP using the prins-fixture-mcp server. Use when sending fixture commands, setting LEDs, reading switch presence/version/EEPROM, running button or buzzer tests, managing fixture status, or configuring the MCP server for fixture communication.
The shared Claude Code skill library for the Ampel Technologies team.
Skills are reusable workflows for Claude Code, triggered by slash commands like /release v2.3.0.
They automate repetitive tasks so the whole team benefits from them.
Skills are distributed as a Claude Code plugin marketplace — once you register the repo, skills are installed automatically and stay up to date.
| Skill | Command | Description |
|---|---|---|
release | /release v1.2.3 | Create a tagged GitHub release with auto-generated release notes |
test-framework-dev | /test-framework-dev | Development workflows for the Ampel test framework (FT-AMD) |
Add the following to your ~/.claude/settings.json
(located at C:\Users\<your-name>\.claude\settings.json on Windows):
{
"extraKnownMarketplaces": {
"ampel-skills": {
"source": { "source": "github", "repo": "Ampel-Technologies/ampel-skills" },
"autoUpdate": true
}
},
"enabledPlugins": {
"release@ampel-skills": true,
"test-framework-dev@ampel-skills": true
}
}
Then restart Claude Code. The skills will be available immediately and will auto-update whenever you restart.
Note: If you already have other settings in
settings.json, merge the above into your existing file rather than replacing it.
Once installed, skills trigger automatically when relevant — or you can invoke them directly:
/release v1.2.3 — walks you through creating a GitHub release for the current repo/test-framework-dev — loads FT-AMD development context and workflowsskills/your-skill-name/SKILL.md file following the structure of existing skills.claude-plugin/marketplace.jsonskills/
your-skill-name/
SKILL.md # Required: skill instructions and frontmatter
references/ # Optional: reference docs loaded on demand
---
name: your-skill-name
description: >
One paragraph describing what the skill does and when to trigger it.
Be specific — this is what Claude uses to decide when to invoke the skill.
---
After adding the skill folder, add an entry to .claude-plugin/marketplace.json:
{
"name": "your-skill-name",
"source": "./skills/your-skill-name",
"description": "Short description shown in the plugins UI"
}
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ampel-technologies/ampel-skills --plugin prins-fixtureAutomates creating GitHub releases from the current git repo. Use this skill whenever the user wants to create a release, publish a version, tag a commit for release, generate release notes, or publish to GitHub releases.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development