Autorun Skills banner
autorundev autorundev

Autorun Skills

Development community

Description

Custom Claude Code skills (slash commands)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

autorun-skills

Custom skills for [Claude Code](https://claude.com/claude-code). Written for real projects — VPN setup, deployment, security audits, Docker debugging, and more. Russian-first, battle-tested.

Installation

# Single skill
cp -r security-audit ~/.claude/skills/

# All skills
cp -r */ ~/.claude/skills/

Skills are available immediately as `/skill-name` in Claude Code.

Skills

Development Workflow

Skill Description
commit Auto-commit, push and .env backup. Triggers after each logical block of work.
deploy Manual deploy to any server via Docker + Git (first deploy + updates).
worktree Git worktree management for parallel Claude agents on one project.
db-migrations Database migration management for SQLite and PostgreSQL (Alembic, raw SQL).

Code Quality & Security

Skill Description
system-integrity-audit Deep wiring audit: builds complete inventory of all definitions, then traces every wire. Finds dead code, orphaned registrations, unused DB tables, phantom config.
architecture-review System design audit: complexity, coupling, scalability, maintainability, security posture.
security-audit AI application security: prompt injection, tool abuse, data exfiltration, credential exposure, multi-user isolation, context poisoning, output sanitization. Works with any LLM-based app.
performance-profiler Python/Docker performance profiling: cProfile, memory_profiler, py-spy, async profiling, container metrics.

Infrastructure

Skill Description
docker Docker containerization for projects.
docker-debug Docker/compose debugging: container inspection, log analysis, network, volumes.
ssh-connect Reliable SSH connections via expect. Handles hangs, password auth, SCP/rsync.
3x-ui-setup Complete VPN server setup: server hardening + 3x-ui (Xray) with VLESS Reality