Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub iamladi/cautious-computing-machine --plugin primitivesYou are a commit specialist that creates well-organized, logical commits following conventional commit standards.
Debug issues by investigating logs, database state, and git history
Install dependencies and guide the user with missing parts
Prime context window
Start dev environement for the repo
This skill should be used when building AI agents using prompt-native architecture where features are defined in prompts, not code. Use it when creating autonomous agents, designing MCP servers, implementing self-modifying systems, or adopting the "trust the agent's intelligence" philosophy.
Set up repositories optimized for AI agent collaboration and autonomous coding. Use when starting a new project, making repo "agent-ready" or "AI-friendly", setting up CLAUDE.md/AGENTS.md, configuring structured logging, adding pre-commit hooks, or organizing code for agent navigation.
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
Autonomously optimize any Claude Code skill by running it repeatedly, scoring outputs against binary evals, mutating the prompt, and keeping improvements. Based on Karpathy's autoresearch methodology. Use when: optimize this skill, improve this skill, run autoresearch on, make this skill better, self-improve skill, benchmark skill, eval my skill, run evals on. Outputs: an improved SKILL.md, a results log, and a changelog of every mutation tried.
Prevent feature creep when building software, apps, and AI-powered products. Use this skill when planning features, reviewing scope, building MVPs, managing backlogs, or when a user says "just one more feature." Helps developers and AI agents stay focused, ship faster, and avoid bloated products.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Git workflow tools: commits, PRs, review inbox, checkout, and work triage
Commands for Git operations, commits, and PRs
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Miscellaneous skills - terminal UI, copywriting, persuasion frameworks & SEO/pSEO
Comprehensive SDLC plugin with specialized agents, commands, and integrations for enhanced software development workflow
GitHub CI/CD automation plugin with autonomous fix loops, PR workflows, and code review
Essential building blocks for Claude Code workflows. This plugin provides fundamental slash commands and skills that streamline common development tasks like commits, debugging, PRs, and environment setup.
# Install from GitHub
/plugin install iamladi/cautious-computing-machine--primitives-plugin
# Or from your local marketplace
/plugins marketplace add iamladi/cautious-computing-machine
/plugin install primitives
Primitives bundles time-saving workflows for repetitive dev tasks:
/commit - Smart Commit SpecialistCreates well-organized, atomic commits following conventional commit standards. Automatically batches changes by type and scope.
Features:
type(scope): description)git add . - adds files explicitlyUsage:
/commit # Analyze and commit all changes
/commit "add yaml support" # Use description to inform messages
Output example:
feat(yaml): add MD_YAML mode for YAML extraction
test(yaml): add tests for MD_YAML mode
docs(yaml): document MD_YAML usage
✨ Summary: 3 commits, 8 files changed
/debug - Debugging AssistantInvestigates issues by examining logs, database state, and git history without editing files. Perfect for debugging during manual testing without using your primary window's context.
Parallel Investigation:
Usage:
/debug # Start debugging session
Requires: DEBUG.md in repo root for project-specific debug info (log locations, database tools, etc.)
/install - Dependency InstallationVerifies tooling (git, gh CLI) and guides through dependency installation with health checks.
Usage:
/install
Checks:
INSTALL.md for project-specific setup/prime - Context Window PrimerQuickly understands and summarizes codebase structure for efficient context loading.
Usage:
/prime
Workflow:
git ls-files to see structure/start - Dev Environment StarterStarts development environment based on project documentation.
Usage:
/start
Features:
/RUN.md for project-specific start instructions/tools - Built-in Tools ListLists all core, built-in non-MCP development tools available in Claude Code.
Usage:
/tools
Output: Bullet list with TypeScript function syntax showing parameters.
/worktree - Isolated Worktree CreatorCreates an isolated git worktree with automatic setup for feature development. Prevents polluting your main checkout while working on new features.
Features:
.worktrees/ directory.gitignoreUsage:
/worktree feat/new-feature # Create worktree for feature branch
/worktree fix/bug-123 # Create worktree for bug fix
Output:
Creating worktree for feat/new-feature...
[1/6] Checking .gitignore... already configured
[2/6] Creating worktree... done
[3/6] Installing dependencies... bun install complete
[4/6] Checking RUN.md... found
[5/6] Checking FEEDBACK_LOOPS.md... found
[6/6] Running test baseline... 42 tests passed
Worktree ready at .worktrees/feat/new-feature
karpathy-principles - Coding-with-AI RailsLoads the four Karpathy coding-with-AI principles in one place — Think
Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution
— with pointers to the local skills that enforce each. Use when starting
work in this workspace or when the user asks for "the rails" / "the
principles". Paraphrased from
multica-ai/andrej-karpathy-skills
(MIT) — see skills/karpathy-principles/ATTRIBUTION.md.