Searching...
Searching...
Found 122398 results
steveclarke
Automates file and folder organization by detecting duplicates, suggesting structures, and cleaning digital workspaces without manual intervention.
steveclarke
Creates structured implementation plans for software development, sequencing phases, defining actionable tasks, and providing code examples for novel features.
steveclarke
Identifies bugs, security flaws, and code quality issues in local branch changes for security audits and code reviews.
steveclarke
Automates daily accounting reconciliation across FreeAgent, WHMCS, and Google Sheets for invoices, contacts, and financial reporting.
steveclarke
Automates invoice and receipt organization for tax preparation by extracting key data, renaming files, and sorting into folders, saving hours of manual work.
steveclarke
Manages time tracking via Toggl or Clockify, enabling users to start/stop timers, view entries, and log hours for work tracking.
steveclarke
Fetches API keys, tokens, and credentials securely from 1Password using CLI, requiring the secret reference (op://Vault/Item/field) instead of the actual secret.
steveclarke
Edits AI-generated text to remove unnatural patterns, making it sound more human. Based on Wikipedia's guide to identifying AI writing signs.
steveclarke
Command-line interface for automating Google Workspace productivity tasks including Gmail, Calendar, Drive, and Sheets.
withzombies
Automates iterative task execution by completing one task, reviewing learnings, refining the next task, and pausing for user review before proceeding.
withzombies
Prevents common testing anti-patterns including testing mock behavior, production pollution, and mocking without dependency understanding.
withzombies
Applies Test-Driven Development (TDD) to documentation by testing with subagents before writing, ensuring accuracy in skill creation, editing, and verification.
withzombies
Generates detailed implementation plans for software tasks, including exact file paths, complete code snippets, and verification commands with zero context assumption.
withzombies
Ensures work is verified through command execution and output confirmation before marking as complete, fixed, or passing.
withzombies
Solves unreliable skill activation with official fixes and a custom hook system for deterministic behavior in applications.
withzombies
Automates closing development branches post-testing, offering integration choices (merge/PR/keep/discard) and executing selected options.
withzombies
Enforces the Test-Driven Development (TDD) cycle: write failing tests first, then implement code to pass them, and finally refactor.
withzombies
Enables safe code refactoring through incremental changes with automated test verification after each step.
withzombies
Systematically identifies root causes of software bugs using debuggers, internet research, and AI agents.
withzombies
End-to-end bug resolution workflow: discovery, debugging, test-driven fix, verification, and closure.
withzombies
Audits test quality by identifying tautological tests, coverage gaming, weak assertions, and missing corner cases. Generates SRE-refined improvement tasks.
withzombies
A skill for creating and testing Claude Code hooks, covering patterns, composition, and progressive enhancement from basic to advanced implementations.
withzombies
Refines subtasks into actionable plans for SRE, ensuring comprehensive requirement coverage and corner case handling to enhance system reliability.
withzombies
Traces errors backward through the call stack to identify the root cause of bugs, rather than just addressing symptoms.