📄 skillActivePromisinghigh

pilot-shell

by maxritter

How real engineers run Claude Code and Codex: spec-driven planning, enforced TDD, persistent memory, and quality enforcement on all levels. Make your agents production-ready.

Supported Platforms

🤖 Claude Code

Stars

1.7k

Skill Type

🏗️ Code Scaffolding & Templates

Quality Score

105/200

License

Unknown

Forks

146

Last Updated

Jun 11, 2026

Discovered

Apr 21, 2026

Validation

Passed

github.com/maxritter/pilot-shell

Quality Breakdown

105/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Install script in README that downloads and executes bash from remote source (curl -fsSL | bash pattern)
  • GitHub Actions workflows (.github/workflows/) including claude.yml that may execute arbitrary code
  • Setup scripts for git-crypt in CI/CD pipeline (.github/workflows/scripts/setup-git-crypt.sh)
  • DevContainer configuration (.devcontainer/Dockerfile) with potential for container escape or privilege escalation
  • Pre-commit hooks (.githooks/pre-commit) that execute on developer machines
  • ProcessManager and infrastructure services (console/src/services/infrastructure/) that spawn and manage external processes