RubixScript Blog

Insights on development tools, productivity hacks, and building in public. From web utilities to mobile apps - sharing the journey of indie hacking.

Development

πŸ€– AI Agent Development in 2025: From Zero to Autonomous Systems

A 2025 guide to AI agent development: architecture, tools, frameworks, and deployment strategies for building autonomous systems.

Loki Reddi
10 min read
Quick Wins

Mastering Claude Code CLI: 30+ Essential Commands for AI-Powered Development

Loki Reddi
8 min read
Skill Development

β™ŸοΈ How to Get Better at Chess: A Training Plan That Actually Works

A simple chess training plan that actually raises your rating: solve tactics daily, play slow games and review them, and add one idea at a time. β™ŸοΈ

Loki Reddi
7 min read
Self-Improvement

πŸ‹οΈ How to Track Your Workouts (and Actually Stick With It)

How to track your workouts and stick with it: log weight and reps, repeat a weekly split, and use progressive overload to keep gaining strength. πŸ‹οΈ

Loki Reddi
6 min read
Marketing

πŸ“± How to Plan a Week of Social Media Posts in One Sitting

Plan a whole week of social posts in one sitting: batch your content, schedule it across platforms, and engage in short bursts. πŸ“±

Loki Reddi
6 min read
Skill Development

πŸƒ Pot Odds Explained: The Poker Math Every Player Should Know

Pot odds explained simply: compare the price of a call to your chance of winning using the rule of 2 and 4. The poker math every player needs. πŸƒ

Loki Reddi
6 min read
Self-Improvement

🎯 HabitSmash: Finally, A Tool Made for Breaking Bad Habits

Why I created HabitSmash, the first tool made specifically for breaking bad habits, with a unique reward system across free and premium tiers. 🎯

Loki Reddi
5 min read
Skill Development

πŸ“ˆ Level Up Any Skill Fast: The 1% Daily Progress Method

Achieve skill mastery with SkilQuest's 1% Daily Progress Method. Track daily micro-improvements and learn faster. πŸ“ˆ

Loki Reddi
3 min read
Personal Finance

πŸ’° Master Your Finances in 2024: The AI-Powered Way

Transform your budgeting with AI-powered finance management. MoneyAI gives you automatic categorization, smart insights, and tracking without the manual work. πŸ’°

Loki Reddi
4 min read
Productivity

⏱️ Double Your Focus with the 25-Minute Rule: Pomodoro Mastery

Master the science-backed Pomodoro Technique with FocusFlow and raise your productivity in 25-minute sessions. ⏱️

Loki Reddi
4 min read
AI Tools

🎨 Why I Built a Free AI Carousel Generator (And Why You Should Use It)

Why I built a free AI carousel generator instead of paying for expensive tools, and how it saves creators time and money. No subscriptions or limits. 🎨

Loki Reddi
5 min read
Marketing

πŸ—ΊοΈ The Ultimate Free Promotion Map: 55+ High-DR Sites to List Your App

Discover 55+ high-authority websites where you can promote your app or SaaS for free. A comprehensive map of product directories, communities, and promotion strategies. πŸ—ΊοΈ

Loki Reddi
8 min read
Marketing Strategies

πŸ›‘οΈ How to Market Your Product on Reddit Without Getting Banned

Practical strategies to promote your product on Reddit: build credibility, earn karma, and stay within community norms.

Loki Reddi
7 min read
Development

πŸš€ Master Prompts: Building Web & Mobile Apps with AI Assistance

A prompt library for AI-assisted web and mobile app development, covering feature definition, architecture, UI/UX, and code implementation.

Loki Reddi
8 min read
Mobile Development

🍳 My Fridge Was Judging Me, So I Built ZapRecipe

Tired of your fridge judging your lack of dinner ideas? I built ZapRecipe to fight back. Find recipes using the ingredients you *actually* have, with less waste and less stress. 🍳

Loki Reddi
4 min read
Quick Wins

How to Sign a PDF: Free Electronic Signature Guide (2025)

Learn how to sign a PDF electronically without an account. Step-by-step guide to adding digital signatures to PDFs using free online tools. No registration required, secure and legally binding.

Loki Reddi
8 min read
Quick Wins

How to Create Instagram Carousels: Free No Watermark Guide (2025)

