Tag
#coding
Resources
- Claude CodeTerminal-first AI pair programmer. My primary building environment.
- Gemini CLIGoogle Gemini's Command Line Interface for code generation.
- ImpeccableThe design language that makes your AI harness better at design.
- PlaywrightOpen-source browser automation framework from Microsoft that drives Chromium, Firefox, and WebKit through a single API for end-to-end testing and scripted browser tasks.
- RTK (Rust Token Killer)A CLI proxy that filters and compresses the output of common dev commands before it reaches an AI coding assistant, cutting LLM token use by 60-90%.
- SecretlintA pluggable linting tool that scans your project for committed credentials like API keys, private keys, and tokens before they hit your repo. Runs as a pre-commit hook or CI check, with built-in rules for AWS, GCP, GitHub, OpenAI, Anthropic, Slack, and more.
- TauriFramework for building small, fast, secure cross-platform apps with any web frontend and a Rust backend. Targets Linux, macOS, Windows, Android, and iOS from one codebase.
- TruffleHogAn open-source secrets scanner that finds, verifies, and analyzes leaked credentials across Git repos, cloud storage, Docker images, filesystems, and SaaS tools like Postman and Jenkins. Supports over 800 credential types with live API verification, so you know whether a leaked key is actually exploitable and not just a false positive.
- Vibe Security SkillAn agent skill that audits AI-generated code for common security holes coding assistants introduce, like hardcoded secrets, missing row-level security, and tokens in localStorage. Loads only the checks that fit your stack.