hutchic

47 mods across 1 repository, 10 stars between them.

caveman

01

hutchic/.cursor

Skill Claude CodeCodex

Ultra-compressed communication mode. Slash token usage 75% by speaking like caveman while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

10 3mo ago A 73 tokens

command-creator

02

hutchic/.cursor

Skill Claude CodeCodex

This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.

10 3mo ago A 66 tokens

hutchic/.cursor

Skill Claude CodeCodex

Best practices for working with Cursor. Use when learning how to effectively use Cursor features or optimizing your workflow.

10 3mo ago A 27 tokens

find-skills

04

hutchic/.cursor

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

10 3mo ago A 67 tokens

karpathy-guidelines

05

hutchic/.cursor

Skill Claude CodeCodex

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

10 3mo ago A 46 tokens

hutchic/.cursor

Skill Claude CodeCodex

Logging best practices focused on wide events (canonical log lines) for powerful debugging and analytics.

10 3mo ago A 23 tokens

skill-creator

07

hutchic/.cursor

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

10 3mo ago A 45 tokens

solid

08

hutchic/.cursor

Skill Claude CodeCodex

Use this skill when writing code, implementing features, refactoring, planning architecture, designing systems, reviewing code, or debugging. This skill transforms junior-level code into senior-engineer quality software through SOLID principles, TDD, clean code practices, and professional software design.

10 3mo ago A 56 tokens

tracer-bullets

10

hutchic/.cursor

Skill Claude CodeCodex

Builds multi-layer features as vertical end-to-end slices instead of horizontal layers. Each slice is verified before the next begins. Use when: starting any task that spans 2+ layers (DB, API, UI, tests), building CRUD features, implementing multi-step flows, decomposing features into subtasks, or planning…

10 3mo ago A 73 tokens

hutchic/.cursor

Skill Claude CodeCodex

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.

10 3mo ago A 43 tokens

hello-world

12

hutchic/.cursor

Agent Cursor

A simple hello world subagent for testing and verification. This subagent demonstrates basic subagent structure and can be invoked to verify subagents work correctly.

10 3mo ago A 33 tokens

deslop

13

hutchic/.cursor

Command Cursor

Check the diff against main and remove AI-generated slop introduced in this branch. Targets comments, defensive code, type escapes, and style inconsistencies that a human wouldn't add.

10 3mo ago A 0 tokens

hello-world

14

hutchic/.cursor

Command Cursor

This command creates a complete workflow that uses both the hello-world rule (standards) and the hello-world skill (instructions). It demonstrates how commands orchestrate rules and skills into actionable workflows.

10 3mo ago A 0 tokens

land-the-plane

15

hutchic/.cursor

Command Cursor

Run the full wrap-up and ship workflow: if taskmaster or beads are in use, sync tasks (file new tasks for remaining work, update or close existing tasks); ensure all quality gates pass; run deslop; then run shipit. This command orchestrates the land-the-plane skill.

10 3mo ago A 0 tokens

rebase-onto-main

16

hutchic/.cursor

Command Cursor

Fetch origin/main, rebase the current branch onto it, resolve any conflicts using the rebase-conflict-resolution skill, then push. Use when bringing a feature or bug branch up to date with main or when the user asks to "rebase onto main," "fix conflicts," or similar.

10 3mo ago A 0 tokens

shipit

17

hutchic/.cursor

Command Cursor

Run the full flow: ensure we're on a feature/bug branch (create one if on mainline or release), stage related changes, run pre-commit, commit with a terse semantic message, push, then create a PR (or update the PR description if one already exists). This command orchestrates the ensure-feature-branch…

10 3mo ago A 0 tokens

hello-world

18

hutchic/.cursor

Cursor rule Cursor

Guidelines for using hello world artifacts. This rule establishes standards that the hello-world skill and command follow. Demonstrates how rules provide persistent guidance that skills and commands reference.

10 3mo ago A 34 tokens

artifact-creation

19

hutchic/.cursor

Cursor rule Cursor

Decision framework for creating artifacts. Use when analyzing patterns to determine whether to create a rule, skill, command, or subagent, and how to organize it.

10 3mo ago A 1,718 tokens

hutchic/.cursor

Cursor rule Cursor

When creating automations (workflows that combine multiple steps), decompose into discrete skills (the 'how') then package them into commands (the 'when' and order). Do not implement multi-step automations as a single bespoke command or skill.

10 3mo ago A 1,210 tokens

hutchic/.cursor

Cursor rule Cursor

When git commit times out because the pre-commit or git hook is still running (e.g. full test suite), retry with an extended timeout; never use --no-verify.

10 3mo ago A 647 tokens

cross-referencing

22

hutchic/.cursor

Cursor rule Cursor

Rules for maintaining cross-references between artifacts and documentation. Use when creating artifacts, updating documentation, or maintaining reference integrity.

10 3mo ago A 920 tokens

hutchic/.cursor

Cursor rule Cursor

When working on data modeling, fixtures, seeds, migrations, or test data, default to one canonical database path that both runtime and tests use.

10 3mo ago A 720 tokens

documentation

24

hutchic/.cursor

Cursor rule Cursor

Rules for documentation standards and keeping documentation in sync with artifacts. Use when creating or updating documentation.

10 3mo ago A 829 tokens