djacobsmeyer/claude-skills-engineering
Engineering-focused Claude Code skills for software development, DevOps, testing, git workflows, and development tools
npx skills add djacobsmeyer/claude-skills-engineeringREADME
Claude Code Skills - Engineering Marketplace
A curated collection of engineering-focused skills and plugins for Claude Code, designed for software developers, DevOps engineers, and technical teams.
What's in this Repository
This repository serves as both:
- An engineering plugin marketplace - Skills for software development workflows, testing, git operations, CI/CD, and more
- A development reference - Documentation and examples for creating engineering-specific Claude Code plugins
About Claude Code Skills
Claude Code Skills are modular capabilities that extend Claude's functionality through organized folders containing:
- Instructions (SKILL.md files with YAML frontmatter)
- Scripts and utilities
- Reference materials and templates
Skills are model-invoked (Claude autonomously decides when to use them) rather than user-invoked like slash commands.
Key Benefits for Engineering Teams
- Standardize development workflows across teams
- Automate repetitive engineering tasks
- Enforce code quality and testing standards
- Share engineering expertise via git
- Compose multiple skills for complex engineering workflows
Available Plugins
1. Manage Worktrees Skill
Location: plugins/manage-worktrees-skill/
Comprehensive git worktree management for creating, listing, and removing worktrees. Enables parallel development environments with isolated databases and ports.
What it includes:
/create_worktree- Create isolated worktrees with auto-calculated ports/list_worktrees- View all worktrees and their configuration/remove_worktree- Safely remove worktrees and cleanup- Automatic port offset management to prevent conflicts
- Isolated databases and environment files per worktree
Use this skill when:
- Setting up parallel development environments
- Managing multiple feature branches simultaneously
- Creating isolated testing environments
- Coordinating team development workflows
2. Directory Tree Viewer
Location: plugins/directory-tree-viewer/
Display directory structure as a formatted tree with visual hierarchy for understanding project organization.
What it includes:
/treeslash command for viewing any directory- Custom depth arguments for controlling tree depth
- Visual hierarchy with proper formatting
- Works with any directory path
Use this skill when:
- Visualizing project structure
- Analyzing folder organization
- Sharing file tree views with team
- Understanding codebase layout
3. Xano Backend Builder
Location: plugins/xano-backend-builder/
Build and manage no-code backend services with Xano using MCP server integration.
What it includes:
- Database table creation and management
- API endpoint generation
- Custom function development with XanoScript
- Business logic implementation
- MCP server integration for seamless workflow
Use this skill when:
- Building backend APIs without traditional coding
- Creating database schemas and tables
- Developing serverless functions
- Setting up webhooks and integrations
- Working with Xano workspace
4. Sandbox Manager
Location: plugins/sandbox-manager/
Configure and manage Claude Code's sandboxing feature for secure, isolated code execution.
What it includes:
- Enable/disable sandbox mode with
/sandbox - Configuration templates for 10+ development scenarios
- Troubleshooting guide for common issues
- Security best practices and recommendations
- Filesystem and network permission management
Use this skill when:
- Working with untrusted or third-party code
- Need to restrict network or filesystem access
- Configuring security for different project types
- Debugging sandbox permission issues
- Setting up isolated development environments
Configuration templates available:
- Web Development (React, Vue, Next.js)
- Python Data Science (Jupyter, pandas, ML)
- Node.js Backend (Express, APIs)
- Ruby on Rails
- Go Development
- Rust Development
- High Security (untrusted code)
- API Integration
- DevOps/Infrastructure
- Mobile Development
Future Engineering Skills to Add
- Code Review Assistant - Automated code review with linting and best practices
- Test Generator - Generate unit tests, integration tests, and E2E tests
- API Documentation - Generate OpenAPI/Swagger docs from code
- Docker Workflow - Container management, Dockerfile generation, docker-compose
- CI/CD Pipeline Builder - GitHub Actions, GitLab CI, CircleCI configuration
- Database Migration Manager - Schema migrations, seed data management
- Performance Profiler - Code performance analysis and optimization suggestions
- Security Scanner - Security vulnerability scanning and OWASP compliance
How to Use This Marketplace
Adding This Marketplace to Claude Code
Run the following command in Claude Code:
/plugin marketplace add djacobsmeyer/claude-skills-engineering
Then browse available plugins using:
/plugin
...