← all plugins

Claude

by @sdiamante13 · plugin · 61 skills

Claude from SDiamante13/dotfiles.

Install the whole plugin (CLI)
npx skillmds add sdiamante13/prd npx skillmds add sdiamante13/tdd npx skillmds add sdiamante13/mine npx skillmds add sdiamante13/save npx skillmds add sdiamante13/tidy npx skillmds add sdiamante13/ralph npx skillmds add sdiamante13/split npx skillmds add sdiamante13/sweep npx skillmds add sdiamante13/tw-tk npx skillmds add sdiamante13/commit npx skillmds add sdiamante13/review npx skillmds add sdiamante13/script npx skillmds add sdiamante13/tw-fix npx skillmds add sdiamante13/catchup npx skillmds add sdiamante13/onboard npx skillmds add sdiamante13/tw-lift npx skillmds add sdiamante13/grill-me npx skillmds add sdiamante13/remember npx skillmds add sdiamante13/tw-ghost npx skillmds add sdiamante13/tw-glaze npx skillmds add sdiamante13/tw-parse npx skillmds add sdiamante13/write-ac npx skillmds add sdiamante13/changelog npx skillmds add sdiamante13/interview npx skillmds add sdiamante13/stop-slop npx skillmds add sdiamante13/tw-glazer npx skillmds add sdiamante13/tw-ideate npx skillmds add sdiamante13/tw-reduce npx skillmds add sdiamante13/tw-refine npx skillmds add sdiamante13/find-skills npx skillmds add sdiamante13/review-plan npx skillmds add sdiamante13/tw-prove-it npx skillmds add sdiamante13/ui-redesign npx skillmds add sdiamante13/dry npx skillmds add sdiamante13/srp npx skillmds add sdiamante13/test-feature npx skillmds add sdiamante13/agent-browser npx skillmds add sdiamante13/product-coach npx skillmds add sdiamante13/story-planner npx skillmds add sdiamante13/outcome-review npx skillmds add sdiamante13/refactor-tests npx skillmds add sdiamante13/names npx skillmds add sdiamante13/tw-review-fold npx skillmds add sdiamante13/smells npx skillmds add sdiamante13/mutation-testing npx skillmds add sdiamante13/methods npx skillmds add sdiamante13/tw-invariant-ace npx skillmds add sdiamante13/opportunity-brief npx skillmds add sdiamante13/legacy-code-safety npx skillmds add sdiamante13/declutter npx skillmds add sdiamante13/roast-my-agents-md npx skillmds add sdiamante13/exploratory-testing npx skillmds add sdiamante13/functional npx skillmds add sdiamante13/tw-codebase-doctrine npx skillmds add sdiamante13/value-objects npx skillmds add sdiamante13/retroactive-test-check npx skillmds add sdiamante13/remotion-best-practices npx skillmds add sdiamante13/tw-codebase-archaeology npx skillmds add sdiamante13/tw-complexity-mitigator npx skillmds add sdiamante13/tw-creative-problem-solver npx skillmds add sdiamante13/tw-fresh-eyes-blunder-pass
⬇ Download

