Autorun Skills
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 |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11