Learn how to create Instagram carousels without watermark. Free carousel generator guide with templates, AI integration tips, and engagement strategies for LinkedIn and Instagram.

Loki Reddi
10 min read
Quick Wins

How to Extract Tables from PDF to Excel: Free No Signup Guide (2025)

Learn how to extract tables from PDF to Excel without signup. Free PDF table extractor guide with formatting preservation tips, troubleshooting, and batch processing workflows.

Loki Reddi
9 min read
Quick Wins

Complete Guide to AI Prompt Tools: Free Generators No Signup (2025)

Guide to free AI prompt generators, no signup required. Learn how to write better prompts for app icons, mockups, avatars, and assets. Prompt engineering tips for DALL-E, Midjourney, and ChatGPT.

Loki Reddi
12 min read

Stay Updated with RubixScript

Subscribe for the latest updates on new tools, features, and development insights. Join our community of developers and creators.

Mastering Claude Code CLI: 30+ Essential Commands for AI-Powered Development

Loki Reddi
8 min read

Mastering Claude Code CLI πŸš€

Navigate the terminal like a pro with these essential commands.

Claude Code is a terminal-based agent that works inside your project.


What is Claude Code?

Claude Code is Anthropic's agentic coding assistant that runs in your terminal. Unlike web-based AI tools, it can:

βœ… Executes real terminal commands rather than just suggesting them
βœ… Reads and edits files directly in your project
βœ… Manages git operations (diff, commit, PR comments)
βœ… Remembers project context across sessions
βœ… Integrates with MCP servers for more capabilities

πŸ’‘ Think of it as pair programming with an AI that has direct access to your codebase.


Session & conversation control

These commands manage your sessions and context window.

CommandWhat It Does
/clearResets conversation history to free up context window
/compactSummarizes the conversation to save space while keeping focus
/rewindReturns the conversation or code to a specific previous checkpoint
/resumeOpens the session picker to continue a previous discussion
/renameGives the current session a custom name for easier tracking
/exitSafely closes the CLI session and returns to your shell

Core development workflow

Commands for planning your work and reviewing it before you commit.

CommandWhat It Does
/planEnters a dedicated mode to outline tasks before execution
/diffOpens an interactive viewer to inspect uncommitted changes
/add-dirGrants Claude access to specific directories for file operations
/initInitializes a project with CLAUDE.md and core configurations
/copyCopies specific responses or code blocks to your clipboard
/security-reviewAnalyzes pending code changes for potential vulnerabilities

Model & performance tuning

Adjust the model, reasoning depth, and cost to fit the task.

CommandWhat It Does
/modelSwitches between different AI models or adjusts effort levels
/effortSets the reasoning depth (low to max) for complex tasks
/fastToggles fast mode to prioritize speed over deep reasoning
/contextVisualizes current token usage and optimization suggestions
/costDisplays detailed token usage and subscription statistics
/usageShows your remaining plan limits and rate limit status

Interface & personalization

Make the CLI feel the way you want.

CommandWhat It Does
/configOpens the settings UI for themes and output preferences
/themeChanges UI colors (Light, Dark, or System palettes)
/colorSets a specific highlight color for the prompt bar
/vimToggles between Vim-style and Normal text editing modes
/keybindingsConfigures custom shortcuts for terminal operations
/statuslineCustomizes the information displayed at the bottom of the CLI

System & integration

Manage connections, permissions, and account access.

CommandWhat It Does
/mcpManages Model Context Protocol (MCP) server connections
/permissionsManages "allow" or "deny" rules for automated tool use
/doctorDiagnoses and verifies your installation and connectivity
/loginAuthenticates the CLI with your Anthropic account
/pr-commentsFetches and displays comments from GitHub Pull Requests
/memoryEdits persistent project memory and auto-memory files

Pro tip & summary

Combine /plan for architecture, /diff for review, and /security-review before committing. That sequence keeps AI-generated code intentional and secure.

Ready to level up? Type /help in your terminal to explore all 30+ available commands.


Hashtags

#ClaudeCode #Anthropic #CLI #Productivity #CodingTools #DeveloperTools #AI #Terminal #Git #AgenticAI

Visit Tool
#Claude Code#CLI#Anthropic#Productivity#Coding Tools#Developer Tools#AI#Terminal#Git#Agentic AI