
Backend
- Updated March 25, 2026
- bobmaertz/prompt-library
backend provides backend development tooling for Claude Code, including LSP server configuration and linter templates for TypeScript, Python, Go, Rust, and Shell. A developer uses it to standardize language-server and linting setup across backend projects. It streamlines the dev environment for server-side work.
Key points
- LSP server configuration
- Linter templates
- TS, Python, Go, Rust, Shell
- Backend tooling
Backend by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add bobmaertz/prompt-library/plugin install backend@prompt-libraryAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 25, 2026 |
|---|---|
| Repository | bobmaertz/prompt-library ↗ |
What it does
Backend development tooling — LSP server configuration and linter templates for TypeScript, Python, Go, Rust, and Shell.
README.md
Backend Dev Plugin
Configuration references and tooling for backend development workflows. Focuses on LSP setup and linter configuration so Claude Code has accurate context about your language server and code quality standards.
Contents
| Path | Purpose |
|---|---|
.lsp.json |
Machine-readable LSP server configurations loaded by Claude Code (TypeScript, Python, Go, Rust, Bash) |
config/lsp-settings.md |
Human-readable editor setup reference (VS Code / Neovim settings) for the same language servers |
config/linters.md |
Linter configuration templates and conventions |
Philosophy
This plugin is intentionally configuration-as-documentation — it doesn't run tools itself, but provides:
- The settings you should have in your editor/LSP so diagnostics are accurate
- The linter configs that should exist in projects so Claude Code knows your standards
- Templates you can copy into new projects
Supported Languages
| Language | LSP Server | Linter(s) |
|---|---|---|
| TypeScript/JavaScript | typescript-language-server |
ESLint, Biome |
| Python | pylsp / pyright |
Ruff, pylint, mypy |
| Go | gopls |
golangci-lint |
| Rust | rust-analyzer |
Clippy |
| Bash/Shell | bash-language-server |
shellcheck |
Usage
Reference these configs when setting up a new project or onboarding Claude Code to an existing one. Copy the relevant linter config template into your project root, then point your editor's LSP at the language-specific settings.