Skills in this plugin

  1. prd · sdiamante13
    Generates a structured Product Requirements Document (PRD) for a new feature, including clarifying questions, user stories, functional requirements, and success metrics.
    7
    repo stars
  2. tdd · sdiamante13
    Enforces strict outside-in red-green-refactor TDD with one-failure-per-turn discipline, predicting failures before every run, hardcoding minimum changes, and using triangulation and property-based testing. Triggers on explicit TDD requests and tasks phrased as 'implement', 'add', 'write a function', 'build a feature'.
    7
    repo stars
  3. mine · sdiamante13 bundle
    Analyzes Claude Code session logs to report token usage, tool and skill rankings, and session search by prompt text.
    7
    repo stars
  4. save · sdiamante13
    Saves the latest learning as a numbered markdown file under ~/.claude/learnings and updates the learnings index with title and tags.
    7
    repo stars
  5. tidy · sdiamante13 bundle
    Refactors production code with test coverage using a TDD workflow that applies approved refactorings one at a time, gates each on passing tests, and commits or reverts accordingly.
    7
    repo stars
  6. ralph · sdiamante13
    Converts existing PRDs into the prd.json format used by the Ralph autonomous agent system, including splitting large features into right-sized stories and creating a progress file.
    7
    repo stars
  7. split · sdiamante13
    Decompose large user stories into thin, independently deliverable vertical slices using the SPIDR method (Spike, Path, Interface, Data, Rules).
    7
    repo stars
  8. sweep · sdiamante13
    Reviews a codebase for structural smells and refactors them with provable safety, using micro commits and green-bar discipline.
    7
    repo stars
  9. tw-tk · sdiamante13 bundle
    Guides minimal-diff code changes by defining contracts and invariants, choosing a stable seam, and proving the result with an executed check.
    7
    repo stars
  10. commit · sdiamante13
    Stages and commits changes with quality checks, status review, and a clear message, then shows recent history.
    7
    repo stars
  11. review · sdiamante13 bundle
    Performs structured code reviews of git branches, tracking findings in a living document and optionally running deep architectural analysis with subagents.
    7
    repo stars
  12. script · sdiamante13
    Apply strict-mode Bash scripting conventions: minimal validation, concise logic, executable scripts, and no unnecessary comments or echoes.
    7
    repo stars
  13. tw-fix · sdiamante13 bundle
    Reviews and repairs risky or unclear code with minimal validated changes, running a fixed-point loop until the diff is clean across two consecutive review cycles.
    7
    repo stars
  14. catchup · sdiamante13 bundle
    Rebuilds working context after a session clear by reading git history, plans, and beads issue state, then produces a visible briefing.
    7
    repo stars
  15. onboard · sdiamante13 bundle
    Generates a comprehensive ONBOARDING.md for a codebase, covering architecture, key files, setup, and common gotchas.
    7
    repo stars
  16. tw-lift · sdiamante13 bundle
    Delivers measurement-driven performance optimization for latency, throughput, memory, and tail behavior, with correctness preservation and regression guards.
    7
    repo stars
  17. grill-me · sdiamante13
    Clarifies ambiguous or conflicting requests by researching first, then asking only judgment calls. Use when prompts say "grill me", ask hard questions, request relentless interrogation, pressure-test assumptions, clarify scope/requirements, define success criteria, or request system-design/optimization decisions.
    7
    repo stars
  18. remember · sdiamante13
    Compiles up to five durable insights from the current conversation for possible addition to CLAUDE.md, focusing on patterns, preferences, and project knowledge.
    7
    repo stars
  19. tw-ghost · sdiamante13 bundle
    Extracts a language-agnostic ghost package (spec, tests, install and verify docs) from an existing repository, preserving behavior via tests.yaml and evidence bundles.
    7
    repo stars
  20. tw-glaze · sdiamante13
    Forces one deeper, more creative pass on an answer or plan while preserving the original escalation prompt verbatim.
    7
    repo stars
  21. tw-parse · sdiamante13 bundle
    Analyzes a local codebase to infer its actual architecture from code-first evidence, producing a dominant architecture label, coexisting patterns, drift, and repo-fit advice for downstream agents.
    7
    repo stars
  22. write-ac · sdiamante13
    Writes user-focused acceptance criteria for Jira stories using Given/When/Then scenarios, and updates the ticket via the Atlassian MCP server.
    7
    repo stars
  23. changelog · sdiamante13
    Generates a concise bullet-point summary of branch changes for a pull request description, grouping related commits by theme and verifying details against actual files.
    7
    repo stars
  24. interview · sdiamante13
    Interviews the user in depth about a plan, probing technical implementation, UI/UX, risks, tradeoffs, and missing decisions before writing or refining a spec.
    7
    repo stars
  25. stop-slop · sdiamante13 bundle
    Remove AI writing patterns from prose by cutting filler phrases, breaking formulaic structures, and enforcing active voice and specificity.
    7
    repo stars
  26. tw-glazer · sdiamante13
    Forces a second, harder escalation pass using the original glazer prompt words verbatim, pushing for a sharper replacement thesis rather than more polish.
    7
    repo stars
  27. tw-ideate · sdiamante13
    Mines a codebase for evidence-backed improvement opportunities, forcing two escalation gates to surface breakthrough ideas, and outputs a ranked portfolio with a plan seed without implementing.
    7
    repo stars
  28. tw-reduce · sdiamante13
    Audits over-engineered codebases by factoring layers into live obligations, quotienting redundant distinctions, ablating unearned surface, and normalizing survivors while preserving required behavior. Produces an evidence-backed Reduction Certificate, cuts, migration phases, proof signals, and rollback.
    7
    repo stars
  29. tw-refine · sdiamante13
    Refines an existing skill in place with minimal diffs, using evidence from usage and session mining to improve triggers, workflow, metadata, and resources.
    7
    repo stars
  30. find-skills · sdiamante13
    Discovers and installs agent skills from the open ecosystem using the Skills CLI, helping users find relevant skills for their tasks.
    7
    repo stars
  31. review-plan · sdiamante13 bundle
    Reviews development plans for gaps, hidden assumptions, critical misses, and XP violations, then presents prioritized findings for confirmation.
    7
    repo stars
  32. tw-prove-it · sdiamante13
    Runs a ten-round adversarial gauntlet to pressure-test absolute claims, refining them with explicit boundaries and an Oracle synthesis.
    7
    repo stars
  33. ui-redesign · sdiamante13
    Runs a UI redesign experiment by creating three git worktree branches for modern minimal, bold creative, and classic refined design directions, then implements and compares each approach.
    7
    repo stars
  34. dry · sdiamante13
    Refactors duplicated code by extracting helper methods, shared abstractions, or reusable structures, with automated testing and commits after each extraction.
    7
    repo stars
  35. srp · sdiamante13
    Refactors a class toward the Single Responsibility Principle by identifying responsibilities, grouping cohesive behavior, and extracting focused classes.
    7
    repo stars
  36. test-feature · sdiamante13
    Acceptance-test newly added features using browser automation, happy-path flows, screenshots, UX notes, and a written report.
    7
    repo stars
  37. agent-browser · sdiamante13 bundle
    Automates browser interactions for web testing, form filling, screenshots, and data extraction.
    7
    repo stars
  38. product-coach · sdiamante13 bundle
    Routes product-discovery work into the right stage — opportunity brief, research, PRD, tickets, or outcome review — and hands off to the matching sub-skill.
    7
    repo stars
  39. story-planner · sdiamante13
    Breaks applications or features into thin vertical user-story slices with clear acceptance criteria and user-observable value, suitable for backlog planning and feature decomposition.
    7
    repo stars
  40. outcome-review · sdiamante13 bundle
    Runs a post-launch review of a shipped PRD against its success metrics, interviewing the user on metric movement, assumptions, and decisions, then publishing an outcome-review page to Confluence and updating linked artifacts.
    7
    repo stars
  41. refactor-tests · sdiamante13
    Refactors test files to improve behavioral coverage, clarity, structure, assertions, fixture setup, and mocking strategy, removing implementation-detail or low-value tests.
    7
    repo stars
  42. names · sdiamante13
    Refactors code by renaming variables, methods, classes, and types to improve clarity and intent, with automatic testing and commits after each rename.
    7
    repo stars
  43. tw-review-fold · sdiamante13
    Classifies code review findings to choose the smallest correct response, preventing one-patch-per-comment churn.
    7
    repo stars
  44. smells · sdiamante13
    Analyzes a class or module for code smells and produces a prioritized refactoring plan with phases, success criteria, and risk mitigation.
    7
    repo stars
  45. mutation-testing · sdiamante13
    Verifies test effectiveness by introducing small bugs into production code and running the test suite to find weak or missing tests.
    7
    repo stars
  46. methods · sdiamante13
    Refactors long methods or large code blocks by extracting small, focused helper methods with clear names and narrow responsibilities.
    7
    repo stars
  47. tw-invariant-ace · sdiamante13
    Define owned inductive invariants and enforce them at parse, construct, API, DB, lock, or transaction boundaries, with counterexample-driven verification.
    7
    repo stars
  48. opportunity-brief · sdiamante13 bundle
    Runs a structured product-discovery interview and publishes a two-page Opportunity Brief to Confluence, covering business objective, customer, problem, success metric, alternatives, assumptions, and open questions.
    7
    repo stars
  49. legacy-code-safety · sdiamante13 bundle
    Guides adding characterization tests before modifying or refactoring untested legacy code, using the RGR workflow and strangler fig pattern to reduce risk.
    7
    repo stars
  50. declutter · sdiamante13
    Refactors code by removing unused imports, variables, methods, redundant comments, and fixing formatting, with automatic test runs and commits after each step.
    7
    repo stars
  51. roast-my-agents-md · sdiamante13 bundle
    Audits AGENTS.md and CLAUDE.md files for bloat, redundancy, and ineffective rules, then runs A/B evals to prove which instructions are dead weight.
    7
    repo stars
  52. exploratory-testing · sdiamante13
    Performs comprehensive exploratory testing on a website using browser automation, covering user journeys, forms, errors, accessibility, responsiveness, performance, and security basics.
    7
    repo stars
  53. functional · sdiamante13
    Refactors Swift code toward declarative functional programming with immutability, value types, pure functions, transformations, and closure-based APIs.
    7
    repo stars
  54. tw-codebase-doctrine · sdiamante13
    Compile deep repository evidence into artifact-bound correctness doctrine, including authority/law/proof maps, owned invariants, failure archaeology, and knowledge routing, with an optional minimal repository-specific skill portfolio.
    7
    repo stars
  55. value-objects · sdiamante13
    Analyzes a class for primitive obsession and proposes value object extractions with validation, structure, and refactoring guidance.
    7
    repo stars
  56. retroactive-test-check · sdiamante13
    Verifies that tests for already-implemented behavior are meaningful by temporarily breaking the production code and confirming the test fails for the expected reason.
    7
    repo stars
  57. remotion-best-practices · sdiamante13 bundle
    Loads Remotion best practices for React video creation, covering animations, composition setup, assets, audio, captions, sequencing, transitions, media metadata, Three.js, Tailwind, and rendering patterns.
    7
    repo stars
  58. tw-codebase-archaeology · sdiamante13
    Systematically explore an unfamiliar codebase and build a reusable architecture summary with file:line evidence, starting from documentation and tracing data flow.
    7
    repo stars
  59. tw-complexity-mitigator · sdiamante13
    Analyzes code to separate essential complexity from incidental noise, then produces a ranked refactoring plan with a structural sketch and TRACE assessment, without making edits.
    7
    repo stars
  60. tw-creative-problem-solver · sdiamante13
    Generates a five-tier strategy portfolio (Quick Win through Moonshot) with accretive artifacts, signals, and escape hatches, then stops for human input before execution.
    7
    repo stars
  61. tw-fresh-eyes-blunder-pass · sdiamante13
    Rereads code, specs, plans, reviews, or skill edits with fresh eyes to catch blunders, oversights, and omissions before closure, reporting concrete evidence-backed findings.
    7
    repo stars